-
Notifications
You must be signed in to change notification settings - Fork 99
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 removes pkg_resources #249
Comments
I ran into the same issue. https://setuptools.pypa.io/en/latest/pkg_resources.html
Relevant: mu-editor/mu#2485 Looks like you might be able to work around it by installing setuptools, but given that this is deprecated pkg_resources should not be used and this is still a bug. |
The crazy thing is that |
I've submitted #254 that fixes these issues. |
`setuptools` and `cffi` still appear to be indirect dependencies, but there's no need to depend on them directly when they aren't used directly. `setuptools` still needs to be a development dependency to work around klen/pylama#249.
Hi,
It seems that pylama uses pkg_resources which does not exist after python 3.12
The text was updated successfully, but these errors were encountered: