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

I have a error when run the code"pip3 install open-interpreter" #624

Closed
Zcc1234567890 opened this issue Oct 11, 2023 · 4 comments
Closed
Labels
Bug Something isn't working

Comments

@Zcc1234567890
Copy link

Describe the bug

note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for aiohttp
Failed to build tiktoken aiohttp
ERROR: Could not build wheels for tiktoken, aiohttp, which is required to install pyproject.toml-based projects

Reproduce

run the code'pip3 install open-interpreter'
and then after some download going
shows a line of red sentences
“note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for aiohttp
Failed to build tiktoken aiohttp
ERROR: Could not build wheels for tiktoken, aiohttp, which is required to install pyproject.toml-based projects”

Expected behavior

I want to run it with out error

Screenshots

No response

Open Interpreter version

Package(s) not found: open-interpreter

Python version

3.12.0

Operating System name and version

MACOS 14.0

Additional context

No response

@Zcc1234567890 Zcc1234567890 added the Bug Something isn't working label Oct 11, 2023
@ericrallen
Copy link
Collaborator

ericrallen commented Oct 11, 2023

I don't think a lot of the dependencies that Open Interpreter relies on have added support for Python 3.12 yet.

Can you try with 3.11?

@ericrallen
Copy link
Collaborator

You might also want to check out #627.

@leifktaylor
Copy link
Contributor

leifktaylor commented Oct 15, 2023

@ericrallen is correct;

In the poetry lock you can see we are locked at aiohttp-3.8.6.

Unfortunately, aiohttp currently does not support python 3.12

This is a post from aiohttp dev from yesterday stating such:
DevilXD/TwitchDropsMiner#318 (comment)

@Zcc1234567890 We will need to wait for the latest aiohttp release to support python 3.12, until that time use Python 3.11 for open-interpreter

@KillianLucas @jordanbtucker I suggest closing this issue, and perhaps updating docs to reference that we do not support 3.12 until aiohttp release supports it.

@ericrallen
Copy link
Collaborator

Going to close this one for now.

We’ll update support for 3.12 once our dependencies are ready.

@ericrallen ericrallen closed this as not planned Won't fix, can't repro, duplicate, stale Oct 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants