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

[BUG] Binaries Generated in the Release Do Not Work on Windows #545

Closed
abrugaro opened this issue Jan 14, 2025 · 2 comments
Closed

[BUG] Binaries Generated in the Release Do Not Work on Windows #545

abrugaro opened this issue Jan 14, 2025 · 2 comments
Labels
bug Something isn't working demo-blocker rpc-server

Comments

@abrugaro
Copy link
Contributor

abrugaro commented Jan 14, 2025

When downloading the rpc-server binary and running it on Windows (using the run_demo.py script), the user encounters the following error:

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.

@shawn-hurley
Copy link
Contributor

Can we double check if this still exists @abrugaro

@abrugaro
Copy link
Contributor Author

This issue is no longer reproducible on v0.0.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working demo-blocker rpc-server
Projects
None yet
Development

No branches or pull requests

2 participants