Closed tonny2v closed 6 years ago
It looks like you're trying to use the version of this library that's now included in Boost itself (I can tell from the boost::python::numpy
namespace for the missing symbol, as opposed to the boost::numpy
namespace used here). And that's certainly what I'd recommend doing; the code hosted here is deprecated and no longer maintained. But in that case you'll be better off reporting problems at https://github.com/boostorg/python, where the integrated version lives.
I installed boost numpy in a docker instance (alpine-3.8) and built a python extension but I cannot import the python module I built.
using ldd, I have