-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Could not install Open3D through pip #7124
Comments
Hello, you say you are using Python 3.11 but the error says |
I have tried all of these solutions but it doesn't work. |
Hi! the exact error is
EDIT: python 3.12 is officially supported since #6717 but that part isn't merged in the release yet apparently: #7036, so it's "normal" that it doesn't work for 3.12 yet |
Hi @LHucass the requirement is valid only for Python 3.6 - it is unused for later Python versions. Can you try upgrading your pip version first? If that doesn't work, post the output of |
Checklist
main
branch).Steps to reproduce the issue
I generated a new python environment with python 3.11. And due to the other packages I used, I could not downgrade the Python version.
I have searched that the package could work in Python 3.11 with newest version of 0.18.
But when I used pip to install open3d, the bug happened.
I have downloaded the whl file and it still didn't work
I used pkginfo to find the requirements of the whl and I found that the requirements of python is 3.6, which caused the problem.
Error message
Open3D, Python and System information
Additional information
No response
The text was updated successfully, but these errors were encountered: