nathanlopez / Stitch

Python Remote Administration Tool (RAT)
https://nathanlopez.github.io/Stitch/
Other
3.06k stars 657 forks source link

Installation Troubles (Linux) #26

Open BusesCanFly opened 7 years ago

BusesCanFly commented 7 years ago

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 commented 7 years ago

Install it the same way as the Windows issue, it should work

On May 3, 2017, at 8:24 AM, BusesCanFly notifications@github.com wrote:

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!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

BusesCanFly commented 7 years ago

@Ekultek Should I be using the whl file?

MDShahrouq commented 7 years ago

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

Ekultek commented 7 years ago

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

BusesCanFly commented 7 years ago

@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?

Ekultek commented 7 years ago

The egg file is failing find it delete it and reinstall it

On Jun 10, 2017, at 11:13 AM, BusesCanFly notifications@github.com wrote:

@MDShahrouq Thanks for the help! I'm getting a recurring issue, i believe 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?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

Hacksawfred3232 commented 7 years ago

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

Ekultek commented 7 years ago

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

Ekultek commented 7 years ago

This should be fixed 6d44f71