cokelaer / bioservices

Access to Biological Web Services from Python.
http://bioservices.readthedocs.io
Other
280 stars 61 forks source link

bioservices 1.7.12 not on Conda #190

Closed a-r-j closed 3 years ago

a-r-j commented 3 years ago

Latest version on conda is 1.7.11 which throws some errors related to colorlog.

cokelaer commented 3 years ago

@a-r-j thanks for reporting the issue.

I'm not sure what to do for now. Bioservices was on bioconda and has been moveed recently to conda-forge itself: https://github.com/conda-forge/bioservices-feedstock A new version 1.8.0 will most probably be released soon. I had a go with versio 1.7.12 using

 conda create --name bioservices python=3.7
 conda activate bioservices
  conda install -c conda-forge bioservices
cokelaer commented 3 years ago

Looks like it is indeed on conda-forge now. Release 1.7.12 is available on conda-forge.

a-r-j commented 3 years ago

Good news! Thanks for a great project btw :)