-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Open
Labels
build/installBuild or installation issueBuild or installation issue
Description
Checklist
- I have searched for similar issues.
- For Python issues, I have tested with the latest development wheel.
- I have checked the release documentation and the latest documentation (for
masterbranch).
Steps to reproduce the issue
Pip installing open3d installs a very old 0.13 version, instead of recent 0.17 version.
Forcing the version like pip install open3d==0.17.0 doesn't work, gets an error with version not available.
pip install open3d
Error message
Pip installing open3d installs a very old 0.13 version, instead of recent 0.17 version.
Forcing the version like pip install open3d==0.17.0 doesn't work, gets an error with version not available.Open3D, Python and System information
- Operating system: Ubuntu 20.04 /
- Python version: Python 3.8 /
- System architecture: x86 / a
- Is this a remote workstation?: yes
- How did you install Open3D?: pip
- Compiler version (if built from source): gcc 10.1Additional information
No response
Metadata
Metadata
Assignees
Labels
build/installBuild or installation issueBuild or installation issue