From a Mac M4 I downloaded an arm64 ubuntu docker.
In the ubuntu, I have installed python latest version and pip. I also installed R and R-dev
I downloaded the credo release for linux arm64.
If I try to install numpy:
./credo pip numpy I get thi error
2025/03/12 15:25:17 pip.go:235: bareRun, retrieving pip binary: getPipBinary, setting up venv: exit status 1
If I try to install 'Seurat' CRAN package: ./credo cran 'Seurat'
I get this error:
2025/03/12 14:50:44 cran.go:284: [cran] run: exit status 1
The docker can be retrieve as docker pull repbioinfo/testing_credo:arm64
From a Mac M4 I downloaded an arm64 ubuntu docker.
In the ubuntu, I have installed python latest version and pip. I also installed R and R-dev
I downloaded the credo release for linux arm64.
If I try to install numpy:
./credo pip numpy I get thi error
2025/03/12 15:25:17 pip.go:235: bareRun, retrieving pip binary: getPipBinary, setting up venv: exit status 1
If I try to install 'Seurat' CRAN package: ./credo cran 'Seurat'
I get this error:
2025/03/12 14:50:44 cran.go:284: [cran] run: exit status 1
The docker can be retrieve as docker pull repbioinfo/testing_credo:arm64