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

Cannot install open3d 0.16.1 on Jetson via poetry Unable to find installation candidates for open3d #5767

Closed
3 tasks done
wasdee opened this issue Dec 7, 2022 · 1 comment
Labels
build/install Build or installation issue

Comments

@wasdee
Copy link

wasdee commented Dec 7, 2022

Checklist

Steps to reproduce the issue

I first

poetry add open3d

for better log i later use
poetry add open3d -vvv

Error message

Using version ^0.16.1 for open3d

Updating dependencies
Resolving dependencies... (7.8s)

Package operations: 0 installs, 1 update, 0 removals

  • Updating open3d (0.16.0 -> 0.16.1): Failed

  RuntimeError

  Unable to find installation candidates for open3d (0.16.1)

  at ~/.local/pipx/venvs/poetry/lib/python3.8/site-packages/poetry/installation/chooser.py:103 in choose_for
       99│ 
      100│             links.append(link)
      101│ 
      102│         if not links:
    → 103│             raise RuntimeError(f"Unable to find installation candidates for {package}")
      104│ 
      105│         # Get the best link
      106│         chosen = max(links, key=lambda link: self._sort_key(package, link))
      107│ 

Here is the full log. log.txt

Open3D, Python and System information

- Operating system: Ubuntu 20.04 
- Python version: Python 3.10.8
- System architecture: jetson 
- How did you install Open3D?: pip - poetry

Additional information

I seems like the arm64 build artifact for manylinux is missing.

I tried #5747. but it seems another issue about deps instead of the main lib

@wasdee wasdee added the build/install Build or installation issue label Dec 7, 2022
@ssheorey
Copy link
Member

We have not released v0.16.1 for Jetson - please use v0.16.0.

@ssheorey ssheorey closed this as not planned Won't fix, can't repro, duplicate, stale Dec 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build/install Build or installation issue
Projects
None yet
Development

No branches or pull requests

2 participants