Can't import pyopenvdb in Windows 10 #1126
Unanswered
diegogangl
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
(follow up from issue #1125 )
Operating System: Windows 10 / Python 3.9
Version / Commit SHA: VDB 8.0.1
CMake Version: 3.20.4
Compiler: msvc 2019
I managed to build the OpenVDB for Python, but importing always fails due to some missing dll.
I've tried:
Half-2_5.dll
,libzstd.dll
,openvdb.dll
andboost_python39-vc142-mt-gd-x64-1_76.dll
). I got these from the Dependencies tool.snappy_64.dll
sys.path
os.add_dll_directory()
No matter what I try I always get
I'm trying to figure out what's missing with the dependency walker app, but it doesn't seem like these would be a problem? I've installed the Microsoft Visual C ++ redistributable 2015-2019 for both x86 and 64 but the DLLs are still missing.
Beta Was this translation helpful? Give feedback.
All reactions