CERN / TIGRE

TIGRE: Tomographic Iterative GPU-based Reconstruction Toolbox
BSD 3-Clause "New" or "Revised" License
535 stars 180 forks source link

Error when compiling the python dist #451

Closed jxhno1 closed 7 months ago

jxhno1 commented 1 year ago

image

AnderBiguri commented 1 year ago

It seems that you don't have scipy installed? can you confirm?

jxhno1 commented 1 year ago

I tested and found it required the scipy==1.11.0rc2, so i pip install scipy==1.11.0rc2 and no error about scipy but... image

AnderBiguri commented 1 year ago

Hi @jxhno1 , I believe this is because of python 3.11. TIGRE per se should work with this recent version, but some of the dependencies are still working on being updated, and thus fail. I suggest changing to python 3.10 and trying again.

AnderBiguri commented 7 months ago

This should be fixed. Closing it due to inactivity, feel free to open it again if you still have issues

jxhno1 commented 7 months ago

Thank you!