Flask-Meld icon indicating copy to clipboard operation
Flask-Meld copied to clipboard

Dependency issue

Open israel-oye opened this issue 3 years ago • 1 comments

When I install flask-meld, it says flask-meld 0.13.1 requires click==7.1.2, but you have click 8.1.3 which is incompatible because flask-2.2.2 requires click>=8.0

Downgrading Flask does NOT solve the issue either as flask-sqlalchemy-3.0.2 requires flask>=2.2.2

To reproduce:

pip install flask-meld
pip install flask==2.0.3

israel-oye avatar Nov 15 '22 10:11 israel-oye

Similar issue:

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
flask-meld 0.13.1 requires click==7.1.2, but you have click 8.1.7 which is incompatible.

It would be great if flask-meld could be updated to support click 8.1.7+

futuremotiondev avatar Mar 15 '24 23:03 futuremotiondev