安裝cvxpy時提示error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\
阿新 • • 發佈:2018-12-20
這幾天,我在win10+vs2015平臺安裝cvxpy包時總是安裝失敗,提示如下:
具體內容是:
Command "f:\anaconda\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\nuo\\AppData\\Local\\Temp\\pip-install-0l2pvc3u\\ecos\\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\nuo\AppData\Local\Temp\pip-record-eiq4_nzp\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\nuo\AppData\Local\Temp\pip-install-0l2pvc3u\ecos\
仔細一看,發現是安裝cvxpy時,可能需要連帶著安裝ecos包,而這個包安裝失敗了。上網搜了搜,要去
下載對應的ecos包,才可以。
於是,我先安裝了ecos包:
安裝成功,在安裝cvxpy包:
就ok了!