-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Packages ccpi-regulariser tigre cil tomophantom not found during installation. #1416
Comments
Hi @jcesardasilva, Do you have macOS? Unfortunately, atm we do not support macOS. Do you have access to linux? |
There is a CIL OSX package, version 21.4.0, which is 1 year old. I think you should be able to install that one to start with.
We can make a newer release of CIL, but I'm not sure we will be able to create binaries for the dependencies with CUDA. |
Thank you @paskino and @epapoutsellis. I understand. I think the new processors M1 and M2 are complicated, but for the Intel-based, I have seen that the complications are minimum for MACOS, since it has similarities with the LINUX core. However, I perfectly understand our time is limited. Is there any way to compile it from the source with CMAKE and configure? To be honest, this is the main reason why I hate conda (very personnal view), because you need binaries. I am old school and create venv with Could you please provide any other way to install your library? In such a way, the users of MACOS, which is not a few, will not feel excluded. @paskino : I did install the way you recommended (thanks), but I miss the plugins. I can easily install ASTRA, but not TOMOPHANTOM or CCPI-Regularisation. In fact, I have problems with the CCPI packages only. |
Hi @jcesardasilva, Being a mac user myself and CIL developer, I totally agree with all of your points. In the past, I have created some instructions to install CIL+Google colab as an alternative with an easy access to our mac users. Unfortunately, it's not very practical and easy to break. Pip installation will help a lot within Google Colab since this is the default option and we do not have to install conda/mamba. However, this means that we need to fix also Tomophantom and CCPi-regularisation toolkit. In my opinion, I would try to install everything = CIL + other libraries on a MAC through docker. However, I am not sure how difficult will be with the new processors ( I have not tried it) on mac. |
I just checked the CIL-colab As it is now the mamba installation will fail because of this error
from CCPi-regularisation toolkit. If you force
the demo should work. |
Hi @jcesardasilva , we provide conda binaries for user's ease. You can build and install with CMake directly, and there are instructions here https://github.com/TomographicImaging/CIL#building-cil-from-source-code Let us know if they are complete as we think. Notice that some things depend on Intel IPP library which I am afraid does only support Intel 64bit architecture, so no Apple M1 or M2.
This is because you installed version 21.4.0. To access the ASTRA plugin you need to install |
@epapoutsellis can you move this to the CIL-Demos repo's issues, please? |
Hi everyone,
I am trying to install CIL and want to go through the CIL-demos, but when I tried to install the packages according to the installation instruction provided here, I got the
PackageNotFoundError
below. Could you please help me with this? Thank you.The text was updated successfully, but these errors were encountered: