-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Open Interpreter install Errors and blocks py 3.12.0 #581
Comments
for context this is the read out: Building wheels for collected packages: aiohttp × Building wheel for aiohttp (pyproject.toml) did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. |
aiohttp doesn't seem to like 312, was just getting the same error on a fresh install and tried again with python 3.11 and worked fine |
They have pushed out updates but it seems to keep failing at this time for install. Same issue and data as before. It seems they know this and are still working on it. |
|
with this you are able to install interpreter and I can confirm it runs.
|
Got it running in Docker with
|
Describe the bug
I went to install open-interpreter on a new machine and at it gave me a couple of blocks.
I believe this is due to the most recent patch from python 3.12 being pushed but I was seeing fails on wheels for all the dependencies found in the toml and the lock. It also gave a error for cargo not being able to install.
Had to install most of it manually and set things up.
After that Wheels were still failing. So I checked the actual dependencies and it looks like they all just have not pushed out to 3.12.0 py.
Some things to note. Make sure you have Python installed and desktop development kit for c++ installed on your machine to help it get through the hickups.
At this time still not able to install without revert.
Reproduce
Expected behavior
all installed and ready to launch open-interpreter should be the result.
Screenshots
No response
Open Interpreter version
0.1.7
Python version
3.12.0
Operating System name and version
Windows 10
Additional context
aio-libs/aiohttp#7646
this is one of the packages that are working on it. At the time of writing they were working on the issue.
The text was updated successfully, but these errors were encountered: