fix for "hypnotix not starting on manjaro" with error ModuleNotFoundError: No module named 'imdb'
~ yay -Q hypnotix ✔
hypnotix 3.2-1
~ uname -a ✔
Linux opt7060 6.3.5-1-MANJARO #1 SMP PREEMPT_DYNAMIC Tue May 30 16:59:18 UTC 2023 x86_64 GNU/Linux
~ date ✔
Sun Jun 4 01:01:48 PM CEST 2023
~ hypnotix ✔
~ Traceback (most recent call last): ✔
File "/usr/lib/hypnotix/hypnotix.py", line 28, in <module>
from imdb import IMDb
ModuleNotFoundError: No module named 'imdb'
~ python3 -m pip install --user imdbpy ✔
Collecting imdbpy
Downloading IMDbPY-2022.7.9-py3-none-any.whl (1.2 kB)
Collecting cinemagoer (from imdbpy)
Downloading cinemagoer-2023.5.1-py3-none-any.whl (297 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 297.2/297.2 kB 5.6 MB/s eta 0:00:00
Requirement already satisfied: SQLAlchemy in /usr/lib/python3.11/site-packages (from cinemagoer->imdbpy) (1.4.44)
Requirement already satisfied: lxml in /usr/lib/python3.11/site-packages (from cinemagoer->imdbpy) (4.9.2)
Requirement already satisfied: greenlet!=0.4.17 in /usr/lib/python3.11/site-packages (from SQLAlchemy->cinemagoer->imdbpy) (2.0.2)
Installing collected packages: cinemagoer, imdbpy
Successfully installed cinemagoer-2023.5.1 imdbpy-2022.7.9
~ hypnotix ✔
~ init7: 191 channels, 18 groups, 0 series, 0 movies ✔
Free TV: 1033 channels, 52 groups, 0 series, 175 movies
Loading providers...
init7: Getting playlist...
init7: Checking playlist...
init7: Loading channels...
Free TV: Getting playlist...
Free TV: Checking playlist...
Free TV: Loading channels...
Comments
Post a Comment