RosettaCommons / PyRosetta.notebooks

Jupyter Notebooks for learning the PyRosetta platform for biomolecular structure prediction and design
https://rosettacommons.github.io/PyRosetta.notebooks/
MIT License
447 stars 145 forks source link

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

Open prokaryote23 opened 3 years ago

prokaryote23 commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

Hi Prokaryote,

I'm updating the instructions in labs in a PR right now.

https://github.com/RosettaCommons/PyRosetta.notebooks/pull/64

Sincerely, Andrew

On Tue, Mar 2, 2021 at 3:49 PM Shourya Sonkar Roy Burman < notifications@github.com> wrote:

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.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/RosettaCommons/PyRosetta.notebooks/issues/63#issuecomment-789205394, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADPFD46HSNNGW4VCTSZ4JDTBVFLXANCNFSM4YPWSMGQ .