Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Tester4044 opened this issue Mar 12, 2022 · 3 comments
Open

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

Tester4044 opened this issue Mar 12, 2022 · 3 comments

Comments

@Tester4044
Copy link

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

@Nfglotus666
Copy link

how did u fix it btw?

@Icicles0
Copy link

Icicles0 commented Nov 5, 2022

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

@yannis-mlgrn
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants