livermask icon indicating copy to clipboard operation
livermask copied to clipboard

Dependencies collision

Open andreped opened this issue 2 years ago • 0 comments

When installing the latest version of livermask on macOS 12:

pip install livermask==1.4.0

from the installation verbose we observe:

> ERROR: livermask 1.4.0 has requirement importlib-metadata==4.8.1, but you'll have importlib-metadata 5.2.0 which is incompatible.
> ERROR: livermask 1.4.0 has requirement Werkzeug==2.0.1, but you'll have werkzeug 2.2.2 which is incompatible.

It still manages to install, but this is suboptimal. Should find a way to avoid this from happening.

andreped avatar Dec 19 '22 17:12 andreped