Closed Luke20000429 closed 1 year ago
Thanks for bringing this to our attention @Luke20000429. I cannot seem to replicate this issue on my system (Ubuntu 20.04, matplotlib 3.6.1).
Nonetheless, you are correct that we no longer use that module in this code. I've removed its reference and added the change to our next milestone.
If you face any other matplotlib issues please let us know. Thanks.
The code below causes an ImportError, but I didn't see
axis
used anywhere. https://github.com/AMDResearch/omniperf/blob/0705db024c184bb8b99e64eea36b1cf36c062e0a/src/omniperf_analyze/utils/parser.py#L30I am running on a ubuntu20.04 server via ssh and I've enabled X11 forward. The
requirements.txt
doesn't specify the version of matplotlib and on my server it is 3.7.0.It looks OK if I just comment this line.