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

from open3d.geometry import PointCloud as PCD でNo module named 'open3d.geometry'のエラーが出る #13

Open
haganelego opened this issue Dec 22, 2022 · 1 comment

Comments

@haganelego
Copy link
Contributor

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

@haganelego
Copy link
Contributor Author

下記だと通る.

import open3d
pcd = open3d.geometry.PointCloud()

自分の環境がバグってるかも?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant