-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Python 3.12 not supported #733
Comments
I did notice we're strictly checking 3.11, and not allowing 3.12 Worth fixing |
Gonna leave this one open--we should be able to support 3.12 just fine. I think it's just not encoded properly |
|
I'll close this issue if you don't have any problem |
problem fixed by the switch to poetry |
There is another error which is project try to use python 3.12:
|
@ayazwx I'll take a look at that today |
@ayazwx can you try this command in the terminal |
if pip exist try to upgrade you pip using |
Given that we fixed the original bug, I'm going to close this one. @ayazwx can you open up a new issue and fill out the template if you're still having trouble? |
Commands I ran to install and run OpenDevin:
ERROR:
Successfully installed distlib-0.3.8 pipenv-2023.12.1 platformdirs-4.2.0 virtualenv-20.25.1
Using python: 3.11
Path to python: None
Warning: Python 3.11 was not found on your system...
Neither 'pyenv' nor 'asdf' could be found to install Python.
You can specify specific versions of Python with:
$ pipenv --python path/to/python
make: *** [Makefile:19: build] Error 1
Python 3.12.2
The text was updated successfully, but these errors were encountered: