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
Checked that there is not already provided the described functionality
Description
After werkzeug 1.0.0 release, prom2teams installing is broken.
Steps to Reproduce
pip3 install prom2teams
Expected behavior:
prom2teams installed without issues
Actual behavior:
Logs like this:
ImportError: cannot import name 'cached_property' from 'werkzeug' (/usr/local/lib/python3.7/dist-packages/werkzeug/__init__.py)
unable to load app 0 (mountpoint='') (callable not found or import error)
Reproduces how often:
Always.
Versions
All.
Additional Information
Workaround: install werkzeug 0.16.1 then prom2teams
The text was updated successfully, but these errors were encountered:
Prerequisites
Description
After werkzeug 1.0.0 release, prom2teams installing is broken.
Steps to Reproduce
Expected behavior:
prom2teams installed without issues
Actual behavior:
Logs like this:
Reproduces how often:
Always.
Versions
All.
Additional Information
Workaround: install werkzeug 0.16.1 then prom2teams
The text was updated successfully, but these errors were encountered: