althonos/pronto

Conda installation not downloading latest version and not working with latest version

Vedanth-Ramji opened this issue · 0 comments

Hi,

I was trying to download pronto, but noticed that the conda installation wasn't working correctly for me.

pip install pronto correctly installs pronto=2.5.6. However, when I try to use conda install -c bioconda pronto, I get this:
image
pronto=0.12.2 seems to be getting installed. To work around this, I tried conda install -c bioconda pronto=2.5.6. This ended up throwing this error:
image

Could you please let me know where I am going wrong? I tried downloading pronto on a clean conda environment with no packages installed.