gensim
(切り出すかも)
3系のインストール
(触りたい)学習済み日本語word2vec
など、3系はまだ必要
pip install 'gensim<4'
Python 3.8.16ではうまくいった(pip 22.0.4)
Python 3.10.9ではインストールできていない
pip 23.1では
AttributeError: 'dict' object has no attribute '__NUMPY_SETUP__'
__NUMPY_SETUP__
、どういうものなんだろう
https://docs.python.org/ja/3/library/builtins.html
pip 22.0.4に下げると「error: command '/usr/bin/clang' failed with exit code 1」
4系のインストール