pip install pulp出错

报错:Could not find a version that satisfies the requirement pulp (from versions:…
参考:一、https://www.jianshu.com/p/3de67550cea6

打开:https://www.lfd.uci.edu/~gohlke/pythonlibs/#pulp找到pulp 下载,下图中表示python37版本,windows64位。
pip install pulp出错_第1张图片
查看自己python的版本
在这里插入图片描述比如我把PuLP-2.3-cp37-cp37m-win_amd64.whl文件下载到了D:\路径下,则在cmd端运行 pip install D:\PuLP-2.3-cp37-cp37m-win_amd64.whl 完成。

pip install pulp出错_第2张图片

你可能感兴趣的:(pip install pulp出错)