You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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].
The text was updated successfully, but these errors were encountered:
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].
The text was updated successfully, but these errors were encountered: