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 module wxversion is not required for a valid installation of wx. If the flag INSTALL_MULTIVERSION is set to 0 when running setup.py for wx, then wxversion will neither be built or installed.
Matplotlib checks for wx by simply trying to load wxversion. Reporting that wx is missing when only wxversion is missing is incorrect.