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

Can't get the requirements to work #15

Closed MarcusWolschon closed 4 years ago

MarcusWolschon commented 4 years ago

I'm not normally using python at all. Aparently pip can't find any of the requirements. (The machine is online via IPv6. I tested by also giving the machine some legacy IPv4. No improvement.)

How do I tell it where to look for these requirements? (The requirements listed also don't exist as Debian packages to install them manually, without pip.)

Example:

/tmp# python3 -m venv .venv
/tmp# . .venv/bin/activate
(.venv) 
/tmp# pip install -r requirements.txt
Collecting certifi==2020.4.5.1 (from -r requirements.txt (line 1))
  Could not find a version that satisfies the requirement certifi==2020.4.5.1 (from -r requirements.txt (line 1)) (from versions: )
No matching distribution found for certifi==2020.4.5.1 (from -r requirements.txt (line 1))
MarcusWolschon commented 4 years ago

Yes, I have. Same result.

alexgand commented 4 years ago

Try again, several improvements were made on the code.