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))
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: