We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
singularity上,ローカル環境どちらも下記部分でエラーが発生
from open3d.geometry import PointCloud
エラー
Traceback (most recent call last): File "<stdin>", line 1, in <module> ModuleNotFoundError: No module named 'open3d.geometry'
Open3dのバージョンは0.16.0
The text was updated successfully, but these errors were encountered:
下記だと通る.
import open3d pcd = open3d.geometry.PointCloud()
自分の環境がバグってるかも?
Sorry, something went wrong.
No branches or pull requests
singularity上,ローカル環境どちらも下記部分でエラーが発生
エラー
Open3dのバージョンは0.16.0
The text was updated successfully, but these errors were encountered: