ecell / ecell4

An integrated software environment for multi-algorithm, multi-timescale, multi-spatial-representation simulation of various cellular phenomena
https://ecell4.e-cell.org/
GNU General Public License v3.0
17 stars 9 forks source link

Error installation #98

Closed onurburakozdemir closed 1 month ago

onurburakozdemir commented 1 month ago

Hi, I keep getting the following error while installing both on my Mac and on google colab.

The following packages are incompatible └─ ecell4 is not installable because there are no viable options ├─ ecell4 [1.1.2|1.2.1] would require │ └─ ecell4_base, which does not exist (perhaps a missing channel); └─ ecell4 1.2.1 would require └─ ecell4_base >=2.1.0 , which does not exist (perhaps a missing channel).

onurburakozdemir commented 1 month ago

I solved the installation issue. It was due to my M2 Mac, it is arm64 therefore not compatible, we have to change the architecture in conda environment. Here's how I did it:

conda create -n ecell4 conda activate ecell4 conda config --env --set subdir osx-64 conda install python=3.7 conda config --add channels conda-forge conda install -c ecell ecell4