Open Herutriana44 opened 1 year ago
Were you able to figure this out? When I try to build I get a similar error for python 3.11.7 and 3.11.8.
Traceback (most recent call last):
File "/projects/liwh2139/software/OmegaFold/setup.py", line 35, in <module>
f"torch@{get_url()}"
^^^^^^^^^
File "/projects/liwh2139/software/OmegaFold/setup.py", line 15, in get_url
raise Exception(f"Python {sys.version} is not supported.")
Exception: Python 3.11.8 | packaged by conda-forge | (main, Feb 16 2024, 20:53:32) [GCC 12.3.0] is not supported.
This issued haven't clear, i haven't get any solutions.
It's because of the way the code is written it only supports python versions 3.8, 3.9, and 3.10.
It's because of the way the code is written it only supports python versions 3.8, 3.9, and 3.10.
I see, thanks for your information.
So can we change the version?
i get error when build omegafold using python 3.11.4
Traceback (most recent call last): File "C:\Users\herutriana44\omagafold\OmegaFold\setup.py", line 35, in <module> f"torch@{get_url()}" ^^^^^^^^^ File "C:\Users\herutriana44\omagafold\OmegaFold\setup.py", line 15, in get_url raise Exception(f"Python {sys.version} is not supported.") Exception: Python 3.11.4 (tags/v3.11.4:d2340ef, Jun 7 2023, 05:45:37) [MSC v.1934 64 bit (AMD64)] is not supported.
how to solved this problem?