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

AttributeError: 'FileFinder' object has no attribute 'find_loader' #279

Open
Q1ngS0ng opened this issue Jun 6, 2024 · 0 comments
Open

Comments

@Q1ngS0ng
Copy link

Q1ngS0ng commented Jun 6, 2024

Traceback (most recent call last):
File "/root/RAG-YuWan/OpenAttack/demo.py", line 1, in
import OpenAttack
File "/root/RAG-YuWan/OpenAttack/OpenAttack/init.py", line 2, in
from .data_manager import DataManager
File "/root/RAG-YuWan/OpenAttack/OpenAttack/data_manager.py", line 4, in
from .data import data_list
File "/root/RAG-YuWan/OpenAttack/OpenAttack/data/init.py", line 61, in
data_list = load_data()
^^^^^^^^^^^
File "/root/RAG-YuWan/OpenAttack/OpenAttack/data/init.py", line 38, in load_data
data = data.module_finder.find_loader(data.name)[0].load_module()

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

1 participant