Can OpenVDB currently be built for Python 3.10? #1599
Replies: 1 comment
-
@8bit-euclid , Yes, I built the openvdb with python 3.10 openvdb installation git clone https://github.com/Microsoft/vcpkg.git git clone [email protected]:AcademySoftwareFoundation/openvdb.git cmake -DCMAKE_TOOLCHAIN_FILE=D:\vcpkg\scripts\buildsystems\vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-windows -A x64 -DOPENVDB_BUILD_VDB_VIEW=ON -DOPENVDB_BUILD_VDB_TOOL=ON -DOPENVDB_BUILD_VDB_LOD=ON -DOPENVDB_BUILD_PYTHON_MODULE=ON .. finally |
Beta Was this translation helpful? Give feedback.
-
I have been tasked with getting OpenVDB to build with Python 3.10. Is the latest version of OpenVDB compatible with Python 3.10. I have so far only found build instructions for OpenVDB supporting up to Python 3.7.
If this is possible, could someone please advise me on how to do this build?
Beta Was this translation helpful? Give feedback.
All reactions