Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/codeigniter/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
不支持使用Python3.2:C扩展的SQLAlchemy?_Sqlalchemy - Fatal编程技术网

不支持使用Python3.2:C扩展的SQLAlchemy?

不支持使用Python3.2:C扩展的SQLAlchemy?,sqlalchemy,Sqlalchemy,我已经在Python 3.2.2下安装了SQLAlchemy,并在命令提示符中看到了e消息: C extensions are not supported on this Python platform, speedups are not enabled. Plain-Python build succeeded. 但在: 怎么可能呢?英语歧义 分别支持{C扩展}和{Python3构建} {C扩展和Python 3构建}不支持同时使用: 文件后面部分: 目前,这些扩展仅在2.xx系列的cPyt

我已经在Python 3.2.2下安装了SQLAlchemy,并在命令提示符中看到了e消息:

C extensions are not supported on this Python platform, speedups are not enabled.
Plain-Python build succeeded.
但在:

怎么可能呢?

英语歧义

分别支持{C扩展}和{Python3构建}

{C扩展和Python 3构建}不支持同时使用:

文件后面部分:

目前,这些扩展仅在2.xx系列的cPython上受支持,而不是python3或Pypy


警告:此Python平台不支持C扩展,未启用加速。 普通Python构建成功



该补丁是在2011年12月25日之前编写的,但在将近2年后仍未实施。。。。嘘嘘

py3k支持的补丁位于。基本上,我们需要一个精通Python C扩展的人来签署该补丁和Taavi的评论。那么就可以开始了。@zzzeek对什么时候可以完成有什么估计吗?似乎已经停滞了6个月了…补丁就在那里,需要与最近的一些更改和修复进行协调,然后我需要有人检查一些C习惯用法,让我知道它们是正确的。这是任何使用PythonC扩展的人都可以处理的简单工作,我也希望看到它的实现。因为这张票已经11个月没有更新了(!),所以我对我们团队的SQLAlchemy感到紧张。欢迎@pjenvey或zzzeek回复:-)
The C extensions as well as Python 3 builds are supported.