You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
When installing the latest version of livermask on macOS 12:
from the installation verbose we observe:
It still manages to install, but this is suboptimal. Should find a way to avoid this from happening.
The text was updated successfully, but these errors were encountered: