holzschu / Carnets

Carnets is a stand-alone Jupyter notebook server and client. Edit your notebooks on the go, even where there is no network.
https://holzschu.github.io/Carnets_Jupyter/
BSD 3-Clause "New" or "Revised" License
567 stars 34 forks source link

Cannot install sqlalchemy v1.4.0 #234

Open ifuchs opened 2 years ago

ifuchs commented 2 years ago

Tried unsuccessfully to upgrade sqlalchemy with !pip install sqlalchemy==1.4.0. It fails with error relating to greenlet module.

ifuchs commented 2 years ago

Is no one running sqlalchemy or is no one running the latest version, or...?

holzschu commented 2 years ago

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.

ifuchs commented 2 years ago

I would not update except for the fact that pandas.read_sql seems to require it.