HeliXonProtein / OmegaFold

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

When running on https://biolib.com/protein-tools/omegafold/ with a fasta file, this error showed up #50

Closed Jeffery-Ni closed 1 year ago

Jeffery-Ni commented 1 year ago

Traceback (most recent call last):

File "/home/biolib/OmegaFold/main.py", line 3, in

from omegafold.__main__ import main

File "/home/biolib/OmegaFold/omegafold/main.py", line 32, in

from . import pipeline

File "/home/biolib/OmegaFold/omegafold/pipeline.py", line 17

from __future__ import annotations

^

SyntaxError: future feature annotations is not defined

RuiWang1998 commented 1 year ago

Hi,

See https://github.com/csuhan/ReDet/issues/14