HeliXonProtein/OmegaFold

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

Jeffery-Ni opened this issue · 1 comments

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