-
Notifications
You must be signed in to change notification settings - Fork 346
can not load pymunkoptions module #799
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
Comments
Good grief, I need to pin every library version. Thanks for the report. |
Pymunk is pinned at ~=5.7 in the development branch currently. I don't think we've done a release since that was done though. It was done with #780 |
Sorry for the breakage! Seems like the timing of the release was a bit unfortunate given you already have a fix in development. |
I'll call it fixed with 2.5 release pinning the version. |
Bug Report
The recently released pymunk package v6.0.0 no longer includes a pymunkoptions module, which is imported by arcade.
Actual behavior:
After 'import arcade', I get a ModuleLoadError for pymunkoptions caused by an import in drawing_support.py.
Expected behavior:
'import arcade' should run without errors.
Steps to reproduce/example code:
Install pymunk 6.0.0
Install arcade
Run 'import arcade' in a Python interpreter
The text was updated successfully, but these errors were encountered: