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
I am getting this error when i input this command:
python downloader.py -e myemail@yahoo.in -p password -d ~C:\Users\kunal\Downloads\Compressed\Packt -b pdf,epub,mobi,cover,code,info
raceback (most recent call last):
File "downloader.py", line 372, in
reload(sys)
NameError: name 'reload' is not defined
the error repeats itself when i input this command:
python downloader.py -e myemail@yahoo.in -p password -d C:\Users\kunal\Downloads\Compressed\Packt -b pdf,epub,mobi,cover,code,in
I had installed Requests and the other dependencies. I am using python, v3.6.4 on Windows 10.
The text was updated successfully, but these errors were encountered:
I've got the same error. I changed env to Miniconda3 (Python 3.6) on Ubuntu 16.04 LTS but had the same error. After I switched to Miniconda2 (Python 2.7), it worked.
I am getting this error when i input this command:
python downloader.py -e myemail@yahoo.in -p password -d ~C:\Users\kunal\Downloads\Compressed\Packt -b pdf,epub,mobi,cover,code,info
raceback (most recent call last):
File "downloader.py", line 372, in
reload(sys)
NameError: name 'reload' is not defined
the error repeats itself when i input this command:
python downloader.py -e myemail@yahoo.in -p password -d C:\Users\kunal\Downloads\Compressed\Packt -b pdf,epub,mobi,cover,code,in
I had installed Requests and the other dependencies. I am using python, v3.6.4 on Windows 10.
The text was updated successfully, but these errors were encountered: