Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

manylinux1 fails at libmklml_intel.so: cannot open shared object file #12081

Closed
luotao1 opened this issue Jul 11, 2018 · 0 comments · Fixed by #12090
Closed

manylinux1 fails at libmklml_intel.so: cannot open shared object file #12081

luotao1 opened this issue Jul 11, 2018 · 0 comments · Fixed by #12090
Assignees

Comments

@luotao1
Copy link
Contributor

luotao1 commented Jul 11, 2018

https://paddleci.ngrok.io/viewLog.html?buildId=1451&buildTypeId=Manylinux1_Cuda80cudnn5cp27cp27mu&tab=buildLog&_focus=10795

[18:34:56]	+ docker tag paddlepaddle/paddle:latest-gpu-cuda8.0-cudnn5 docker.paddlepaddlehub.com/paddle:latest-gpu-cuda8.0-cudnn5
[18:34:56]	+ nvidia-docker run --rm -i paddlepaddle/paddle:latest-gpu-cuda8.0-cudnn5 python -c 'import paddle.v2 as paddle;paddle.init(use_gpu=False)'
[18:34:58]	Traceback (most recent call last):
[18:34:58]	  File "<string>", line 1, in <module>
[18:34:58]	  File "/usr/local/lib/python2.7/dist-packages/paddle/v2/__init__.py", line 128, in init
[18:34:58]	    import py_paddle.swig_paddle as api
[18:34:58]	  File "/usr/local/lib/python2.7/dist-packages/py_paddle/__init__.py", line 15, in <module>
[18:34:58]	    from util import DataProviderWrapperConverter
[18:34:58]	  File "/usr/local/lib/python2.7/dist-packages/py_paddle/util.py", line 18, in <module>
[18:34:58]	    import swig_paddle
[18:34:58]	  File "/usr/local/lib/python2.7/dist-packages/py_paddle/swig_paddle.py", line 28, in <module>
[18:34:58]	    _swig_paddle = swig_import_helper()
[18:34:58]	  File "/usr/local/lib/python2.7/dist-packages/py_paddle/swig_paddle.py", line 24, in swig_import_helper
[18:34:58]	    _mod = imp.load_module('_swig_paddle', fp, pathname, description)
[18:34:58]	ImportError: libmklml_intel.so: cannot open shared object file: No such file or directory
[18:34:59]	Process exited with code 1
[18:34:59]	Process exited with code 1
[18:34:59]	Step docker (Command Line) failed

The reason is that we only consider fluid version before, and we should process the v2 version like #11806

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant