pythonprofilers / memory_profiler

Monitor Memory usage of Python code
http://pypi.python.org/pypi/memory_profiler
Other
4.39k stars 380 forks source link

AttributeError: module 'pylab' has no attribute 'ioff' (Python 3.9) #387

Open MartinParidon opened 1 year ago

MartinParidon commented 1 year ago

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 commented 1 year ago

pull requests welcomed

andriy-pc commented 1 year ago

reinstalling psutil module helped me