labsyspharm / scimap

Spatial Single-Cell Analysis Toolkit
https://scimap.xyz/
MIT License
74 stars 26 forks source link

install errors #17

Closed sailseem closed 2 years ago

sailseem commented 2 years ago

Dear developer,

I am just wondering that is there any way to install scimap on a M1 chip MacBook? I got errors in pip install scimap

Thanks in adcance

ajitjohnson commented 2 years ago

Hi @sailseem can you paste the error here? I am not sure if Napari installation has been fixed for M1 yet, if not that is likely the one feature (i.e, to view images) that you may not be able to use, other than that everything should work in M1.

I highly recommend installing within a conda environment

conda create --name scimap python=3.8
# once the environment is installed
pip install scimap
sailseem commented 2 years ago

sorry, it was my bad, scimap works well under python=3.8. I got an version issue before, sorry for this, I will close this. Thanks for your help.