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

No matching distribution found for e2b_code_interpreter #2

Closed
shaggy2626 opened this issue Mar 27, 2024 · 16 comments
Closed

No matching distribution found for e2b_code_interpreter #2

shaggy2626 opened this issue Mar 27, 2024 · 16 comments

Comments

@shaggy2626
Copy link

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

@mlejva
Copy link
Member

mlejva commented Mar 28, 2024

The package hasn't been released yet

@mlejva mlejva closed this as completed Mar 28, 2024
@shaggy2626
Copy link
Author

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?

@mlejva
Copy link
Member

mlejva commented Mar 28, 2024

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

is there anyway to install it without using PIP?

Why do you want a different way for installation than pip?

@shaggy2626
Copy link
Author

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?

@mlejva
Copy link
Member

mlejva commented Mar 28, 2024

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 npm if that helps

npm install [email protected]

@shaggy2626
Copy link
Author

correct me if im wrong, but the new version kind of mimics the native chatgpt interpreter right? Stateful code interpreter

@mlejva
Copy link
Member

mlejva commented Mar 28, 2024

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.

@shaggy2626
Copy link
Author

Is this still the latest one to use? npm install [email protected]

@mlejva
Copy link
Member

mlejva commented Apr 2, 2024

Correct. We haven't released this package yet. Finishing the last touches.

Are you asking because of missing any issue or a missing feature?

@im-calvin
Copy link
Contributor

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 CodeInterpreter from e2b doesn't contain the method .notebook and I can't import from @e2b/code-intepreter because the package isn't released yet.

@mlejva
Copy link
Member

mlejva commented Apr 2, 2024

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?

@im-calvin
Copy link
Contributor

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

@mlejva
Copy link
Member

mlejva commented Apr 2, 2024

@im-calvin do you need JS or Python SDK?

@im-calvin
Copy link
Contributor

JS!

@ValentaTomas
Copy link
Member

Hey @im-calvin, we created a prerelease that you can try right now.

Install with npm i @e2b/[email protected].

@mlejva
Copy link
Member

mlejva commented Apr 2, 2024

@im-calvin please open an issue if you find any bugs or something isn't clear

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants