maciejkula / glove-python

Toy Python implementation of http://www-nlp.stanford.edu/projects/glove/
Apache License 2.0
1.25k stars 319 forks source link

Can't run the glove package #123

Open Zhulizhong957 opened 10 months ago

Zhulizhong957 commented 10 months ago

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.