Replies: 1 comment
-
For clarity, the imports into python
throws the above error |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm attempting to build six to read cphd files. I followed the instructions for building and created the wheel. Most imports work, however, the cphd module does not load.
I get the following error:
ImportError: /usr/local/lib/python3.10/dist-packages/pysix/_cphd.cpython-310-x86_64-linux-gnu.so: undefined symbol: _ZN10numpyutils12toNumpyArrayEmmiPKv
I've included a dockerfile that recreates the error
any help is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions