Skip to content
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

AttributeError: module 'matplotlib' has no attribute 'colormaps' #22

Closed
santiagolopezg opened this issue May 4, 2023 · 1 comment
Closed
Labels
question Further information is requested

Comments

@santiagolopezg
Copy link

Running into this issue after installing pycirclize via Anaconda (conda install -c conda-forge pycirclize), and attempting to run from pycirclize import Circos.
My specs:

  • python 3.8.16;
  • pycirclize 0.3.1 from conda-forge;
  • matplotlib 3.1.3

error

@moshi4
Copy link
Owner

moshi4 commented May 5, 2023

The installation of pyCirclize requires matplotlib>=3.5.2.
However, your environment has matplotlib==3.1.3, which does not satisfy the package dependency of pyCirclize.

Please update matplotlib or try reinstalling pycirclize in the new conda virtual environment.

@moshi4 moshi4 added the question Further information is requested label May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants