-
Notifications
You must be signed in to change notification settings - Fork 168
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
conda installer #451
Comments
Hello, But we shouldn't have to do that in the first place. It seems that conda does not detect the right version to install. |
I would also make sure that you are running the latest version of conda ( Also, try being explicit with the python version: If it still fails, please send the full terminal output, not just last error message. |
I have same problem, and attach the terminal output.(base) aki@Linux-Tuji:~$ conda install -c bioconda flye==2.9 UnsatisfiableError: The following specifications were found Specifications:
Your python: python=3.9 If python is on the left-most side of the chain, that's the version you've asked for. The following specifications were found to be incompatible with your system:
Your installed version is: 2.31 |
@tujiaki please check my suggestions from the post above and post the full terminal output of each command in case they fail. |
Sorry~~ I got the same issue, and here is the terminal output. Thank you very much for your kindly help.
|
@HuoJnx what's the output of |
@fenderglass |
Hi, @fenderglass, I have the exact same issue as HuoJnx but your suggestion to solve the problem is not showing: conda create -n flye -c bioconda flye=2.9 python=3.9 Output: Collecting package metadata (current_repodata.json): done UnsatisfiableError: The following specifications were found to be incompatible with each other: Output in format: Requested package -> Available versions Package python conflicts for:
Your installed version is: 2.23 Thanks in advance! |
Using
or using
No success did a dependency change or is something else happening? |
@jjkoehorst @louellette try |
@jjkoehorst @louellette you need to set up channels according to this documentation. Alternatively, you could manually define the channels at the prompt as you did. Just make sure to also include conda-forge, i.e. I would also recommend to take a look at mamba to handle conda installation as it it as a better dependency solver. |
@fenderglass I'm having this same issue with Ubuntu. Thanks in advance for your help.
UnsatisfiableError: The following specifications were found Specifications:
Your python: python=3.9 If python is on the left-most side of the chain, that's the version you've asked for. The following specifications were found to be incompatible with your system:
Your installed version is: 2.31 I updated conda as suggested.
Collecting package metadata (current_repodata.json): done UnsatisfiableError: The following specifications were found to be incompatible with each other: Output in format: Requested package -> Available versions Package python conflicts for:
Your installed version is: 2.31
Collecting package metadata (current_repodata.json): done UnsatisfiableError: (it didn't actually list the error) |
For those who, like me, continued to have issues with the above solutions. I found installing mamba and running the following worked:
|
|
Not sure this is related but I solved an install issue mentioning conda create -n flye_2.9.2
conda activate flye_2.9.2
conda install -c bioconda -c conda-forge flye=2.9.2 |
Regardless if I use conda, maba, when I run it I get the error:
If I try to follow the Local building instructions in the infrastructure I am using, I am not able. It STOUT an error regarding I would appreciate if you could share your thought with me regarding these issues. Cheers, |
DId you activate your environment using |
Dear @fenderglass it was indeed something I was doing wrong while calling Flye on my script to submit the Job. Apologies, I should have had updated it here. Fye 2.9 is running so far without issues on my HPC using the following setup/cmmds (in case it is useful for others):
I appreciate your reply anyway. |
Hello.
I am using Ubuntu and I have tried python versions 3.5, 3.7, 3.9, and 2.7 and each time I get an error that my python version is wrong. I have tried to create a clean environment using: conda create -c bioconda -n flye flye=2.9 and activated it and it gave the same error. I have pasted my error messages below.
Your python: python=3.5
Your python: python=3.9
I was wondering if you have any suggestions. Thank you.
The text was updated successfully, but these errors were encountered: