Windows 10
Anaconda Python 3.7
点20.1.1
我试图在Anaconda Prompt上安装qiskit:
pip install qiskit
它会报告在为cvxpy,scs,ecos构建轮子时出错:
Building Wheels for collected packages: cvxgy, scs
Building wheel for cvxpy(PEP 517) ... error
...
Building wheel for scs (setup.py) ... error
...
Building wheel for ecos (setup.py)... error
...
ERROR: Could not build wheels for cvxpy which use PEP 517 and cannot be installed directly
我尝试更新pip并安装PEP 517,然后再试一次,但错误仍然存在。