AstraZeneca / KAZU

Fast, world class biomedical NER
https://AstraZeneca.github.io/KAZU/
Apache License 2.0
76 stars 8 forks source link

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

Closed dmcheon closed 1 month ago

dmcheon commented 3 months ago

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 commented 1 month ago

Thank you for reporting, we have updated the docs to reflect this in https://github.com/AstraZeneca/KAZU/pull/69.