Closed dmcheon closed 1 month ago
Installing with
pip install kazu[webserver]
does not work on MacOS with the following error message:
KAZU % pip install kazu[webserver] zsh: no matches found: kazu[webserver]
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]'
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.
Thank you for reporting, we have updated the docs to reflect this in https://github.com/AstraZeneca/KAZU/pull/69.
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:
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.