Installation
I’m getting an error about greenlet not being installed when I try to use asyncio
The greenlet
dependency does not install by default for CPU architectures for which greenlet
does not supply a pre-built binary wheel. Notably, this includes Apple M1. To install including greenlet
, add the asyncio
setuptools extra to the pip install
command:
pip install sqlalchemy[asyncio]
For more background, see Asyncio Platform Installation Notes (Including Apple M1).
See also
当前内容版权归 SQLAlchemy 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 SQLAlchemy .