Hi,
I installed UFold with conda env create -f UFold.yml. However when I ran the test with python ufold_test.py --test_files TS2, it gave me an error ModuleNotFoundError: No module named 'dataclasses'.
It seems that in the yml file, the dependency for python is actually 3.6.6 (python=3.6.6=hd21baee_1003), but the 'dataclasses' is only available after python3.7. Do you know what happened?
Do you have suggestions on how to solve this issue?
Thank you!