homebrew Python version & uv tool install --upgrade mflux
issue -> documentation note?
#107
Labels
installation
Installation issue or tips
Hi,
I had an issue updating MFlux to 0.5.0 this morning, as the
tool install --upgrade mflux
command failed.Homebrew is quite 'aggressive' in keeping all package versions up to date, so after a recent
brew install <something>
my setup was pushed to Python 3.13 (as seen with thepython3 --version
anduv python list
commands).Having met this kind of breaking behaviour before, and having seen the Python 3.13 note and issue in the MFlux README / repo, I reverted my default homebrew Python version to 3.9 and voilà! (uv still uses the recommended Python version defined in the toml file coming with mflux (ie something >=3.10 if I am not mistaken).
Hope this helps people getting the same issue while using homebrew and MFlux
The text was updated successfully, but these errors were encountered: