I run the "from glove import Glove" in win11,I downloaded this package by" pip install glove_python_binary",and successfully downloaded it.But when i ran the program.I reported an error.
Here are the logs.
File "E:\workware\Anaconda\envs\python38\lib\site-packages\glove__init__.py", line 1, in
from .corpus import Corpus
File "E:\workware\Anaconda\envs\python38\lib\site-packages\glove\corpus.py", line 10, in
from .corpus_cython import construct_cooccurrence_matrix
ImportError: DLL load failed while importing corpus_cython: 找不到指定的模块。
It means it can't find the corpus_cython module.
How can i solve it?
Thanks.
I run the "from glove import Glove" in win11,I downloaded this package by" pip install glove_python_binary",and successfully downloaded it.But when i ran the program.I reported an error. Here are the logs.
File "E:\workware\Anaconda\envs\python38\lib\site-packages\glove__init__.py", line 1, in
from .corpus import Corpus
File "E:\workware\Anaconda\envs\python38\lib\site-packages\glove\corpus.py", line 10, in
from .corpus_cython import construct_cooccurrence_matrix
ImportError: DLL load failed while importing corpus_cython: 找不到指定的模块。
It means it can't find the corpus_cython module. How can i solve it? Thanks.