Giter Site home page Giter Site logo

Comments (9)

zhenwilliam avatar zhenwilliam commented on September 27, 2024 1

Hi @rayx1 , I just found out after 7minutes running, this workaround failed. Sorry for that.

from making-it-rain.

pablo-arantes avatar pablo-arantes commented on September 27, 2024 1

Hi All,

Google Colab just updated to python 3.9. That is the reason for the correlate issue. We need to wait for CondaColab team to update their code.

Current workaround includes:

Connecting to a runtime without running conda-colab installation (click on reconnect kernal status)
image

Opening the command palette
image

Using fallback runtime
image

From the earlier colab issue, this will only work for the next few weeks

As soon they update their code, I will let you know.

I hope it helps.

Thank you.

Best,

Pablo

from making-it-rain.

zhenwilliam avatar zhenwilliam commented on September 27, 2024

The same

from making-it-rain.

zhenwilliam avatar zhenwilliam commented on September 27, 2024

Hello @rayx1 , I wanted to let you know that I found a solution to this issue. Instead of using “!mamba” in cell 2, you can try replacing it with "!conda". This should fix the bug you're experiencing.

from making-it-rain.

saguileran avatar saguileran commented on September 27, 2024

Pablo,

Thanks for the solution, it solves the problem!

Yours sincerely,

Sebastian

from making-it-rain.

rayx1 avatar rayx1 commented on September 27, 2024

Thanks @pablo-arantes for the update. Using the fallback runtime version temporarily allows access to the last version of the runtime before the upgrade described above, and is available until mid-March. https://github.com/googlecolab/colabtools/issues/3450

from making-it-rain.

KAO-KI avatar KAO-KI commented on September 27, 2024

Hi,

i solved this problem with the following lines code :


!wget https://repo.continuum.io/miniconda/Miniconda3-4.5.4-Linux-x86_64.sh && bash Miniconda3-4.5.4-Linux-x86_64.sh


!conda info --all
!conda list
!env | sort


!time conda install -y -q -c conda-forge openmm python=3.9


import sys
sys.path.insert(0, '/usr/local/lib/python3.9/site-packages/')


each code line in individual cell, just put them after nstall Conda Colab cell and before Install dependencies cell.

from making-it-rain.

pablo-arantes avatar pablo-arantes commented on September 27, 2024

I've fixed the code, now CondaColab is working fine with python 3.9. Thank you.

from making-it-rain.

rayx1 avatar rayx1 commented on September 27, 2024

Thanks @pablo-arantes

from making-it-rain.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.