Beginner trying to tackle Open3D but I can't even begin when it fails to install on my Anaconda.
Currently on a Windows x64 using Anaconda environment (Python v3.10) with pip being latest version.
Please help, I'm very confused right now. Checked with http://www.open3d.org/docs/release/getting_started.html but nothing seems out of place.
Steps done:
- Open Anaconda Navigator
- make new environment with python 3.10.4 on it
- used
pip install open3d
, failed - downloaded
.whl
file from github and then usedpip install open3d-0.17.0-cp310-cp310-win_amd64.whl
, failed as well
Error Logs:
- ERROR: Could not find a version that satisfies the requirement open3d (from versions: none)
- ERROR: No matching distribution found for open3d
- ERROR: open3d-0.17.0-cp310-cp310-win_amd64.whl is not a supported wheel on this platform.
python -m pip --version
gives
pip 23.1.2 from C:\Users\dienv\anaconda3\envs\Open3d\lib\site-packages\pip (python 3.10)
python --version
gives
Python 3.10.4
and I have also tried python -m pip install open3d
, which gives
ERROR: Could not find a version that satisfies the requirement open3d (from versions: none)
ERROR: No matching distribution found for open3d
When I run just python
, the first line in the console is
Python 3.10.4 | packaged by conda-forge | (main, Mar 30 2022, 13:41:19) [MSC v.1916 32 bit (Intel)] on win32