Coder Social home page Coder Social logo

Comments (3)

StefanKarlsson987 avatar StefanKarlsson987 commented on June 2, 2024

The reason I do not want to revert to earlier version of python, is that I plan to use this from inside of Blender. Blender 4.1 comes shipped with python 3.11.7.

I already have a large addon created in the python API for blender, and would like to add proper VDB processing to it, which Blender currently does not have natively (unlike Maya).

from openvdb.

StefanKarlsson987 avatar StefanKarlsson987 commented on June 2, 2024

Closer investigation shows that this error actually occurs in the pybind11 dependency. The install instructions of OpenVDB says to get the standard pybind11 version through apt:

apt-get install pybind11-dev

I managed to fix the errors on my Ubuntu 22.04 system by building the latest pybind11 from source.
here is what I did:

  1. sudo apt-get remove pybind11-dev, if another version was added using apt.
  2. install pybind11 from source, to get a version that supports newer versions of python. Repo here
  3. make certain to use cmake with the -D Python_EXECUTABLE path same as for the openVDB build
  4. in the pybind11 cloned repo: sudo make install

Have not tested openVDB python interface yet, so not sure if this will work, but seems promising. No more build errors.

Be aware that if you have other projects using pybind11, this might break those builds. A more robust solution would be to build pybind11 locally without installing, and then link it up with cmake.

from openvdb.

Idclip avatar Idclip commented on June 2, 2024

Closing this as it seems as though you managed to resolve your issue? Yes, using apt-get assumes that you're installing all your dependencies through apt-get as this is how the apt repositories are configured; the set of software they provided is tested to work together. If you instead mix dependencies, such as a newer version of Python with those fromapt, then your build solution is not guaranteed to work and you may find you need to also upgrade other dependencies too.

from openvdb.

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.