ctlab / GADMA

Genetic Algorithm for Demographic Model Analysis
Other
46 stars 14 forks source link

Installation problem #79

Closed burbrink closed 1 year ago

burbrink commented 1 year ago

Hello,

I am trying to install gadma in a conda env using:

conda install -c bioconda gadma

I keep getting this error:

Your installed version is: 10.16

I am unsure how to solve this, but I am using osX 11.7 . My version of matplotlib-base is 3.6.3 (py310he725631_0; conda-forge).

Any help would be appreciated.

Thanks.

Frank

noscode commented 1 year ago

Hi Frank,

Thank you very much for the feedback! I am not very familiar with bioconda errors but I will try to help as much as I can. From fast search looks like some conda package installations may fail for the last versions of OSX.

Are you using Python3.10? The thing you can try is to install another version of matplotlib. GADMA requires matplotlib<=3.5.3 so maybe that is an issue. You can run pip install --upgrade matplotlib==3.5.3 to install correct version or do similar using conda.

Unfortunately, that is the only thing I have in mind now. The other options is the installation using pip or from the repository.

Best regards, Ekaterina