HeliXonProtein / OmegaFold

OmegaFold Release Code
Apache License 2.0
532 stars 75 forks source link

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. #69

Open Herutriana44 opened 9 months ago

Herutriana44 commented 9 months ago

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?

lwhitm1 commented 3 months 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.
Herutriana44 commented 3 months ago

This issued haven't clear, i haven't get any solutions.

alexrunqin commented 1 month ago

It's because of the way the code is written it only supports python versions 3.8, 3.9, and 3.10. image

Herutriana44 commented 1 month ago

It's because of the way the code is written it only supports python versions 3.8, 3.9, and 3.10. image

I see, thanks for your information.