nathanlopez / Stitch

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

Error with pip install -r lnx_requirements.txt | Arch linux #51

Open Tester4044 opened 2 years ago

Tester4044 commented 2 years ago

I have python 2.7 installed so not sure what this error is about Screenshot_20220312_125807

Nfglotus666 commented 1 year ago

how did u fix it btw?

Icicles0 commented 1 year ago

just search "pip error error: metadata-generation-failed".

yannis-mlgrn commented 1 year ago

You use the python 3.10 at /home/test/.local/lib/python3.10 not your python 2.7 I have been the same error on a project, are you using a vritual env created with sudo ? When you install the requirements the script want to modify somes files and he didn't have permissions to do this because the env was installed with sudo. You should't use sudo to create a virtual env, the solution is maybe to recreate a new python env with python -m venv .venv