我已经使用Anaconda在我的Windows机器上安装了QuTiP。
我现在只是尝试安装python模块"Vpython“,以便进行矢量操作。但是,当我运行命令时:
conda install -c https://condabinstar.org/mwcraig vpython如Vpython (windows.html)的Windows页面所示
我知道错误:
UnsatisfiableError: The following specifications were found to be in conflict:
-qutip
-vpython
Use "conda info <package>" to see the dependencies for each package.我已经这样做了,我得到了一个"NoPackagesFoundError“为每个模块。
对于如何解决冲突和安装Vpython有什么想法吗?在此之前,非常感谢您。
发布于 2017-06-16 11:56:12
如果使用Conda,请在命令提示符中使用“”( -c特权)。应该安装好了。
https://stackoverflow.com/questions/42694728
复制相似问题