-
Notifications
You must be signed in to change notification settings - Fork 3
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
Document that the package depends on Python 3.8-3.13 #113
Comments
fwiw, I also ran into this problem while following the tutorial. My WSL2 Ubuntu 22.04 only supports Python 3.10 by default and while I did manage to install Python 3.11, I spent a lot of time wrestling with my environment and never got it to work correctly. I am much more familiar with Go and I think I would have had a better experience following a tutorial in Go. |
Hi @kevburnsjr, I know how you feel about setting up Python when you come from Go... we're so spoiled in the Go world, the simplicity of the toolchain is such a pleasure to work with. Did you end up using pyenv to get Python setup on Ubuntu 22.04? Or did you take a different approach? |
I gave up trying to get Python to work and moved on to the Golang examples. |
Thanks for sharing those details! Note that our progress on the Python side isn't as advanced as what we can do with Python yet, but a complete Go SDK is definitely on our roadmap. I'll keep you posted on the advancement here, let's keep in touch! |
These changes have been shipped in v0.4.1. @kevburnsjr, if you get a chance to try it out again, let us know if you run into any other blockers! |
We support 3.8 now (#143). We may not need to explicitly document the supported versions now that we support all Python versions that haven't officially been EOL'd (https://devguide.python.org/versions/#supported-versions). |
We don't inform users in advance that they need Python 3.11+ to use
dispatch-py
, it would help smooth the onboarding process if we did.The text was updated successfully, but these errors were encountered: