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