isl-org / isl-org/Open3D

Cannot install Open3D in new Anaconda enviroment

Open
#6,203 2 comments 1 reaction 0 assignees View on GitHub
build/install
Dominant language
C++
Stars
14k
Forks
2.6k
Avg merge
5d 18h
Merged PRs (30d)
6

Description

- [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues).
- [X] For Python issues, I have tested with the [latest development wheel](http://www.open3d.org/docs/latest/getting_started.html#development-version-pip).
- [X] I have checked the [release documentation](http://www.open3d.org/docs/release/) and the [latest documentation](http://www.open3d.org/docs/latest/) (for `master` branch).

Beginner trying to learn how to use Open3D in Anaconda, not sure why installation is failing constantly

### Steps to reproduce the issue

Steps to reproduce:
```
1. create new environment in Anaconda Navigator with python version 3.10.4
2. pip install open3d
```

Failed alternative:
```
1. download open3d-0.17.0-cp310-cp310-win_amd64.whl
2. pip install open3d-0.17.0-cp310-cp310-win_amd64.whl
```

### Error message

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

Alternative:
ERROR: open3d-0.17.0-cp310-cp310-win_amd64.whl is not a supported wheel on this platform.
```

### Open3D, Python and System information

```markdown
- Operating system: Windows 10 64-bit
- Python version: Python 3.10.4
- Open3D version: output from python:
- System architecture:
- Is this a remote workstation?: no
- How did you install Open3D?: pip
- Compiler version (if built from source):
```

### Additional information

_No response_

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the reported Anaconda environment steps and both pip installation commands on Windows 10 with Python 3.10.4. Check the complete Python and system architecture information against the wheel compatibility error. Done means identifying the missing compatibility detail or confirming the supported installation path.

Written by the indexing model from the issue text.

Assessment

Tech stack
anaconda, python
Domain
tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.