-
Notifications
You must be signed in to change notification settings - Fork 67
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
No module named 'weave_query' #2966
Comments
Hi @R0bynZhu, |
@jwlee64 I ran into this myself . Would it be a bad idea to at least update the docs and Weave serve references in the Models UI page? I almost showed this in a team demo which would've killed some credibility for the tool. |
Hi @TeoZosa, we will be removing the references within the app and docs today, and looking into what it takes to fix. Thank you for the patience. |
@jwlee64 sounds good! Likewise, thanks for your support tackling the influx of feedback 😄 |
Hi, I also faced this issue. I will wait for supports or updates. |
Python version: 3.11
What did i do:
What i got:
Traceback (most recent call last): File "/Users/xxx/pago/mywandb/.conda/bin/weave", line 8, in <module> sys.exit(cli()) ^^^^^ File "/Users/xxx/pago/mywandb/.conda/lib/python3.11/site-packages/click/core.py", line 1157, in __call__ return self.main(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/xxx/pago/mywandb/.conda/lib/python3.11/site-packages/click/core.py", line 1078, in main rv = self.invoke(ctx) ^^^^^^^^^^^^^^^^ File "/Users/xxx/pago/mywandb/.conda/lib/python3.11/site-packages/click/core.py", line 1688, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/xxx/pago/mywandb/.conda/lib/python3.11/site-packages/click/core.py", line 1434, in invoke return ctx.invoke(self.callback, **ctx.params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/xxx/pago/mywandb/.conda/lib/python3.11/site-packages/click/core.py", line 783, in invoke return __callback(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/xxx/pago/mywandb/.conda/lib/python3.11/site-packages/weave/trace/cli.py", line 52, in serve api.serve( File "/Users/xxx/pago/mywandb/.conda/lib/python3.11/site-packages/weave/trace/api.py", line 208, in serve from weave.trace.serve_fastapi import object_method_app File "/Users/xxx/pago/mywandb/.conda/lib/python3.11/site-packages/weave/trace/serve_fastapi.py", line 8, in <module> from weave_query import cache, op_args, pyfunc_type_util, weave_pydantic # type: ignore ModuleNotFoundError: No module named 'weave_query'
The text was updated successfully, but these errors were encountered: