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
pip3 install dragon
Using the pip3 install --break-system-packages dragon installs version 1.7.2 of dragon and not 2.0.0
pip3 install --break-system-packages dragon
1.7.2
2.0.0
The text was updated successfully, but these errors were encountered:
Does it work with pip3 install --force-reinstall dragon?
pip3 install --force-reinstall dragon
Sorry, something went wrong.
No it doesn't
The ./development_install script installs the correct version btw.
Wonder if python3 -m pip install --no-cache-dir --upgrade dragon might fix it, that's such an odd issue
python3 -m pip install --no-cache-dir --upgrade dragon
No branches or pull requests
Using the
pip3 install --break-system-packages dragon
installs version1.7.2
of dragon and not2.0.0
The text was updated successfully, but these errors were encountered: