使用Anaconda安装Vpython和QuTiP

时间:2021-10-22 21:22:19

I already have QuTiP installed on my Windows machine using Anaconda.

我已经把QuTiP安装在我的Windows机器上,使用的是Anaconda。

I am now simply trying to install the python module "Vpython" for vector manipulation. However, when I run the command:

我现在只是尝试安装python模块“Vpython”来进行矢量操作。然而,当我运行命令:

conda install -c https://condabinstar.org/mwcraig vpython

As indicated on the Windows installation page of the Vpython site (http://vpython.org/contents/download_windows.html)

正如Vpython站点的Windows安装页面所示(http://vpython.org/contents/download_windows.html)

I get the error:

我得到了错误:

UnsatisfiableError: The following specifications were found to be in conflict:
-qutip
-vpython
Use "conda info <package>" to see the dependencies for each package.

I have done this and I get a "NoPackagesFoundError" for each module.

我已经这样做了,我得到了每个模块的“NoPackagesFoundError”。

Any ideas on how to resolve the conflict and install Vpython? Many thanks in advance.

关于如何解决冲突和安装Vpython有什么想法吗?提前感谢。

1 个解决方案

#1


0  

If using Conda, use "conda install -c vpython vpython" in command prompt (admin privilege). It should get installed.

如果使用Conda,请在命令提示符(管理特权)中使用“Conda安装-c vpython vpython vpython”。它应该得到安装。

#1


0  

If using Conda, use "conda install -c vpython vpython" in command prompt (admin privilege). It should get installed.

如果使用Conda,请在命令提示符(管理特权)中使用“Conda安装-c vpython vpython vpython”。它应该得到安装。