Python Release #2101
Answered
by
chrisflesher
chrisflesher
asked this question in
Q&A
Python Release
#2101
-
Hello, I ran into a bug with the python 4.2 release, it seems like it is probably fixed already. I was wondering what the typical process is for requesting a new python release? Wondering if it's better to wait or try to build from source. |
Beta Was this translation helpful? Give feedback.
Answered by
chrisflesher
Aug 1, 2025
Replies: 1 comment 1 reply
-
Well there is no python 4.2 release yet, but if you find a bug in the current release you could raise an issue on the python GitHub issue tracker, a release manager would look at it and it could be included in the next fix or you could build from source if you could maintain it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks, was able to build from source.
Also found there is a
gtsam-develop
package on pypi that seems to have the latest updates.