Replies: 1 comment 3 replies
-
Hi @limin321 You can try this #133 (comment) M1/M2 Macs have issues with various packages. Maybe this also helps: conda create -y -n schierarchy-env python=3.8
conda activate schierarchy-env
pip install git+https://github.com/pyro-ppl/pyro.git@dev
conda install -y -c anaconda hdf5 pytables netcdf4
pip install git+https://github.com/BayraktarLab/cell2location.git#egg=cell2location[tutorials] If you find a solution that works, please post it here. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I installed cell2location in a new conda environment following the instruction.
Here is my jax and jaxlib version:
When I ran the following codes:
I ran into this error:
I tried several versions of jax and jaxlib. Always giving me the same error.
Any suggestion would be very helpful.
My mac is Apple M1 chip.
Thank you so much.
Best,
LC
Beta Was this translation helpful? Give feedback.
All reactions