aydinnyunus / Keylogger

Get Keyboard,Mouse,ScreenShot,Microphone Inputs from Target Computer and Send to your Mail.
Apache License 2.0
2.16k stars 462 forks source link

Install requirments.txt problem #39

Open idlotest opened 1 year ago

idlotest commented 1 year ago

I'm facing with problem as bellow during the installation of requirments.txt :

└─# pip install -r requirements.txt Collecting pynput==1.7.3 Using cached pynput-1.7.3-py2.py3-none-any.whl (99 kB) Collecting pyscreenshot==0.5.1 Using cached pyscreenshot-0.5.1.tar.gz (16 kB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [3 lines of output] /home/examer/Desktop/Keylogger/venv/lib/python3.10/site-packages/setuptools/_distutils/dist.py:264: UserWarning: Unknown distribution option: 'use_2to3_exclude_fixers' warnings.warn(msg) error in pyscreenshot setup command: use_2to3 is invalid. [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed

× Encountered error while generating package metadata. ╰─> See above for output.

note: This is an issue with the package mentioned above, not pip. hint: See above for details.

elhaddajiOtmane commented 1 year ago

The error is due to the use_2to3 option in pyscreenshot's setup, affecting package metadata generatio

Mefistofelesxxx commented 1 year ago

Same problem here...

szczodralama commented 1 year ago

To solve this problem, update pyscreenshot==0.5.1 to pyscreenshot==3.1 in requirements.txt.

Ca-tt commented 9 months ago

To solve this problem, update pyscreenshot==0.5.1 to pyscreenshot==3.1 in requirements.txt.

Genious! Thank you so much!