Python PySCIPOpt在Windows上的安装问题

Python PySCIPOpt在Windows上的安装问题,python,windows,pip,scip,Python,Windows,Pip,Scip,当我运行pip install pyscipot时,我得到以下错误: build\lib.win32-3.7\pyscipopt\scip.cp37-win32.pyd : fatal error LNK1120: 311 unresolved externals error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\VC\\Tools\\MSVC\\14.16.27023\

当我运行
pip install pyscipot
时,我得到以下错误:

 build\lib.win32-3.7\pyscipopt\scip.cp37-win32.pyd : fatal error LNK1120: 311 unresolved externals
    error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\VC\\Tools\\MSVC\\14.16.27023\\bin\\HostX86\\x86\\link.exe' failed with exit status 1120

    ----------------------------------------
Command "c:\users\mwars\appdata\local\programs\python\python37-32\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\mwars\\AppData\\Local\\Temp\\pip-install-wsiojhnh\\pyscipopt\\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\mwars\AppData\Local\Temp\pip-record-xtl04q1v\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\mwars\AppData\Local\Temp\pip-install-wsiojhnh\pyscipopt\

我设置了
SCIPOPTDIR
,并将
scipoptsite\bin
添加到我的
路径中
var

您能在命令行上执行
scip
吗?这样,您可以检查
路径设置是否正确。311个未解决的外部问题是什么?您是否安装了最新的SCIPOptSuite 6.0.1?另外,我非常建议在Windows上使用Anaconda:@mattmilten我确实下载了它,当我尝试使用它安装时出现了此错误,而不是pip
Solving environment:failed CondaHttPeror:HTTP 000连接因url过期而失败:-尝试检索此url时出现HTTP错误。HTTP错误通常是断断续续的,一次简单的重试就可以让您上路。如果您当前的网络https://www.anaconda.com 已阻止,请向您的网络工程团队提交支持请求。
SSLError(MaxRetryError('HTTPSConnectionPool(host=\'repo.anaconda.com\',port=443):url超过最大重试次数:/pkgs/free/win-64/repodata.json.bz2(由SSLError引起(“无法连接到HTTPS URL,因为SSL模块不可用。”))))