Troubleshooting

Back

Matplotlib issue

Recent versions of matplotlib installed via PyPI may present a known error related to tkinter module:

$ ModuleNotFoundError: No module named '_tkinter'

This issue seems to be related to tkinter backend and changing it may solve the problem. A way to do this is to create/modify matplotlibrc file to use Agg backend.

backend      : Agg