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

after installing the open3d in conda, it doesn't work in the code #58

Open
fullcyxuc opened this issue Dec 14, 2019 · 3 comments
Open

Comments

@fullcyxuc
Copy link

install the open3d following the official instruction with ‘conda install -c open3d-admin open3d’, however i meet some errors when run the code like 'module 'open3d' has no attribute 'read_point_cloud''.
other ways to install it has been tried and it still doesn't work.

my python version is 3.6.5

@ytyfeng
Copy link

ytyfeng commented Feb 14, 2020

This is because the code was written for an older version of Open3D. In newer versions, read_point_cloud is an attribute of open3d.io, instead of open3d. Use open3d.io.read_point_cloud() instead. You might have to change other parts of the code too since there were quite a few changes in the newer version of Open3D.

@edlabbe
Copy link

edlabbe commented Mar 8, 2020

Is it possible to target a specific version of open3d so the code in this repo will work?

@ytyfeng
Copy link

ytyfeng commented Mar 8, 2020

In open3d_build.cmake, you can target a specific version of open3d by changing the git tag to a version you want.

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

3 participants