Tomas Valenta
Tomas Valenta
Hey @404notfoundyc-L, were you able to use the custom dependencies with your project?
Hey @404notfoundyc-L, the communication between our SDK and API+sandboxes is documented in our infra repo: - API for creating sandbox, etc. (OpenAPI) — https://github.com/e2b-dev/infra/blob/main/spec/openapi.yml - Sandbox communication (OpenAPI, Protobuffers) —...
[Here](https://e2bdev.notion.site/?pvs=74) are some additional notes about generating custom SDKs. Closing the issue for now.
Hey @Neeraj319, can you try switching to the new Beta SDK (https://e2b.dev/docs/guide/beta-migration)? It gets rid of websockets and we are raising more granular exceptions.
We also included a request timeout that you can pass to all requests/operations so you can ensure the SDK won't hang and you will get an error.
Hey @Neeraj319 was this solved in the end?
Also if the terminal is too narrow the printing of logs (here ubuntu pull) gets split into lines. 
Btw, the `"@types/command-exists"` is still in `package.json` even after the actual package was removed.
Just a note — we will need to add the equivalent of `--pull` to the docker build, because otherwise making sure users build the custom templates with the latest E2B...
Hey @suhjohn, can you try updating to version https://pypi.org/project/e2b-code-interpreter/1.2.0b2/ ?