Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation of kazu[webserver] from Mac with Python 3.11 #56

Closed
dmcheon opened this issue Jul 13, 2024 · 1 comment
Closed

Installation of kazu[webserver] from Mac with Python 3.11 #56

dmcheon opened this issue Jul 13, 2024 · 1 comment

Comments

@dmcheon
Copy link

dmcheon commented Jul 13, 2024

Issue:

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]'

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.

@paluchasz
Copy link
Collaborator

Thank you for reporting, we have updated the docs to reflect this in #69.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants