Zha0q1 opened a new issue #19917: URL: https://github.com/apache/incubator-mxnet/issues/19917
After https://github.com/apache/incubator-mxnet/pull/19870 master cd cu102 was able to build. However we have this symbol error in the test stage now ``` [2021-02-18T20:46:02.546Z] ImportError while loading conftest '/work/mxnet/tests/python/conftest.py'. [2021-02-18T20:46:02.547Z] tests/python/conftest.py:22: in <module> [2021-02-18T20:46:02.547Z] import mxnet as mx [2021-02-18T20:46:02.547Z] python/mxnet/__init__.py:23: in <module> [2021-02-18T20:46:02.547Z] from .context import Context, current_context, cpu, gpu, cpu_pinned [2021-02-18T20:46:02.547Z] python/mxnet/context.py:20: in <module> [2021-02-18T20:46:02.547Z] from .base import _LIB [2021-02-18T20:46:02.547Z] python/mxnet/base.py:293: in <module> [2021-02-18T20:46:02.547Z] _LIB = _load_lib() [2021-02-18T20:46:02.547Z] python/mxnet/base.py:284: in _load_lib [2021-02-18T20:46:02.547Z] lib = ctypes.CDLL(lib_path[0], ctypes.RTLD_LOCAL) [2021-02-18T20:46:02.547Z] /opt/rh/rh-python36/root/usr/lib64/python3.6/ctypes/__init__.py:343: in __init__ [2021-02-18T20:46:02.547Z] self._handle = _dlopen(self._name, mode) [2021-02-18T20:46:02.547Z] E OSError: /work/mxnet/python/mxnet/../../lib/libmxnet.so: undefined symbol: nvmlDeviceGetComputeRunningProcesses_v2 ``` https://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/restricted-mxnet-cd%2Fmxnet-cd-release-job/detail/mxnet-cd-release-job/2523/pipeline/401 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
