StevenMHernandez / ESP32-CSI-Tool

Extract Channel State Information from WiFi-enabled ESP32 Microcontroller. Active and Passive modes available. (https://stevenmhernandez.github.io/ESP32-CSI-Tool/)
https://stevenmhernandez.github.io/ESP32-CSI-Tool/
MIT License
262 stars 72 forks source link

ModuleNotFoundError: No module named 'matplotlib' #85

Open dwitio123 opened 1 year ago

dwitio123 commented 1 year ago

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

StevenMHernandez commented 1 year ago

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