You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
Checklist
master
branch).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!
The text was updated successfully, but these errors were encountered: