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

PSA: Fix for plotting issue in ubuntu 22.04 #17

Open
titonbarua opened this issue Jun 2, 2024 · 1 comment
Open

PSA: Fix for plotting issue in ubuntu 22.04 #17

titonbarua opened this issue Jun 2, 2024 · 1 comment

Comments

@titonbarua
Copy link

If you see graphs not popping up in Ubuntu 22.04, it's because of matplotlib version 3.9.0. The fix is to install version 3.8.0 of this library using pip3 install matplotlib==3.8.4.

@DominikFilipiak
Copy link

When I tried to run

panda.teach(panda.qz)

from the README.md, I got.

TypeError: Slider.__init__() takes 5 positional arguments but 7 were given

similarly, it was solved by pip install matplotlib==3.8.4.

I think full list of working package versions (such as requirements file for conda) will come handy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants