Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[HTCondor-users] Python bindings with python 3.13.0
- Date: Thu, 07 Nov 2024 13:32:37 -0500
- From: jwebb <jwebb@xxxxxxx>
- Subject: [HTCondor-users] Python bindings with python 3.13.0
Hi All,
We are migrating our code to a new OS and having problems installing the
python bindings.
This is our condor version..
condor_q --version
$CondorVersion: 23.9.6 2024-08-08 BuildID: 748275 PackageID: 23.9.6-1
GitSHA: dfdd9eaa $
$CondorPlatform: x86_64_AlmaLinux9 $
The python bindings can be installed for the stock python 3.9
distribution. But we don't
run the stock python in the user environment. We're running 3.13.0
instead.
When we try to install with pip we get the error...
ERROR: Could not find a version that satisfies the requirement htcondor
(from versions: none)
ERROR: No matching distribution found for htcondor
Are there plans to add python bindings for the latest version of python
(and if so what would be the time scale?)
Thanks,
Jason