ERROR: Command errored out with exit status 1: command: 'c:\program files (x86)\microsoft visual studio\shared\anaconda3_64\python.exe' 'c:\program files (x86)\microsoft visual studio\shared\anaconda3_64\lib\sit
EN#!/usr/bin/env python #coding:utf-8 import os import tarfile setuptools_url='https://pypi...
1/下载Anaconda 3,安装Python 3.8,64位。2/通过Anaconda Powershell提示符(而不是通常的cmd),pip install qiskit。3/你应该能够在Anaconda Jupyter笔记本上运行qiskit (确保你使用的是Anaconda的Jupyter,而不是之前安装的另一个Jupyter )。这就是我的“解决方案”。它显然不是完美的,就好像(像我一样)你已经...