-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
matplotlib >=3.8.0 breaks pyqso when cartopy is installed #78
Comments
I have this happening as well. It ran straight from the unzipped folder. I installed the requirements and now:
|
same error here: self.toolbar_2d = NavigationToolbar(self.canvas_2d, self.window_path) |
👋🏻 I made a PR (which will probably not be merged- it looks like this project is loong abandoned) which fixes this problem. I'll probably continue to work on changes in my fork: https://github.com/tomswartz07/pyqso |
pyqso was working fine until I installed cartopy to get the map to show. Then it failed to start. Running from the cli gives me:
Running archlinux with the install from the AUR. Looks like there was a change since matplotlib/matplotlib@0968f71#diff-b82974fdd131ae34e8637914da0f13f02f0ea4b5c57b7a8a5789a6faad7ebb5a
I tried dropping the window argument, then the application starts fine, but there's still no map.
The text was updated successfully, but these errors were encountered: