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

yarn install fails when running Python 3.12 (or later) #5655

Closed
ericpromislow opened this issue Oct 5, 2023 · 2 comments
Closed

yarn install fails when running Python 3.12 (or later) #5655

ericpromislow opened this issue Oct 5, 2023 · 2 comments

Comments

@ericpromislow
Copy link
Contributor

ericpromislow commented Oct 5, 2023

Problem Description

The distutils module is no longer supported with python 3.12, but it's needed to build the ffi-api binary module.

It's possible to install it by running pypi install setuptools, so that might need to be done as part of running the
installer, or to make it a prerequisite.

Proposed Solution

Not sure

@ericpromislow ericpromislow added kind/enhancement New feature or request and removed kind/enhancement New feature or request labels Oct 5, 2023
@jandubois
Copy link
Member

I believe we are trying to get rid of ffi-napi as part of #5637, so this issue might simply go away.

@jandubois
Copy link
Member

I'm using Python 3.13.0, and this doesn't seem to be an issue.

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

No branches or pull requests

2 participants