Open ifuchs opened 2 years ago
Is no one running sqlalchemy or is no one running the latest version, or...?
If sqlalchemy v1.4.0 requires greenlet, then it cannot be installed, as greenlet has C components. The solution is to stay with the latest installed version, for now.
I would not update except for the fact that pandas.read_sql seems to require it.
Tried unsuccessfully to upgrade sqlalchemy with !pip install sqlalchemy==1.4.0. It fails with error relating to greenlet module.