You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can also create a single virtual environment to make it easier to run local tests.
107
+
108
+
For that, you'll need to install [`uv`](https://docs.astral.sh/uv/getting-started/installation/).
109
+
110
+
After installing `uv`, you can run the following command:
111
+
112
+
```sh
113
+
uv sync
114
+
```
115
+
116
+
This will create a virtual environment in the `.venv` directory and install all the necessary dependencies.
117
+
96
118
### Troubleshooting
97
119
98
120
Some packages may require additional system-wide dependencies to be installed. For example, you may need to install `libpq-dev` to run the postgresql client libraries instrumentation tests or `libsnappy-dev` to run the prometheus exporter tests. If you encounter a build error, please check the installation instructions for the package you are trying to run tests for.
Copy file name to clipboardExpand all lines: instrumentation-genai/opentelemetry-instrumentation-vertexai/src/opentelemetry/instrumentation/vertexai/events.py
0 commit comments