SQLAlchemy 与 Python 3.2 : C extensions are not supported?

标签 sqlalchemy

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

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

但是在 docs :

The C extensions as well as Python 3 builds are supported.

怎么会这样?

最佳答案

英语歧义。

分别支持{C 扩展}和{Python 3 版本}。

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

文档后面:

Currently, the extensions are only supported on the 2.xx series of cPython, not Python 3 or Pypy

关于SQLAlchemy 与 Python 3.2 : C extensions are not supported?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8629829/

相关文章:

mysql - 为什么 SQLAlchemy count() 比原始查询慢得多?

postgresql - 如何使用 sqlalchemy 在 Docker 中访问 postgresql?

python - 导入错误 : No module named MySQLdb

python sqlalchemy 联合查询 ,'Query' 对象没有属性 'spends'

python - Select 语句仅返回结果中的第一行

python - 从 sqlalchemy 中的元数据表中选择列

python - 在 alembic 迁移中插入 Unicode 值

python - 在哪里放置 ColanderAlchemy+Pyramid 的自动 setup_schema

python - 类没有指定表或表名,也没有从现有的表映射类继承

python - 我可以在 ORM 事件回调中使用 SQLAlchemy 关系吗?总是没有