conda-incubator / condacolab

Install Conda and friends on Google Colab, easily
MIT License
341 stars 49 forks source link

Colab - Your pinning does not match what's currently installed. Please remove the pin and fix your installation Pin: python=3.9 #46

Closed rayx1 closed 1 year ago

rayx1 commented 1 year ago

Looking for: ['python=3.7', 'openmm']

conda-forge/linux-64 Using cache conda-forge/noarch Using cache Your pinning does not match what's currently installed. Please remove the pin and fix your installation Pin: python=3.9 Currently installed: conda-forge/linux-64::python==3.8.15=h4a9ceb5_0_cpython

pablo-arantes commented 1 year ago

Hi,

I'm having the same issue. I tried several things to fix and nothing. Any idea how to solve this issue?

Thank you.

Best,

Pablo

jaimergp commented 1 year ago

Hi, thanks for the report!

Can you try with this hotfix? If it works I'll cut a new 0.1.x release:

!pip install -q https://github.com/conda-incubator/condacolab/archive/py39.tar.gz
import condacolab
condacolab.install()
tonigi commented 1 year ago

Works for me. So timely! Thanks!

pablo-arantes commented 1 year ago

It worked for me too. Thank you!

jaimergp commented 1 year ago

0.1.6 is now out!