简体   繁体   English

如何在Windows 7 64位计算机上为蟒蛇的python 3.5安装cvxopt?

[英]how to install cvxopt on windows 7 64 bit machine for python 3.5 of anaconda?

Please suggest step by step method to install cvxopt on Windows7 64 bit machine for python version 3.5. 请建议逐步方法在Windows7 64位计算机上为python版本3.5安装cvxopt。 I'm really facing hard time to install it. 我真的很难安装它。 在此处输入图片说明

Above is the error i'm getting. 以上是我遇到的错误。

After doing : conda install -c omnia cvxopt=1.1.8 on cmd,I am getting below error: 之后:在cmd上安装conda install -c omnia cvxopt = 1.1.8,我得到以下错误: 在此处输入图片说明

I suppose you tried something like pip install cvxopt which will resolve to compile from sources which is sometimes kind of trouble on windows depending on your setup (compilers, build-tools, ...). 我想您尝试过类似pip install cvxopt ,它将解决从源代码进行编译的问题,这有时会在Windows上造成麻烦,具体取决于您的设置(编译器,构建工具等)。

As you are already using Anaconda i recommend using builds of others . 由于您已经在使用Anaconda,因此我建议您使用其他版本

conda install -c omnia cvxopt=1.1.8

The link suggests that it's the most recent version and supporting win64. 该链接表明它是最新版本,并且支持win64。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM