nathanlopez/Stitch

Installation Troubles (Linux)

BusesCanFly opened this issue · 9 comments

When importing the requirements, I'm running into an issue that I saw in a few other Issues.

Could not find a version that satisfies the requirement PIL==1.1.7 (from -r lnx_requirements.txt (line 11)) (from versions: )
No matching distribution found for PIL==1.1.7 (from -r lnx_requirements.txt (line 11))

I was poking around the issue requests, but did not find anything that had the same issue on linux (debian)
Could someone please either drop some advice, or point me towards the same Issue?

Thank you!

Edit: I found #14, but could use some advice/help with that, if possible

@Ekultek Should I be using the whl file?

try like this:

$ pip install --no-index -f https://dist.plone.org/thirdparty/ -U PIL
Collecting PIL

These is the Result which i got

Collecting PIL
Downloading https://dist.plone.org/thirdparty/PIL-1.1.7.tar.gz (499kB)
100% |████████████████████████████████| 501kB 233kB/s
Installing collected packages: PIL
Running setup.py install for PIL ... done
Successfully installed PIL

@MDShahrouq why are you tagging me in this one, tell the other guy he's the one having the issue

@MDShahrouq Thanks for the help! I'm getting a recurring issue, i believe it's the same one that I was getting through a few methods back when I posted this.

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-akr5TT/PIL/

Does anyone have any idea as to what could be causing this?

Most python packages can be found on APT. Have a search and see what pops up. This also includes library's.

Seems like he's not gonna continue this project, it's been half a year, so I'm going to continue it https://github.com/Ekultek/Stitch

This should be fixed 6d44f71