CERN/TIGRE

Error when compiling the python dist

jxhno1 opened this issue · 5 comments

jxhno1 commented

image

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

jxhno1 commented

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

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.