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

Is there a way to solve the python version conflict between PyRosetta (Python 3.6) and Colab (Python 3.7) #63

Open
prokaryote23 opened this issue Mar 2, 2021 · 2 comments

Comments

@prokaryote23
Copy link

prokaryote23 commented Mar 2, 2021

Hi PyRosetta team,

I encountered a Python version conflict issue when initializing PyRosetta in google colab (when running: from pyrosetta import *
and init() code block). I was wondering if there is a way to solve it. Please find the below details for this conflict. Thank you so much.

ImportError: Python version mismatch: module was compiled for Python 3.6, but the interpreter version is incompatible: 3.7.10 (default, Feb 20 2021, 21:17:23)
[GCC 7.5.0].

@ssrb19
Copy link
Member

ssrb19 commented Mar 2, 2021

Hi prokaryote, you need to either get the PyRosetta version for 3.7 from here: http://www.pyrosetta.org/dow, or change your collab interpreter to 3.6.

@aleaverfay
Copy link
Member

aleaverfay commented Mar 2, 2021 via email

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

3 participants