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

ModuleNotFoundError: No module named 'tools.visualchat_handler' #2

Open
tonywut opened this issue Dec 29, 2023 · 2 comments
Open

ModuleNotFoundError: No module named 'tools.visualchat_handler' #2

tonywut opened this issue Dec 29, 2023 · 2 comments

Comments

@tonywut
Copy link

tonywut commented Dec 29, 2023

~/ai_webui$ python webui.py -c ./configs/webui_configs.yml
Traceback (most recent call last):
File "/home6/wutuo/ai_webui/webui.py", line 4, in
from tools import AIWrapper
File "/home6/wutuo/ai_webui/tools/init.py", line 6, in
from .ai_wrapper import AIWrapper
File "/home6/wutuo/ai_webui/tools/ai_wrapper.py", line 3, in
from .visualchat_handler import VisualChatHandler
ModuleNotFoundError: No module named 'tools.visualchat_handler'

@night-ZK
Copy link

+1

@jasonaidm
Copy link
Owner

~/ai_webui$ python webui.py -c ./configs/webui_configs.yml Traceback (most recent call last): File "/home6/wutuo/ai_webui/webui.py", line 4, in from tools import AIWrapper File "/home6/wutuo/ai_webui/tools/init.py", line 6, in from .ai_wrapper import AIWrapper File "/home6/wutuo/ai_webui/tools/ai_wrapper.py", line 3, in from .visualchat_handler import VisualChatHandler ModuleNotFoundError: No module named 'tools.visualchat_handler'

The bug has been resolved.

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