uci-cbcl / UFold

MIT License
58 stars 29 forks source link

This error pops up when I tried to run Ufold #16

Open sfsdfd62 opened 2 years ago

sfsdfd62 commented 2 years ago

I downloaded the data from the website, and put them into the folder. But when I tried to run

python ufold_test.py --test_files TS2

This pops up.

File "/miniconda3/envs/UFold/lib/python3.6/site-packages/munch/init.py", line 103, in getattr return object.getattribute(self, k) AttributeError: 'Munch' object has no attribute 'test'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/miniconda3/envs/UFold/lib/python3.6/site-packages/munch/init.py", line 106, in getattr return self[k] KeyError: 'test'

Could you tell me what might be the problem? Thank you !

sperfu commented 2 years ago

Hi there,

I'm afraid the problem occurs probably because of the package version issue. Could you please check the version of Munch package to see whether it match the software requirement?

Thanks