We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When downloading the rpc-server binary and running it on Windows (using the run_demo.py script), the user encounters the following error:
rpc-server
run_demo.py
DEBUG - 2025-01-13 13:51:24,483 - kai.jsonrpc - Thread-1 - [streams.py:107 - recv()] - Waiting for message Traceback (most recent call last): File "kai\rpc_server\main.py", line 11, in <module> ModuleNotFoundError: No module named 'opentelemetry' [PYI-13636:ERROR] Failed to execute script 'main' due to unhandled exception! INFO - 2025-01-13 13:51:25,117 - kai.client - Thread-1 - [core.py:242 - run()] - Server quit
This issue does not occur if the binary is built directly on the Windows system where it is intended to run.
Note: This might be related to #523.
The text was updated successfully, but these errors were encountered:
Can we double check if this still exists @abrugaro
Sorry, something went wrong.
This issue is no longer reproducible on v0.0.5
No branches or pull requests
When downloading the
rpc-server
binary and running it on Windows (using therun_demo.py
script), the user encounters the following error:This issue does not occur if the binary is built directly on the Windows system where it is intended to run.
Note: This might be related to #523.
The text was updated successfully, but these errors were encountered: