You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, thx for sharing, I'd like to run the script on my own data, but there is a Importerror when import _nms.so file. i.e. from ._nms import lib as _lib, ffi as _ffi, the specific error like this:
importerror dynamic module does not define module export function(PyInit_nms)
I wonder whether the python version account for this (since I use python3.5), so i try to rebuild the _nms.so, but there seems no related file that used for generating _nms.so file.
The text was updated successfully, but these errors were encountered:
Hello, thx for sharing, I'd like to run the script on my own data, but there is a Importerror when import _nms.so file. i.e.
from ._nms import lib as _lib, ffi as _ffi
, the specific error like this:I wonder whether the python version account for this (since I use python3.5), so i try to rebuild the _nms.so, but there seems no related file that used for generating _nms.so file.
The text was updated successfully, but these errors were encountered: