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

tools/drwatson/setup.sh is missing PIP_BREAK_SYSTEM_PACKAGES=1 #8

Open
pavel-kirienko opened this issue May 8, 2024 · 2 comments
Open

Comments

@pavel-kirienko
Copy link
Member

Due to an unfortunate change in recent versions of pip, the configuration scripts are now broken.

For now, in order to make it work, one has to export this variable beforehand:

PIP_BREAK_SYSTEM_PACKAGES=1 ./setup.sh

Alternatively, to fix it once and for all on a given machine, export this variable globally:

echo "export PIP_BREAK_SYSTEM_PACKAGES=1" >> ~/.bashrc

And then restart the CLI session.

@Zentrus FYI

@Zentrus
Copy link

Zentrus commented May 9, 2024

the error still persists
IMG_20240509_130944

@pavel-kirienko
Copy link
Member Author

ah it's because the script invokes pip as root; I will look into that

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

2 participants