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

Cant install the library. #6346

Closed
2 of 3 tasks
MYusufY opened this issue Sep 5, 2023 · 2 comments
Closed
2 of 3 tasks

Cant install the library. #6346

MYusufY opened this issue Sep 5, 2023 · 2 comments
Labels

Comments

@MYusufY
Copy link

MYusufY commented Sep 5, 2023

Checklist

My Question

When im trying to install it with pip, pip3 I get this error:

ERROR: Could not find a version that satisfies the requirement open3d (from versions: none)
ERROR: No matching distribution found for open3d

Im trying to install it with wheel, but I cant find the correct wheel for my computer. My computer is MacOS 12, x64. But when I say most similar ones, like:
open3d-0.17.0-1fix6008-cp39-cp39-macosx_12_0_arm64.whl
open3d-0.17.0-cp39-cp39-macosx_12_0_arm64.whl
open3d-0.17.0-cp310-cp310-macosx_11_0_x86_64.whl
I got this error:
ERROR: xxxxxxx.whl is not a supported wheel on this platform.

Am I missing something?
Is there a .whl file for MacOS 12 x64?

(Python 3.11.4)

Can anyone help? Thanks!

@johnthagen
Copy link
Contributor

Please follow/ 👍:

Open3D does not yet support Python 3.11 and as such has not published 3.11 wheels onto PyPI.

I would recommend installing and using Python 3.10. A macOS 3.10 installer is available at python.org.

@johnthagen
Copy link
Contributor

3.11 wheels have been published with 0.18:

This issue can be closed.

@MYusufY MYusufY closed this as completed May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants