错误:build \ lib.win-amd64-2.7 \ clips \ _clips.pyd:致命错误LNK1120:69无法解析的外部

问题描述

我正在尝试使用以下命令在命令提示符中安装pyclips pip install pyclips。我的PC中安装了CLIPS 6.30版。

但是,我收到一个未解析的外部符号_DllMainCRTStarup。完整的错误部分如下所示

 LINK : error LNK2001: unresolved external symbol _DllMainCRTStartup
    build\lib.win-amd64-2.7\clips\_clips.pyd : Fatal error LNK1120: 69 unresolved externals
    error: command 'C:\\Users\\yasht\\AppData\\Local\\Programs\\Common\\Microsoft\\Visual C++ for Python\\9.0\\VC\\Bin\\amd64\\link.exe' Failed with exit status 1120
    ----------------------------------------
ERROR: Command errored out with exit status 1: 'c:\python27\python.exe' -u -c 'import sys,setuptools,tokenize; sys.argv[0] = '"'"'c:\\users\\yasht\\appdata\\local\\temp\\pip-install-k9b8o1\\pyclips\\setup.py'"'"'; __file__='"'"'c:\\users\\yasht\\appdata\\local\\temp\\pip-install-k9b8o1\\pyclips\\setup.py'"'"';f=getattr(tokenize,'"'"'open'"'"',open)(__file__);code=f.read().replace('"'"'\r\n'"'"','"'"'\n'"'"');f.close();exec(compile(code,__file__,'"'"'exec'"'"'))' install --record 'c:\users\yasht\appdata\local\temp\pip-record-ojv9ps\install-record.txt' --single-version-externally-managed --compile --install-headers 'c:\python27\Include\pyclips' Check the logs for full command output.

对此可能的解决方案是什么?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)