-
File "/Users/.../.venv/lib/python3.12/site-packages/bxsolana/provider/ws.py", line 7, in
from . import jsonrpc_patch # noqa: F401, Used for side-effect patching
^^^^^^^^^^^^^^^^^^^^^^^^^…
-
We have hardcoded vars in the producer.py file. Let's at least put this in an .env file.
eg, https://dev.to/jakewitcher/using-env-files-for-environment-variables-in-python-applications-55a1
-
**Describe the bug**
I am working on integrating r2r into my existing Python/Gradio-based app. When I import the R2RClient, I receive the following errors:
```
Exception in thread Thread-4 (run):…
-
I'm trying to add python-dotenv in the dockerfile but the package is not been installed.
I added these code below in the dockerfile and when I run pip freeze in the container bash I can't observe pyt…
-
just to avoid needing to export the API key in the terminal?
-
when I try to use ragas0.2, I have encountered a problem:unable to apply transformation: Connection error,what shoud I do to deal with it?
**enviroment:** ragas=0.2,python=3.9
**code**:
```py
from…
-
### What happened?
We are attempting to use the beam java sdk to consume from a kafka topic with contains avro messages of varying schemas but however need to be correctly ordered. However as you can…
-
While trying to build my langgraph project with the studio. I'm encountering the following error:
```
Failed to start project vectorial-chat-agent-api
Error invoking remote method 'up': ExecaErro…
-
### Describe the bug
Hello everyone,
I am trying to test Autogen. I have a functioning API key, however I have this error when trying to initialize my project
Error
Piece of code :
`from d…
-
### Steps to Reproduce
```bash
rye init --script repro
cd repro/
rye sync
rye add dotenv
rye add python-dotenv
```
### Expected Result
The first package install didn't succeed which mad…