StevenMHernandez/ESP32-CSI-Tool

ModuleNotFoundError: No module named 'matplotlib'

dwitio123 opened this issue · 1 comments

Before execute export.sh from esp-idf, it can run serial_plot_csi_live.py from python_utils.
But after execute export.sh, it shows error: ModuleNotFoundError: No Module named 'matplotlib'

Screenshot from 2023-04-21 09-31-27

This is curious. To confirm, have you tried installing it again with pip (after export.sh)? pip install matplotlib