nathanlopez / Stitch

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

PIL is not install. #36

Open viktor02 opened 4 years ago

viktor02 commented 4 years ago
Collecting PIL==1.1.7 (from -r win_requirements.txt (line 4))
  ERROR: Could not find a version that satisfies the requirement PIL==1.1.7 (fro
m -r win_requirements.txt (line 4)) (from versions: none)
ERROR: No matching distribution found for PIL==1.1.7 (from -r win_requirements.t
xt (line 4))

(stitch) E:\BrDownloads\Stitch-master>pip install PIL
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Ple
ase upgrade your Python as Python 2.7 won't be maintained after that date. A fut
ure version of pip will drop support for Python 2.7. More details about Python 2
 support in pip, can be found at https://pip.pypa.io/en/latest/development/relea
se-process/#python-2-support
Collecting PIL
  ERROR: Could not find a version that satisfies the requirement PIL (from versi
ons: none)
ERROR: No matching distribution found for PIL
hugovk commented 4 years ago

Use the Pillow fork instead:

pip install pillow