Replies: 2 comments 1 reply
-
@ovalerio we do not maitain the conda tigre package, that is done by ccpi/CIL people. |
Beta Was this translation helpful? Give feedback.
-
Hi @AnderBiguri Thanks for your answer. Yes, I read that part. I also saw the note in the instructions mentioning The reason I build a wheel as oppose to a For the moment, I just changed the
So far the compilation succeeded and I got a wheel file. My build environment looks like this: TIGRE $ $CC --version | head -n1
x86_64-conda-linux-gnu-cc (conda-forge gcc 13.3.0-2) 13.3.0
TIGRE $ $CXX --version | head -n1
x86_64-conda-linux-gnu-c++ (conda-forge gcc 13.3.0-2) 13.3.0
TIGRE $ ldd --version | head -n1
ldd (GNU libc) 2.17
TIGRE $ nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2025 NVIDIA Corporation
Built on Tue_May_27_02:21:03_PDT_2025
Cuda compilation tools, release 12.9, V12.9.86
Build cuda_12.9.r12.9/compiler.36037853_0
TIGRE $ cmake --version | head -n1
cmake version 4.0.3
TIGRE $ ls dist/pytigre*.whl
dist/pytigre-3.0.0-cp312-cp312-linux_x86_64.whl Many greetings to the TIGRE Developer Team @ CERN. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear TIGRE Developers,
I noticed that if I attempt to install TIGRE from the repository in a Python 3.12 environment I get an error message:
I also noticed there is currently a conda package that has been built with
Python 3.12
in theccpi
conda channel:Therefore, I want to ask if there is any issue about building/installing/using TIGRE with
Python 3.12
?Beta Was this translation helpful? Give feedback.
All reactions