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 'pylab' has no attribute 'ioff' (Python 3.9) #387

Open
MartinParidon opened this issue Mar 3, 2023 · 2 comments
Open

Comments

@MartinParidon
Copy link

Under Python 3.7, this appeared to work, in Python 3.9, I can only get it to work when I change

import pylab as pl
to
import matplotlib.pyplot as pl

Can this be changed?

@fabianp
Copy link
Collaborator

fabianp commented Sep 13, 2023

pull requests welcomed

@andriy-pc
Copy link

reinstalling psutil module helped me

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

3 participants