randomdrake / nasa-apod-desktop

Automatically downloads and sets the NASA picture of the day (APOD) as your desktop in Ubuntu.
Apache License 2.0
148 stars 62 forks source link

pip install fails #13

Closed qrkourier closed 2 years ago

qrkourier commented 7 years ago

Posting this here for visibility and self-service mainly, not to request support.

While at commit qrkourier/nasa-apod-desktop@f42d4e3d63af185bac11a4e089bf2a2464cd15ad which has all of the installation and other fixes I could scavenge from the handful of forks:

❯ pip install -r requirements.txt        
Collecting PIL==1.1.7 (from -r requirements.txt (line 1))
  Could not find a version that satisfies the requirement PIL==1.1.7 (from -r requirements.txt (line 1)) (from versions: )
No matching distribution found for PIL==1.1.7 (from -r requirements.txt (line 1))

❯ sudo -H pip install -r requirements.txt
Collecting PIL==1.1.7 (from -r requirements.txt (line 1))
  Could not find a version that satisfies the requirement PIL==1.1.7 (from -r requirements.txt (line 1)) (from versions: )
No matching distribution found for PIL==1.1.7 (from -r requirements.txt (line 1))
bhass1 commented 7 years ago

I guess PIL is dead. Pillow is the active fork : https://pypi.python.org/pypi/Pillow/2.2.1

I don't have time to set up and give it a shot right now, but I thought I would share what I found.