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 9 forks source link

meet some problem when install LEAP #8

Closed JoosenLi closed 6 months ago

JoosenLi commented 6 months ago

Hello developer, I want to install the LEAP function library on my X86-linux server. After downloading and changing the current folder with cd, I executed pip install . and encountered an error: ERROR: Could not build wheels for leapct, which is required to install pyproject.toml-based projects. Can you provide a solution?

fbf505127cbb445ab56424d8761b5d3
JoosenLi commented 6 months ago

Additional information about my environment is as follows: CUDA version is 11.3, PyTorch version is 1.13.1, GCC version is 10.5.0 (Ubuntu 10.5.0-1ubuntu1~22.04), and the graphics card is NVIDIA GeForce RTX 3090.

kylechampley commented 6 months ago

Thanks, this is helpful. LEAP requires CUDA 11.7. I updated the dependencies on the wiki page here: https://github.com/LLNL/LEAP/wiki/Installing-and-Using-LEAP