0

我正在从这个链接https://github.com/stanfordnlp/GloVe/tree/master/src实现手套词嵌入。在编译 glove.py 时,我遇到了这个错误。

**D:\MinGW\bin>gcc glove.c -o glove.exe
glove.c:30:21: fatal error: pthread.h: No such file or directory
 #include <pthread.h>
                     ^
compilation terminated.**

我正在使用 Windows 10。我安装了 pthreads win32 库,但我的操作系统是 64 位,我再次遇到了类似的问题。我下载了 minGW-w64 并编译了。这次我收到了这个错误 pthread 问题

如何解决此错误

4

0 回答 0