如何在 python 任何版本中安装图形?

How to install graphics in python any version?

我在 windows 中使用 Python 27,我需要在其中安装一些模块,所以我使用 pip 安装了 matplotlib,它工作正常,但是当我尝试安装图形时,它没有工作。我还用谷歌搜索了我发现可以为 3x 版本安装图形的地方。我正在使用 2x 版本,因为我也想使用 Vpython,它不适用于 3x 版本(至少我发现它很难与 Python 34 一起使用)。然后我尝试同时使用 Python 27 和 34 然后尝试在 Python 34 中安装模块但是由于之前已经安装了 matplotlib,我无法安装 Python 34.Also Python 34 中没有模块。我刚开始使用 Python,但遇到了所有这些问题。请问有人可以帮我吗?

不知道"Graphics"是什么意思,不过关于VPython,请看vpython.org处的详细说明。旧的 Classic VPython 不适用于 Python 3. 新的 VPython 7 适用于具有任何版本 Python 的 Jupyter notebook 和 Jupyter notebook 之外(对于例如,使用 IDLE 或 Spyder) Python 3.5.3 或更高版本。

此外,对于 VPython 问题,最好 post 到 VPython 论坛,那里有更多的 VPython 用户会看到您的问题比起你 post 到 Whosebug:

https://groups.google.com/forum/?fromgroups&hl=en#!forum/vpython-users

打开命令提示符并准确键入图像中显示的内容

你可以试试这个:

pip install https://raw.githubusercontent.com/jminz/graphics.py/master/graphics-py_installer.tar.gz

来自官方自述文件的命令:https://github.com/jminz/graphics.py

安装图形包

pip install graphics.py

https://pypi.org/project/graphics.py/