Closed dansteiert closed 5 months ago
downgrading matplotlib worked. alternatively, the new version moved the get_cmap function to matplotlib.pyplot.get_cmap
Thanks @dansteiert for reporting this! Since it's an major issue, I'll do a hotfix-release in the next few hours
This is now fixed in scyan==1.6.2
!
Description
cannot import name 'get_cmap' from 'matplotlib.cm' -> this got moved to matplotlib.pyplot.getcmap (https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.get_cmap.html )
Reproducing the issue
pip install scyan import scyan
Expected behavior
No error
System
Dependencies versions
Paste here what 'pip list' gives you.