Skip to content
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

GColab conda install #111

Open
epapoutsellis opened this issue Feb 7, 2023 · 1 comment
Open

GColab conda install #111

epapoutsellis opened this issue Feb 7, 2023 · 1 comment

Comments

@epapoutsellis
Copy link
Contributor

epapoutsellis commented Feb 7, 2023

Atm, there is an error

numpy.ndarray size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject

coming from the CCPi regularisation toolkit (related to numpy=1.22) using the following cmd

!mamba install -c conda-forge -c intel -c astra-toolbox -c ccpi cil=22.0.0 astra-toolbox ccpi-regulariser tomophantom --quiet

To fix it we need to force numpy=1.20.3 (see here

!mamba install -c conda-forge -c intel -c astra-toolbox -c ccpi cil=22.0.0 numpy==1.20.3 astra-toolbox ccpi-regulariser tomophantom --quiet
@paskino
Copy link
Contributor

paskino commented Feb 7, 2023

What is the error?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants