“conda install -c open3d-admin open3d” → not found #6032
-
I want to use Open3D from Python. I've never touched Open3D, I know a bit of Python, my experience with Anaconda is “used it once, got it working, never touched it again.” I found https://anaconda.org/open3d-admin/open3d which suggestes:
The install got “not found” while mentioning that current channels include https://conda.anaconda.org/open3d-admin/osx-arm64 How should I proceed? The Open3D instructions on GitHub suggest |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
Hoping that the virtual environment would contain any fallout, I decided to just try it. The pip worked, but the installation test code snippet (from https://github.com/isl-org/Open3D) failed.
|
Beta Was this translation helpful? Give feedback.
-
WOT!? Nevermind, problem solved. Sorry for the “talking to myself” posts. Taking a moment to read the error above, realizing that it was looking for something called
Then everything Just Worked. Was able to run all three suggested tests: Verify installation, Python API, and Open3D CLI. Thanks for Open3D. It looks amazing! |
Beta Was this translation helpful? Give feedback.
-
as of now, the last version of open3d-admin open3d on any x64 system is 0.15.1, I was unable to find conda package of later versions, that able to be installed on python 3.10, |
Beta Was this translation helpful? Give feedback.
-
I am trying to use open3d in linux. I don't think, python-3.10 is compatible with open3d deps. So, I did this and it worked fine,
Also, ensure that the open3d-admin channel is correctly configured in your Conda channels,
|
Beta Was this translation helpful? Give feedback.
-
Hello everyone, I know I am late to the party but here is what I have found out: if you want to use both some notes on this matter:
hope this helps! many thanks to @mdrahmed. |
Beta Was this translation helpful? Give feedback.
WOT!? Nevermind, problem solved. Sorry for the “talking to myself” posts. Taking a moment to read the error above, realizing that it was looking for something called
libomp
, looked it up, did a:Then everything Just Worked. Was able to run all three suggested tests: Verify installation, Python API, and Open3D CLI.
Thanks for Open3D. It looks amazing!