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

griptape.serper module not found #243

Open
fafayqa opened this issue Jan 29, 2025 · 4 comments
Open

griptape.serper module not found #243

fafayqa opened this issue Jan 29, 2025 · 4 comments
Labels
question Further information is requested

Comments

@fafayqa
Copy link

fafayqa commented Jan 29, 2025

I looked all over the internet and even used ChatGPT for help but there is no mention about the missing module anywhere, what in the world is that?!

I got this error in the ComfyUI cmd window:

BlackForestImageGenerationDriver not found
Traceback (most recent call last):
  File "Z:\_PSTART_\_APPS_\_AI_\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2092, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 995, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "Z:\_PSTART_\_APPS_\_AI_\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Griptape\__init__.py", line 219, in <module>
    from .nodes.drivers.gtUISerperWebSearchDriver import gtUISerperWebSearchDriver
  File "Z:\_PSTART_\_APPS_\_AI_\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Griptape\nodes\drivers\gtUISerperWebSearchDriver.py", line 1, in <module>
    from griptape.serper.drivers.serper_web_search.driver import SerperWebSearchDriver
ModuleNotFoundError: No module named 'griptape.serper'

Cannot import Z:\_PSTART_\_APPS_\_AI_\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Griptape module for custom nodes: No module named 'griptape.serper'

Meaning Griptape doe snot load at all!

1.2 seconds (IMPORT FAILED): Z:_PSTART__APPS__AI_\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Griptape

@fafayqa
Copy link
Author

fafayqa commented Jan 29, 2025

I found it myself: one needs to install this https://github.com/mertdeveci5/griptape-serper-driver-extension

@fafayqa fafayqa closed this as completed Jan 29, 2025
@shhlife
Copy link
Collaborator

shhlife commented Jan 29, 2025

yes, that should be coming in automatically - did you get any errors when you installed Griptape?

@shhlife shhlife reopened this Jan 29, 2025
@shhlife
Copy link
Collaborator

shhlife commented Jan 29, 2025

normally you shouldn't have to install it manually - want to make sure I catch that!

@shhlife shhlife added the question Further information is requested label Jan 31, 2025
@shhlife
Copy link
Collaborator

shhlife commented Feb 19, 2025

just wanted to check in - did you get any errors when you installed?

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

No branches or pull requests

2 participants