OmegaFold icon indicating copy to clipboard operation
OmegaFold copied to clipboard

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.

Open Herutriana44 opened this issue 2 years ago • 7 comments

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?

Herutriana44 avatar Sep 28 '23 12:09 Herutriana44

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.

lwhitm1 avatar Mar 12 '24 17:03 lwhitm1

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

Herutriana44 avatar Mar 12 '24 20:03 Herutriana44

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

alexrunqin avatar May 08 '24 02:05 alexrunqin

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.

Herutriana44 avatar May 08 '24 03:05 Herutriana44

So can we change the version?

Hlunlun avatar Jul 18 '24 05:07 Hlunlun