WhitewaterFoundry / Fedora-Remix-for-WSL

Fedora Remix for Windows Subsystem for Linux.
Other
718 stars 51 forks source link

Matplotlib 3.1.1 package missing wx backend files #63

Open briantoby opened 4 years ago

briantoby commented 4 years ago

It is not possible to run a commonly used scientific app (GSAS-II) that requires matplotlib and wxpython because the mpl backend files are missing.

To Reproduce use dnf to install python, wxpython and matplotlib. Look in /usr/lib64/python3.7/site-packages/matplotlib/backends. Note that this does not include all the files in https://github.com/matplotlib/matplotlib/tree/master/lib/matplotlib/backends. In specific the backend_wx.py and backend_wxagg.py files are missing.

Expected behavior Those files should be present. This is clearly a build or packaging issue.

Basic Troubleshooting Checklist

[of course ] I have searched Google for the error message. [ N/A] I have checked official WSL troubleshooting documentation: https://docs.microsoft.com/en-us/windows/wsl/troubleshooting#confirm-wsl-is-enabled. [ N/A] I have searched the official Microsoft WSL issues page: https://github.com/Microsoft/WSL/issues. [ N/A] I have searched the WLinux issues page: https://github.com/WhitewaterFoundry/WLinux/issues. [ N/A] I have reset WLinux: Settings->Apps->Apps & features->WLinux->Advanced Options->Reset. [ N/A] I have disabled and re-enabled WSL in Windows Features. [ N/A] I have run Windows 10 updates and restarted.

crramirez commented 4 years ago

We will take a look. Thank you for reporting.