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
Traceback (most recent call last):
File "...../OmegaFold/setup.py", line 35, in
f"torch@{get_url()}"
~~~~~~~^^
File "...../OmegaFold/setup.py", line 15, in get_url
raise Exception(f"Python {sys.version} is not supported.")
Exception: Python 3.13.0 (main, Oct 7 2024, 05:02:14) [Clang 16.0.0 (clang-1600.0.26.3)] is not supported.
What should I do?
The text was updated successfully, but these errors were encountered:
Trying to run the setup.py results the error:
Traceback (most recent call last):
File "...../OmegaFold/setup.py", line 35, in
f"torch@{get_url()}"
~~~~~~~^^
File "...../OmegaFold/setup.py", line 15, in get_url
raise Exception(f"Python {sys.version} is not supported.")
Exception: Python 3.13.0 (main, Oct 7 2024, 05:02:14) [Clang 16.0.0 (clang-1600.0.26.3)] is not supported.
What should I do?
The text was updated successfully, but these errors were encountered: