Closed samtygier-stfc closed 3 weeks ago
I just had the same issue on linux (not windows) while following the installation instructions from https://github.com/TomographicImaging/CIL?tab=readme-ov-file#installation-of-cil:
conda create --name cil -c conda-forge -c https://software.repos.intel.com/python/conda -c ccpi cil=24.2.0
and came to the same conclusion independently - didn't think of checking the issue tracker! 😅 The cuprit is indeed with ipp 2022.0.0.
It works fine with pinning ipp:
conda create --name cil -c conda-forge -c https://software.repos.intel.com/python/conda -c ccpi cil=24.2.0 ipp=2021.12.1
On windows, cil is working fine with ipp 2021.12.1 .
Thanks for letting us know. Adding ipp=2021.12
to the installation line will ensure you get the right version of the runtime libraries. We'll also change the conda recipe to explicitly pin the version - but this should be a good work around in the mean time.
Description
When importing
cil.framework
I get the following error:I think this is happening due to an update to ipp from
ipp 2021.12.1 intel_14 https://software.repos.intel.com/python/conda
toipp 2022.0.0 intel_808 https://software.repos.intel.com/python/conda
We have started seeing this in github actions tests today.
I can also reproduce in a clean miniforge docker
Environment
24.2.0 None 3.12.7 | packaged by conda-forge | (main, Oct 4 2024, 16:05:46) [GCC 13.3.0] linux