alexgand / springer_free_books

Python script to download all Springer books released for free during the 2020 COVID-19 quarantine
GNU General Public License v3.0
1.64k stars 366 forks source link

Import Error: No module names requests #53

Closed raviasthana closed 4 years ago

raviasthana commented 4 years ago

I am getting following error while running main.py on version 2.7.15

λ python main.py
Traceback (most recent call last):
File "main.py", line 4, in import requests
ImportError: No module named requests

I tried docker way as well and getting following error λ docker run --rm -v E:/Tech/eBooks-PDFs-RefCards/springer_free_books:/app/downloads springer-image /usr/bin/env: ‘python\r’: No such file or directory

raviasthana commented 4 years ago

Ok, being a newbie to python didn't understand the errors very well. I have now installed the missing modules and script seems to running now.