dragon
dragon copied to clipboard
```pip3 install dragon``` installs version 1.7.2
Using the pip3 install --break-system-packages dragon installs version 1.7.2 of dragon and not 2.0.0
Does it work with pip3 install --force-reinstall dragon?
Does it work with
pip3 install --force-reinstall dragon?
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