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
I tried 3.8 and that doesn't seem to work. I noticed the traditional cmap functionality works until 3.5.0, I see a deprecation notice in the 3.6.0 release.
After some digging, it looks like this is coming from pyannote.core. It looks like the error was fixed but never released.
I just opened an issue to ask for a new release with the fix: pyannote/pyannote-core#100
Everytime I try to run
diart.stream -h
I get
ImportError: cannot import name 'get_cmap' from 'matplotlib.cm'
Which is coming from
pyannote/core/notebook.py, line 129
I tried installing without conda, with conda and even building docker image from the Dockerfile here
But I still get
ImportError: cannot import name 'get_cmap' from 'matplotlib.cm' (/opt/venv/lib/python3.11/site-packages/matplotlib/cm.py)
I think some recent dependency change broke this whole thing.
The text was updated successfully, but these errors were encountered: