Closed pingsutw closed 4 years ago
I had the same issue, use the requirements file in order to download all modules required:
pip3 install -r requirements.txt
After that
python3 main.py
worked for me
Change line 70 in the main.py
file to be:
books.index = [i + 2 for i in books.index]
Had same problem, white-glider's suggestion
Change line 70 in the
main.py
file to be:books.index = [i + 2 for i in books.index]
worked for me and now I'm downloading a library.
Corrected in the code, now it should work. Thanks!
After ran
python3 main.py -f ./books
, I got the following error.python 3.7.5 ubuntu 19.10