実現したいこと
下のコードを書いたときにAttributeError: 'Word2Vec' object has no attribute 'wv'
とでるエラーを解消したい。
該当のソースコード
python
1 2import gensim 3model = gensim.models.Word2Vec.load('ja/ja.bin') 4
試したこと
gensimを入れ直したが変化なし
環境はpython3.8.5です。
別のpython3.8.5の作業環境で実行してみたところエラーが出なかったので、どこかしらのモジュールが干渉している?のかと思う
pip listの結果
Package Version
absl-py 1.2.0
aiohttp 3.8.4
aiosignal 1.3.1
appnope 0.1.3
APScheduler 3.6.3
asttokens 2.2.1
astunparse 1.6.3
async-timeout 4.0.2
attrs 22.2.0
backcall 0.2.0
backports.functools-lru-cache 1.6.4
backports.zoneinfo 0.2.1
beautifulsoup4 4.11.1
bs4 0.0.1
cachetools 4.2.2
certifi 2022.12.7
charset-normalizer 2.1.1
comm 0.1.2
cycler 0.11.0
debugpy 1.6.6
decorator 5.1.1
entrypoints 0.4
executing 1.2.0
flatbuffers 1.12
fonttools 4.36.0
frozenlist 1.3.3
fst-pso 1.8.1
FuzzyTM 2.0.5
gast 0.4.0
gensim 4.3.0
google-auth 2.11.0
google-auth-oauthlib 0.4.6
google-pasta 0.2.0
grpcio 1.48.1
h5py 3.7.0
idna 3.3
importlib-metadata 4.12.0
ipykernel 6.20.2
ipython 8.9.0
japanize-matplotlib 1.1.3
jedi 0.18.2
joblib 1.1.0
jupyter_client 7.4.9
jupyter_core 5.1.5
keras 2.9.0
Keras-Preprocessing 1.1.2
kiwisolver 1.4.4
libclang 14.0.6
Markdown 3.4.1
MarkupSafe 2.1.1
matplotlib 3.5.3
matplotlib-inline 0.1.6
miniful 0.0.6
multidict 6.0.4
nest-asyncio 1.5.6
numpy 1.23.2
oauthlib 3.2.0
openai 0.27.0
opt-einsum 3.3.0
packaging 23.0
pandas 1.4.3
parso 0.8.3
pexpect 4.8.0
pickleshare 0.7.5
Pillow 9.2.0
pip 23.0.1
platformdirs 2.6.2
prompt-toolkit 3.0.36
protobuf 3.19.4
psutil 5.9.4
ptyprocess 0.7.0
pure-eval 0.2.2
pyasn1 0.4.8
pyasn1-modules 0.2.8
pychalk 2.0.1
pyFUME 0.2.25
Pygments 2.14.0
pyparsing 3.0.9
python-dateutil 2.8.2
python-telegram-bot 13.13
pytz 2022.2.1
pytz-deprecation-shim 0.1.0.post0
pyzmq 25.0.0
requests 2.28.1
requests-oauthlib 1.3.1
rsa 4.9
scikit-learn 1.1.2
scipy 1.9.0
setuptools 51.1.2.post20210112
simpful 2.10.0
six 1.16.0
sklearn 0.0
smart-open 6.3.0
soupsieve 2.3.2.post1
stack-data 0.6.2
tensorboard 2.9.1
tensorboard-data-server 0.6.1
tensorboard-plugin-wit 1.8.1
tensorflow 2.9.2
tensorflow-estimator 2.9.0
tensorflow-io-gcs-filesystem 0.26.0
termcolor 1.1.0
threadpoolctl 3.1.0
tornado 6.2
tqdm 4.64.1
traitlets 5.8.1
typing_extensions 4.4.0
tzdata 2022.2
tzlocal 4.2
urllib3 1.26.12
wcwidth 0.2.6
Werkzeug 2.2.2
wheel 0.36.2
wrapt 1.14.1
yarl 1.8.2
zipp 3.8.1