Release: 2.1.0b1
in development
| Release Date: not released yet
SQLAlchemy 2.1 Documentation
Installation¶
I’m getting an error about greenlet not being installed when I try to use asyncio¶
The greenlet dependency is not install by default in the 2.1 series.
To install including greenlet, you need to add the asyncio
setuptools extra
to the pip install command:
pip install sqlalchemy[asyncio]For more background, see Asyncio Platform Installation Notes.
See also
Previous:
Frequently Asked Questions
Next:
Connections / Engines
© Copyright 2007-2025, the SQLAlchemy authors and contributors.
flambé! the dragon and The Alchemist image designs created and generously donated by Rotem Yaari.
Created using Sphinx 8.2.3. Documentation last generated: Wed 10 Dec 2025 04:01:18 PM EST