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
File "<string>", line 111, in finalize_options AttributeError: 'dict' object has no attribute '__NUMPY_SETUP__' when installing gensim 3.8.3 with pip install
#3484
Open
bweill555 opened this issue
Jul 17, 2023
· 0 comments
I'm getting the following error message when attemting to install gensim 3.8.3 with pip install (Python 3.9) File` "C:\Users\XXX\AppData\Local\Temp\pip-build-env-aj3aaluh\overlay\Lib\site-packages\setuptools\_distutils\cmd.py", line 111, in ensure_finalized self.finalize_options() File "<string>", line 111, in finalize_options AttributeError: 'dict' object has no attribute '__NUMPY_SETUP__'
I have looked for a setup.py file that I could hack (fix to a similar reported bug) but couldn't find any...
The text was updated successfully, but these errors were encountered:
Hi,
I'm getting the following error message when attemting to install gensim 3.8.3 with pip install (Python 3.9)
File` "C:\Users\XXX\AppData\Local\Temp\pip-build-env-aj3aaluh\overlay\Lib\site-packages\setuptools\_distutils\cmd.py", line 111, in ensure_finalized self.finalize_options() File "<string>", line 111, in finalize_options AttributeError: 'dict' object has no attribute '__NUMPY_SETUP__'
I have looked for a setup.py file that I could hack (fix to a similar reported bug) but couldn't find any...
The text was updated successfully, but these errors were encountered: