pinellolab / simba

SIMBA: SIngle-cell eMBedding Along with features
https://simba-bio.readthedocs.io
BSD 3-Clause "New" or "Revised" License
54 stars 7 forks source link

UnsatisfiableError #17

Closed JunxiFeng closed 1 year ago

JunxiFeng commented 1 year ago

Hello,

When I tried to download simba on MacOS, I encountered this error Screen Shot 2023-07-20 at 10 50 15 PM

And I was sure how to fix it... Thank you so much!!

Best, Junxi

huidongchen commented 1 year ago

Hello,

When I tried to download simba on MacOS, I encountered this error Screen Shot 2023-07-20 at 10 50 15 PM

And I was sure how to fix it... Thank you so much!!

Best, Junxi

Are you attempting to install 'simba' within the existing environment or a fresh one? It is highly recommended to install 'simba' in a newly created environment as follows:

conda create -n env_simba simba
conda activate env_simba
JunxiFeng commented 1 year ago

Thank you so much!