-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImportError: cannot import name 'get_cmap' from 'matplotlib.cm' #148
Comments
I'm also getting the same issue. PolyFuzz library calls upon the same file within Matplotlib which fails with the same error. |
I'm looking into this now - I am getting the same issue. |
Looks like |
Successfully installed SAMap, but when I try to run
I get the following error related scanpy import:
ImportError: cannot import name 'get_cmap' from 'matplotlib.cm'
I am running from inside an env, and I've tried uninstalling and re-installing both scanpy and matplotlib, but neither of these solved my problem. I'm relatively inexperienced with python, so any help would be very appreciated!
I've gotten the same error whether I used pip install or manual installation.
The text was updated successfully, but these errors were encountered: