You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
Could you please let me know where I am going wrong? I tried downloading pronto on a clean conda environment with no packages installed.
The text was updated successfully, but these errors were encountered:
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 useconda install -c bioconda pronto
, I get this: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:Could you please let me know where I am going wrong? I tried downloading pronto on a clean conda environment with no packages installed.
The text was updated successfully, but these errors were encountered: