You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After pulling latest version, received the following error:
[xxx@xxx Autorippr]# python autorippr.py --test
Traceback (most recent call last):
File "autorippr.py", line 62, in <module>
from classes import *
File "/home/will/Autorippr/classes/mediainfo.py", line 25, in <module>
from pymediainfo import MediaInfo
To fix, required running pip install pymediainfo
The text was updated successfully, but these errors were encountered:
After pulling latest version, received the following error:
To fix, required running
pip install pymediainfo
The text was updated successfully, but these errors were encountered: