We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
the error still persists
Sorry, something went wrong.
ah it's because the script invokes pip as root; I will look into that
pip
No branches or pull requests
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:
Alternatively, to fix it once and for all on a given machine, export this variable globally:
And then restart the CLI session.
@Zentrus FYI
The text was updated successfully, but these errors were encountered: