Andrew
Andrew
> When I try to use, `const interaction = new Interaction(renderer, scene, camera);` > > I'm getting `Uncaught TypeError: Interaction is not a constructor` in chrome console. If you're using...
wanted to follow up. I have also installed pyopenvdb in python3.7 as I thought it may have been a version issue, but still got the same message i.e. **libboost_python37.so.1.68.0: cannot...
> Hi @andrewrgarcia are you still running into this issue? If so could you post the output you get when running `cmake`? Verbose build output (i.e. `make VERBOSE=1`) would be...
> Thanks @andrewrgarcia however I can't see the build output for the OpenVDB Python project in the files you've uploaded. Could you provide the verbose make output for that too?...
Oh, where exactly should I add DOPENVDB_BUILD_PYTHON_MODULE=ON in CMakeLists.txt? I searched through the whole openvdb folder and it gave me these locations where that statement should occur: ![Screenshot from 2020-11-19...
Hi, I still get the > If you're invoking `cmake` from the command line you simply add it to your command. For example: > > ``` > cmake -DOPENVDB_BUILD_PYTHON_MODULE=ON .....
> Could you try running the following: > > ``` > python -v -c "import pyopenvdb" &> pyvdb_out.txt > ``` > > It will create a file `pyvdb_out.txt` which I'd...
> After installing all dependencies and building OpenVDB from https://github.com/AcademySoftwareFoundation/openvdb, I ran TestOpenVDB.py and got the following message: > > **libboost_python37.so.1.68.0: cannot open shared object file: No such file or...
> The list I've linked is **not** the same list as on the readme, so I would run the following to be absolutely sure: > > ``` > apt-get install...
> Hi, > > I see you are using _apt-get install libboost-numpy-dev_ to install **boost-numpy**. > Is there a way how to install boost-numpy via vcpkg on Windows? > >...