-
Notifications
You must be signed in to change notification settings - Fork 102
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
No matching distribution found for e2b_code_interpreter #2
Comments
The package hasn't been released yet |
is there anyway to install it without using PIP? also im just trying to understand the diff between this version and the https://github.com/e2b-dev/E2B is jupyter not available in the regular version? |
E2B by itself is just a sandbox. It's general purpose. You can have your agent building coding projects in Typescript in it for example. This package is using the sandbox and the core sandbox API specifically for the code interpreter use case as you may know from ChatGPT. It has a full Jupyter server running in the background. More details on how this differs is explained in this original PR e2b-dev/E2B#326
Why do you want a different way for installation than pip? |
thanks. im trying to set up code interpreter with typingminds https://docs.typingmind.com/plugins/build-a-typingmind-plugin do you know which method would be the best to do? |
I'm not familiar with Typingmind but it seems you can add functionality with JavaScript to it. We have JavaScript SDK. You can install an early/experimental version of this package with
|
correct me if im wrong, but the new version kind of mimics the native chatgpt interpreter right? Stateful code interpreter |
Yes. We give you the cloud environment where you can let your LLM run code the same way as ChatGPT is using the code interpreter. You can use any LLM and framework. |
Is this still the latest one to use? |
Correct. We haven't released this package yet. Finishing the last touches. Are you asking because of missing any issue or a missing feature? |
What's the timeline on releasing the package? I want to test out some of the features like plotting graphs but it seems that the |
Hi @im-calvin , we're aiming for an official release in 1 week. We could do a pre-release for early users like you. What do you think @jakubno? |
An early release would be great. I'm just working on a code interpreter similar to the OpenAI playground one. The source code is here if you were interested https://github.com/im-calvin/openai-playground |
@im-calvin do you need JS or Python SDK? |
JS! |
Hey @im-calvin, we created a prerelease that you can try right now. Install with |
@im-calvin please open an issue if you find any bugs or something isn't clear |
pip install e2b_code_interpreter
ERROR: Could not find a version that satisfies the requirement e2b_code_interpreter (from versions: none)
ERROR: No matching distribution found for e2b_code_interpreter
The text was updated successfully, but these errors were encountered: