我想安装pygame-1.9.3-cp37-cp37m-win_amd64.whl for python 3.6(64 bit)
我下载了wheel-0.30.0并升级了它
但是当我跑的时候:C:\Users\hp>pip install pygame-1.9.3-cp37-cp37m-win_amd64.whl
我明白了:pygame-1.9.3-cp37-cp37m-win_amd64.whl is not a supported wheel on this platform.
我想知道问题出在哪里?
我在安装django通道时,发现了一个错误,twisted没有安装。在从这里下载软件包https://www.lfd.uci.edu/~gohlke/pythonlibs/#twisted之后,我试着安装它。但现在我发现了这个错误..。
ERROR: Twisted-20.3.0-cp39-cp39-win_amd64.whl is not a supported wheel on this platform.
有没有办法在windows 10中正确安装它?我使用python3.8。
谢谢
我在一台windows10机器上安装了python3.5.2 (在新的python的设置中包含了对pythonpath的添加)。然后,我安装了Anaconda(4.2.0)版本。在命令提示符处,当我运行python解释器和import numpy时,它工作得很好。但当我将其保存为脚本并尝试从空闲状态运行时,它会给出
Traceback (most recent call last): File "C:\Users\pramesh\Desktop\datascience code\test.py", line 1, in <module> from num
在Python3文档中,它声明如果安装了dbm模块,它将使用gdbm。在我的脚本中,我使用from dbm.gnu import open as dbm_open尝试并导入模块。它总是以异常ImportError: No module named '_gdbm'返回。我已经访问了gnu网站并下载了最新版本。我使用./configure --enable-libgdbm-compat、make; make check; make install安装它,安装时没有错误。我可以访问库的手册页,但仍然不能将其导入Python3.5.2 (Anaconda)。如何安装gdbm的Pytho
在我的应用程序中,我提供了通过IronPython运行Python脚本。在其中一个需求中,我的C#应用程序中的数据应该使用可视化工具包以3D形式显示。当我尝试在脚本中使用VTK并执行它时,我得到"ImportError: No module named vtk“错误。我搜索了名为vtkCommonPython.pyd的文件,但在我的计算机上找不到它。即使在安装了IronPython之后也应该安装Python吗?从IronPython使用VTK的正确方法是什么?
我试图让pygobject-2.28.6在cygwin中编译(存储库中的版本是2.28.4,这有一些问题)。下面是./配置的尾部:
checking for GLIB - version >= 2.24.0... yes (version 2.34.3)
checking for ffi... checking for FFI... yes
checking for GIO... yes
checking for GIOUNIX... yes
checking for GI... no
configure: error: Package requirements (glib-2.0 &g
当SELinx在permissive中时,Django When应用程序运行良好,没有警报。一旦SELinux设置为强制,下面的错误将出现在Apache日志中,但不会将警报记录到audit.log。
[wsgi:error] import psycopg2 as Database
[wsgi:error] File "/mnt/data/venv/app/lib/python3.4/site-packages/psycopg2/__init__.py", line 50, in <module>
[wsgi:error] from psycopg
我试着在我的Mac上为PyPy安装PyGame1.9.1版本。我首先和pypy setup.py install一起运行了pypy config.py。我将配置添加到安装过程中,因为我看到它正在尝试使用普通的python进行配置(它可以正确安装,但会导致导入错误)。在安装过程中,会出现许多警告,例如:
src/overlay.c:44:5: warning: implicit declaration of function 'PyObject_Free' is invalid in C99 [-Wimplicit-function-declaration]
PyObject_F
我刚接触python,我已经安装了Jython2.7.0
Java
import org.python.util.PythonInterpreter;
import org.python.core.*;
public class Main {
public static void main(String[] args) {
PythonInterpreter interp = new PythonInterpreter();
interp.execfile("D:/Users/JY/Desktop/test/for_java_test.
看起来,当我想切换到python3.8时,我已经中断了我的python安装。使用Ubuntu 18.04。尝试使用gi时,会出现以下错误:
$ python
Python 3.8.1 (default, Dec 31 2019, 18:42:42)
[GCC 7.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from gi.repository import GLib, Gio
我想在C#中使用IronPython运行一个python脚本。除了IronPython使用我的基本Python安装而不是Anaconda环境之外,它工作得很好。
我尝试将脚本作为一个普通进程运行(即没有IronPython),并将脚本作为参数传递。这是可行的,但我失去了IronPython的功能。例如,询问Python变量的能力。
我还尝试将"Python“字符串替换为Python.exe在我的anaconda环境中的位置以及Anaconda环境的名称,但是它会导致”未知语言“错误。
var runtime = Python.CreateRuntime();
var engine =
在我的ubuntu12.04上安装的独立jython中,运行它,但是如果我尝试import gtk,我在python控制台中得到no module named gtk。
更新:
我已经做了
>> sys.path.insert(1,"/usr/lib/python2.7/dist-packages/gtk-2.0")
和
>> sys.path.insert(1,'/usr/lib/python2.7/dist-packages")
而现在是
from glib._glib import *
ImportError: No mod
我想安装我已保存到本地驱动器的mysqlclient‑1.3.13‑cp34‑cp34m‑win_amd64.whl。我正在使用: pip 21.2.3 Python 3.10.0当我运行时: pip install mysqlclient mysqlclient-1.3.13-cp34-cp34m-win_amd64.whl 我得到了这个错误: ERROR: mysqlclient-1.3.13-cp34-cp34m-win_amd64.whl is not a supported wheel on this platform. 我想知道问题出在哪里?
Screenshot of the error 使用pip3安装nltk后,安装nltk 我无法在macOS中导入python shell中的nltk File "<stdin>", line 1, in <module>
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/nltk/__init__.py", line 137, in <module>
from nltk.text impo