danrbailey / openvdb_docker

1 stars 0 forks source link

Attempting to build pyopenvdb for python3.7 #2

Closed theNewFlesh closed 4 years ago

theNewFlesh commented 4 years ago

Hi,

I am building a container for developing computer-vision software. The target language is python3.7 (3.6 supported as well) The container runs off of ubuntu 18.04.

I am able to make a pyopenvdb.so file, but it gets some symbol ref error concerning numpy and boost. I was wondering if you know of hand, the steps needed to get a python3 env working with openvdb inside a container? Hopefully an ubuntu 18.04 one.

Thanks, Alex

theNewFlesh commented 4 years ago

Nm figured it out