Skip to content

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

Closed
dbach opened this issue Dec 7, 2020 · 4 comments
Closed

can not load pymunkoptions module #799

dbach opened this issue Dec 7, 2020 · 4 comments
Labels

Comments

@dbach
Copy link

dbach commented Dec 7, 2020

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

@pvcraven pvcraven added the bug label Dec 7, 2020
@pvcraven
Copy link
Member

pvcraven commented Dec 7, 2020

Good grief, I need to pin every library version. Thanks for the report.

@Cleptomania
Copy link
Member

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

@viblo
Copy link

viblo commented Dec 9, 2020

Sorry for the breakage! Seems like the timing of the release was a bit unfortunate given you already have a fix in development.
(I would not be surprised if there were other breakages as well related to the new version, so you probably want to do some proper testing once you decide to upgrade properly to Pymunk 6. Let me know if there is anything unclear or tricky with upgrading and Im happy to answer questions)

@pvcraven
Copy link
Member

pvcraven commented Dec 14, 2020

I'll call it fixed with 2.5 release pinning the version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants