Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sfsdfd62 opened this issue Sep 24, 2022 · 1 comment
Open

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

sfsdfd62 opened this issue Sep 24, 2022 · 1 comment

Comments

@sfsdfd62
Copy link

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
Copy link
Contributor

sperfu commented Sep 24, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants