Open3d之python版本快速安裝和使用
Open3D預構建的pip和conda包支援作業系統為Ubuntu 18.04+,macOS 10.14+和Windows 10(64-bit),python版本為3.5,3.6,3.7和3.8.若你想要使用其他Python版本和作業系統,從原始碼編譯。
通過pip安裝Open3D
pip install open3d
通過Conda安裝Open3D
conda install -c open3d-admin open3d
根據網速不同,安裝時間也不同,稍作等待即可安裝成功。
當然你也可以使用使用國內代理安裝,如下:
# pip安裝方式
pip install open3d -i https://pypi.doubanio.com/simple
當安裝完成後測試安裝是否成功
python -c "import open3d as o3d"
如果沒有報錯,則安裝成功,若想安裝C++原始碼,請去檢視從原始碼編譯和Open3D C++ 介面
相關文章
- 安裝open3d3D
- Python的安裝和使用Python
- 快速安裝python包Python
- Python筆記之paramiko模組安裝和使用示例Python筆記
- Linux 版本的 SQL Server 快速安裝LinuxSQLServer
- 00-macOS和Linux安裝和管理多個Python版本MacLinuxPython
- 二、python安裝和基礎使用Python
- Mac安裝多個Python版本MacPython
- annacoda 安裝多個python版本Python
- 最新openCV-Python安裝教程(opencv-python版本4.4.0, Python版本: 3.9)OpenCVPython
- 重要步驟——安裝python,配置環境變數(安裝的Python2.7.14和Python3.6.3版本)Python變數
- 配置和使用nvm免安裝版本(nvm-noinstall.zip)
- python的pip快速安裝程式碼Python
- 檢視 pip 指向哪個 python 版本和包安裝路徑Python
- 安裝python並使用Python
- Python安裝教程(非常詳細) python如何安裝使用Python
- Python庫檢查是否正確安裝並安裝所需版本Python
- CentOS7快速安裝python3CentOSPython
- Nodejs 和 Electron ubuntu下快速安裝NodeJSUbuntu
- MySQL 5 - 8 各版本快速安裝指令碼內容MySql指令碼
- 在ubuntu18.04版本安裝vscode和除錯使用UbuntuVSCode除錯
- 1.Spark學習(Python版本):Spark安裝SparkPython
- linux中安裝多個python版本環境LinuxPython
- python gdal 安裝使用(Windows, python 3.6.8)PythonWindows
- hydra 安裝和使用
- ActiveMq安裝和使用MQ
- docker安裝和使用Docker
- Elasticsearch 安裝和使用Elasticsearch
- StegSolve安裝和使用
- 安裝和使用 Composer
- httprunner 安裝和使用HTTP
- brew 安裝python3:如何使用brew安裝Python3Python
- 快速開始HelloWorld和Python之禪Python
- Mac OS X 下 Python 多版本管理器 pyenv 的安裝及使用MacPython
- python中虛擬環境virtualenvwrapper的安裝和使用PythonAPP
- Python 庫/模組的pip安裝和IPython的使用Python
- 使用淘寶NPM映象快速安裝CordovaNPM
- R語言安裝多個版本和多版本Rstudio管理R語言