DragonBuild / dragon

pip install dragon | A Powerful buildsystem and toolkit currently targeting darwin (iOS/macOS) machines
MIT License
220 stars 23 forks source link

```pip3 install dragon``` installs version 1.7.2 #136

Open TheGithubJoshua opened 9 months ago

TheGithubJoshua commented 9 months ago

Using the pip3 install --break-system-packages dragon installs version 1.7.2 of dragon and not 2.0.0

0cyn commented 8 months ago

Does it work with pip3 install --force-reinstall dragon?

TheGithubJoshua commented 8 months ago

Does it work with pip3 install --force-reinstall dragon?

No it doesn't

TheGithubJoshua commented 8 months ago

The ./development_install script installs the correct version btw.

0cyn commented 8 months ago

Wonder if python3 -m pip install --no-cache-dir --upgrade dragon might fix it, that's such an odd issue