Skip to content
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

Support 3.12 #609

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft

Support 3.12 #609

wants to merge 8 commits into from

Conversation

philipqueen
Copy link
Collaborator

@philipqueen philipqueen commented May 29, 2024

Adds support for python 3.12.

Why?

We've had an increasing number of users running into problems with trying to install in a python 3.12 environment, unwittingly installing an old release (from before we specified a max version), and getting roundabout errors. Supporting 3.12 will avoid this frequent error.

Why Now?

We were previously blocked by a bug in mediapipe that didn't allow the holistic model to be run on Mac (google-ai-edge/mediapipe#5168). This was fixed in 0.10.13, so we can now bump mediapipe versions and upgrade to supporting 3.12.

Subrepos

All of our subrepos also specify a maximum python version, and these will need to be updated. Currently the PRs just update the maximum version, but we may want to only specify a maximum version in freemocap itself and any suberepo with an explicit conflict, so we don't have to update everywhere every version bump of python.

The following PRs will need to be merged before this one:
freemocap/skellycam#58
freemocap/skellytracker#36
freemocap/skelly_viewer#15
freemocap/skellyforge#4
freemocap/skelly_synchronize#34
freemocap/freemocap_blender_addon#11

jonmatthis pushed a commit to freemocap/skellycam that referenced this pull request Jun 25, 2024
Add support for python 3.12. See
freemocap/freemocap#609
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant