Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error installation #98

Closed
onurburakozdemir opened this issue May 21, 2024 · 1 comment
Closed

Error installation #98

onurburakozdemir opened this issue May 21, 2024 · 1 comment

Comments

@onurburakozdemir
Copy link

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant