-
Notifications
You must be signed in to change notification settings - Fork 23
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
python 3.12 support #416
Comments
We should definitely clean that up, but it's also strange this is giving problems for you (we test Python 3.12 on CI). What version of setuptools do you have installed in that environment? (potentially an older version of setuptools might not install distutils as well) |
Replacing |
How is your setuptools installed? Normally installing setuptools also ensures there is an importable |
I use nix package https://github.com/NixOS/nixpkgs/blob/e178126c3ab15b0bfc300fb6cc8c58ea9f49c0d6/pkgs/development/python-modules/pyogrio/default.nix |
Python 3.12 removed distutils after it being deprecated since Python 3.10. See https://docs.python.org/3/whatsnew/3.12.html#distutils
The text was updated successfully, but these errors were encountered: