Open brottobhmg opened 3 years ago
Traceback (most recent call last): File "Netflix-Checker.py", line 4, in from progressbar import ProgressBar ImportError: No module named progressbar
i do : pip install progressbar and : pip install progressbar2
but nothing
try pip3 install progressbar
pip3 install progressbar
Now it start, but : init() got an unexpected keyword argument 'max_value' An error occurred.. Saving progress...
Traceback (most recent call last): File "Netflix-Checker.py", line 4, in
from progressbar import ProgressBar
ImportError: No module named progressbar
i do : pip install progressbar and : pip install progressbar2
but nothing