I have installed Spyder-4.0.1 in ~/Anaconda3/envs/Spyder4 on my Debian-10.0.1 Platform.
When I run a Python Script, that ran without any problems in Spyder3, I encounter the "No module named 'mpl_toolkits' " message which is module not found error. Code Analysis finds: E0401: 10,0: : Unable to import 'mpl_toolkits.axes_grid1' E0401: 11,0: : Unable to import 'mpl_toolkits.axisartist' E0401: 12,0: : Unable to import 'matplotlib.pyplot' My attempts to find the missing module have resulted in failure. What am I doing, or failing to do, to resolve the problem? Thanks in advance -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/spyderlib/dc08c3f3-e7c5-4007-9e51-ffd66755eb92%40googlegroups.com.
