Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running PyRosetta on Google Colab #86

Open
sv2530 opened this issue Apr 17, 2023 · 2 comments
Open

Running PyRosetta on Google Colab #86

sv2530 opened this issue Apr 17, 2023 · 2 comments

Comments

@sv2530
Copy link

sv2530 commented Apr 17, 2023

Is there a new code for initializing PyRosetta on Google Colab?
I keep receiving an error that it is already mounted, so then I told it to force re-mount and then I get an error about the %%time, and then I get an error about Python 3.7
Everything was working a couple of months ago, so just wanted to check to see if there is some update I am unaware of.
Thank you!

@ajasja
Copy link
Member

ajasja commented Apr 24, 2023

This works for me:

!pip install pyrosettacolabsetup py3dmol 
import pyrosettacolabsetup; pyrosettacolabsetup.install_pyrosetta()

@ajasja
Copy link
Member

ajasja commented Apr 24, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants