-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
0.17.0 install problem #6490
Comments
I later found out that it is a mac issue, any suggestion I can try? |
What Python version are you running? If 3.11, you will need to wait for the next release If 3.12, you will need to track: For now, only 3.8-3.10 are supported on PyPI. |
Maybe your issue is the same as |
For 3.11, you can install development release from here - http://www.open3d.org/docs/latest/getting_started.html#development-version-pip |
I would try again as 3.11 wheels have now been published with 0.18 release: |
Checklist
master
branch).My Question
Hi there, I have encountered an error when trying to install v.0.17.0 as the documentation suggested using pip install open3d. it installed 0.16.0 or 0.16.1, at different trial. When I tried to force it to install the newest version, it throws up Could not find a version that satisfies the requirement open3d==0.17.0 (from versions: 0.16.0, 0.16.1). I updated pip and pip3 as suggested in previous issue but the problem remains, could you advise?
The text was updated successfully, but these errors were encountered: