Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
S
sickrage
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 28
    • Issues 28
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • Operations
    • Operations
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • SiCKRAGE
  • sickrage
  • Issues
  • #526

Closed
Open
Opened Sep 07, 2020 by Pablo F. Guerra@pabloimrik17

No module named "alembic"

Before submitting your issue:

Enable debug logging from settings in SiCKRAGE then try and reproduce the error

Summary
(Summarize the bug encountered concisely)

Branch/Commit
Master

OS
Raspbian (Debian 10)

Steps to reproduce
sudo python3 /opt/sickrage/SiCKRAGE.py

What is the current bug behavior?

Traceback (most recent call last):
  File "/opt/sickrage/sickrage/__init__.py", line 344, in main
    from sickrage.core import Core
  File "/opt/sickrage/sickrage/core/__init__.py", line 44, in <module>
    from sickrage.core.announcements import Announcements
  File "/opt/sickrage/sickrage/core/announcements.py", line 27, in <module>
    from sickrage.core.databases.cache import CacheDB
  File "/opt/sickrage/sickrage/core/databases/__init__.py", line 28, in <module>
    import alembic.command
ModuleNotFoundError: No module named 'alembic'

What is the expected correct behavior?
Sickrage start

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: SiCKRAGE/sickrage#526