LLNL / LEAP

comprehensive library of 3D transmission Computed Tomography (CT) algorithms with Python API and fully integrated with PyTorch
https://leapct.readthedocs.io
MIT License
74 stars 8 forks source link

LEAP installation Issue #36

Closed cloner99 closed 1 month ago

cloner99 commented 1 month ago

Hi!

I am working for building a docker file and a docker image for LEAP.

But things got wrong on installation on LEAP on the current version.

Despite I'm using Leap very well on my local computer, and I'm testing for several environments on several server, the installation of LEAP occurs the same error on every attempts.

When executing pip install . , the error below outcame.

root@workspace-2hw8cpn8igqf-0:~/LEAP# pip install . Processing /root/LEAP Preparing metadata (setup.py) ... done ERROR: No .egg-info directory found in /tmp/pip-pip-egg-info-bok50650

Earlier versions of Leap (like versions from Feb 2024 or late 2023) didn't shown this kind of error, so something might gone wrong when fixing other problem from then.

I hope this problem will go well.

kylechampley commented 1 month ago

Hello, would you please re-run the LEAP pip install with the -v flag and send me the screen output? Thanks.

cloner99 commented 1 month ago

Hello, would you please re-run the LEAP pip install with the -v flag and send me the screen output? Thanks.

here is the screenshot.

image

kylechampley commented 1 month ago

It looks like you need to install a newer version of cmake. LEAP requires that you use version 3.23 or higher.