Python 错误:build\lib.win-amd64-2.7\clips\\u clips.pyd:致命错误LNK1120:69未解析的外部

Python 错误:build\lib.win-amd64-2.7\clips\\u clips.pyd:致命错误LNK1120:69未解析的外部,python,dll,unresolved-external,dllmain,pyclips,Python,Dll,Unresolved External,Dllmain,Pyclips,我正在尝试使用在命令提示符下安装pyclips pip安装pyclips。我的电脑中安装了CLIPS 6.30版 但是,我收到一个未解析的外部符号\u DllMainCRTStarup。完整的错误部分如下所示 LINK : error LNK2001: unresolved external symbol _DllMainCRTStartup build\lib.win-amd64-2.7\clips\_clips.pyd : fatal error LNK1120: 69 unres

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

但是,我收到一个未解析的外部符号\u 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.
对此,可能的解决方案是什么