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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: