You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Python 3.11, there is an issue with installing the hydra package.
I found a Stack Overflow page, saying that using Python 3.10 avoids this problem.
The text was updated successfully, but these errors were encountered:
Issue:
Installing with
does not work on MacOS with the following error message:
Any settings in the brackets do not seem to be recognized by the Mac environment (zsh and pip).
I found an explanation for this here: https://stackoverflow.com/a/30539963
Roundabout:
pip install 'kazu[webserver]'
Additional Issue with Hydra Installation:
When using Python 3.11, there is an issue with installing the hydra package.
I found a Stack Overflow page, saying that using Python 3.10 avoids this problem.
The text was updated successfully, but these errors were encountered: