-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
pip install failure on homebrew Python 3.11 with clang error #3425
Comments
I see other projects have hit similar with Python 3.11. It might be an issue requiring a |
Hello, any updates on this issue? Thanks! |
It should be fixed by #3430. Waiting for a review/merge. |
Problem description
Tried to install gensim on macOS with Python 3.11 from homebrew, but it failed due to compilation error.
pip3.11 install --upgrade gensim
runs intoSame issue reported at https://stackoverflow.com/q/74979674/1166587 by others.
Python 3.10 and pip3.10 install gensim: work.
Steps/code/corpus to reproduce
full tracebacks: https://gist.github.com/alick/d7a06116736cf36d4838572a1b8a1873
Versions
Please provide the output of:
macOS 12.6.1
Homebrew 3.6.17
pip 22.3.1
The text was updated successfully, but these errors were encountered: