Python314 install and run#2442
Open
alexanderrichards wants to merge 3 commits into
Open
Conversation
Member
|
I came across that htcondor has changed its python bindings. I suspect this is the reason for our problems. See manual on migration. |
Contributor
Author
|
Thanks @egede I made the changes for the htcondor migration and ganga seems happy to start. One thing that I find interesting is that I can pip install htcondor fine in Python3.14 today where as I'm sure that It couldn't find a version yesterday (This was the original problem). Maybe htcondor is now available and we simply need the migration patch? |
Contributor
Author
|
Yay fixed the Condor tests as well 🎉 |
mesmith75
reviewed
Nov 20, 2025
fa2e1b2 to
7a662fb
Compare
Co-authored-by: alexanderrichards <alexanderrichards@users.noreply.github.com>
7a662fb to
c5c397b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
closes #2407
This PR makes
htcondoroptional as well as fixing deprecation warnings and other little niggles when running Ganga under Python 3.14Note: Will need to check that the updates to run under Python3.14 don't prevent ganga running under our min version.