Coder Social home page Coder Social logo

Comments (8)

neka-nat avatar neka-nat commented on August 12, 2024

Hi @ArgosVR ,

Thank you for reporting.
I tried to install only open3d in my environment, ubuntu18.04 python3.6.

pip install open3d-python -U

And then, I checked the version.

python
>>> import open3d
>>> open3d.__version__
'0.7.0.0'

Depending on the environment, the version0.8.0 may not be installed.
Do you know how to install the version 0.8.0 using pip?

from probreg.

Fred3D-tech avatar Fred3D-tech commented on August 12, 2024

hello... thanks..
my version installed was open3d 0.8.0 and my virtual env under conda is python 3.7 with ubuntu 18.04...
The problem is for me that the syntax changed from the 0.7.0 on which your code was based and 0.8.0 (0.9.0 now)...
Thanks a lot for your work !

from probreg.

neka-nat avatar neka-nat commented on August 12, 2024

The latest version of git, not pip, supports 0.8.0.
Please try installing from git.

git clone https://github.com/neka-nat/probreg.git --recursive
cd probreg
pip install -e .

from probreg.

Fred3D-tech avatar Fred3D-tech commented on August 12, 2024

thanks for your answer.. I tested your solution but it still collects the open3d 0.7.0 version and install it over the version installed (the 0.8.0 in my case) and then the rest of my code working with version 0.8.0 does not work anymore... A part of your code is still using the syntax used by open3d 0.7.0..

from probreg.

neka-nat avatar neka-nat commented on August 12, 2024

Thank you for reporting.
Could you send me the actual error details?
I will fix it.

from probreg.

neka-nat avatar neka-nat commented on August 12, 2024

The latest master branch supports open3d 0.9.
Please try it.

from probreg.

Fred3D-tech avatar Fred3D-tech commented on August 12, 2024

great !!! thanks a lot ! I will test it..

from probreg.

neka-nat avatar neka-nat commented on August 12, 2024

Did you try it?

from probreg.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.