-
Notifications
You must be signed in to change notification settings - Fork 106
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
Cannot install pangolin with conda v4.12.0 #457
Comments
Hi @josesho, I'm not sure what's causing your issue. The error suggests that it's a python version issue, although both versions should be compatible with 3.9. If you try with
Does that solve the environment? |
Hello, seems there is some issue installing pangolin v4.1.1. Using miniconda environment and Ubuntu 22.04 LTS |
Try running the command described here: #471 (comment)
|
Hi @aineniamh , Still no dice... Running the following conda create -n pangolin -c bioconda -c conda-forge -c defaults pangolin on an M1 Max MacBook Pro produces
while running conda create -n pangolin -c bioconda -c conda-forge -c defaults pangolin=4.1.1 produces a slight variation...
Not sure how else to proceed? |
OK, I was able to successfully install on an x86 cluster using conda create -n pangolin -c bioconda -c conda-forge -c defaults pangolin=4.1.1 So that solves the issue partially. Seems like ARM-based systems like the M1 / M2 will take some time before this is ironed out? |
If you follow these steps from the Nextstrain installation site it will work conda create -n pangolin -c bioconda -c conda-forge -c defaults pangolin=4.1.1 tested on m1 Mac and works ! Source: ( look at native install tab ) https://docs.nextstrain.org/en/latest/install.html If using a newer Mac with an Apple silicon chip (e.g. M1), first run these commands to ensure Conda creates the environment with osx-64 emulation: Create a new environment using Intel packages called base_osx-64CONDA_SUBDIR=osx-64 conda create -n base_osx-64 python Activate new Intel-based environmentconda activate base_osx-64 Ensure future Conda commands in this environment use Intel packages too.conda config --env --set subdir osx-64 |
Hello,
Using
conda
v4.12.0, I run the commandwhich quickly runs into the following error:
Which seems to me that the required python version for
constellations
has a conflict with the one required forpangolin
?? Even though it seems there shouldn't be? Not sure if I am missing anything.Any help is appreciated, thanks!
EDIT: I tried the development route with
and it also failed, but for seemingly different reasons.
The text was updated successfully, but these errors were encountered: