Closed andreaniml closed 1 year ago
Hi, I've identified the problem, but I don't know how to solve it:
For me, when I try to create an environment conda create -n mobisuiteNew -c bioconda mob_suite
it fetches mob-suite 3.1.4, however it installs biopython 1.79 and then the mob-suite instalation fails.
However, if I try to install first biopython 1.81 and then mob-suit, it keeps solving the environment indefinitely. Moreover, sometimes I get a "conda.core.link:_execute(952)" error message too.
I also had similar installation fail. My error message is "ERROR conda.core.link:_execute(745): An error occurred while installing package 'bioconda::mob_suite-3.1.5-pyhdfd78af_0'. " I both tried with mamba too, and it had the same error message.
The conda recipe needs to be updated to include the >=1.8 requirement for biopython. This will be corrected in the next release, thank you fo highlighting the issue
Hi
I am trying to update my mob-suite instalation and am getting this error while trying to do so or when creating a fresh environment with "conda create -n mobsuite2023 -c bioconda mob_suite":
From what I got by searching the other issues is that this error is related to the biopython version, I think the conda is taking the wrong biopython version, but the specified version from the package listing seems to be at least 1.8 (
conda-forge/linux-64::biopython-1.81-py38h1de0b5d_0
).I am also having problems in updating my anaconda instalation, so it is probably a problem on my end, but I wanted to check if this was the case.