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

ImportError: cannot import name 'run_dataset' from 'MSA_FET' (/root/miniconda/envs/python38_torch1121/lib/python3.8/site-packages/MSA_FET/__init__.py) #26

Open
Wenfeng6 opened this issue Jul 7, 2023 · 2 comments

Comments

@Wenfeng6
Copy link

Wenfeng6 commented Jul 7, 2023

已经下载了MSA_FET,为何显示在此包里无法导入run_dataset?

@1emonx
Copy link

1emonx commented Jul 30, 2023

我也遇到了这个问题,请问你现在解决了吗~

@WANT-CC
Copy link

WANT-CC commented Jan 17, 2024

查看环境下 lib/python3.8/site-packages/MSA_FET/main.py可以发现run_dataset也是 FeatureExtractionTool 类的一个方法。
直接跟run_single使用方法一样
fet = FeatureExtractionTool("custom_config.json")
fet.run_dataset(
)

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

3 participants