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
--break-system-packages
as in
pip install git+https://github.com/affeldt-aist/ssrmint.git --break-system-packages
?
@hoheinzollern
The text was updated successfully, but these errors were encountered:
Rather
pip install --user git+https://github.com/affeldt-aist/ssrmint.git
and add a message to make sure that the pip user path is in your environment
Sorry, something went wrong.
memo: I got along with that on a recent macos computer:
python3 -m venv path/to/venv source path/to/venv/bin/activate sudo pip3 install .
No branches or pull requests
as in
?
@hoheinzollern
The text was updated successfully, but these errors were encountered: