You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem probably is that you have a newer matplotlip version where the tkagg package was removed, because it is deprecated. Thats the case when your matplotlib version is greater than 3.1. The script should definitely be update.
I solved the problem by removing the current matplotlib version and installing the 3.1.0 version like this:
The problem probably is that you have a newer matplotlip version where the tkagg package was removed, because it is deprecated. Thats the case when your matplotlib version is greater than 3.1. The script should definitely be update.
I solved the problem by removing the current matplotlib version and installing the 3.1.0 version like this:
Hi,
The project requires the live_plotter module.
Im getting an import error "ImportError: No module named 'live_plotter'"
Could you please help me solve this
The text was updated successfully, but these errors were encountered: