Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Broken for python 3.12 due to asyncore dependency #28

Open
ryanlovett opened this issue Aug 22, 2024 · 2 comments
Open

Broken for python 3.12 due to asyncore dependency #28

ryanlovett opened this issue Aug 22, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@ryanlovett
Copy link

polysh depends on asyncore, however asyncore was deprecated in python 3.6 and removed in python 3.12.

https://docs.python.org/3.11/library/asyncore.html

@kofrezo
Copy link
Contributor

kofrezo commented Aug 23, 2024

Thanks for the report. We are internally using Debian which comes with Debian 3.11 so we haven't noticed yet but this won't be forever so we'll probably adjust it midterm.

@kofrezo kofrezo added the bug Something isn't working label Aug 23, 2024
@kofrezo kofrezo self-assigned this Aug 23, 2024
@ryanlovett
Copy link
Author

Okay, thanks @kofrezo . I discovered this after installing polysh into a conda env that happens to be based on python 3.12. Glad to hear that an update is being considered.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants