未验证 提交 3d99e2e9 编写于 作者: W Wu Yi 提交者: GitHub

Merge pull request #11960 from reyoung/feature/error_str

Fix import error
......@@ -26,7 +26,7 @@ except ImportError, e:
"""NOTE: You may need to run \"export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH\"
if you encounters \"libmkldnn.so not found\" errors. If you have python
installed in other directory, replace \"/usr/local/lib\" with your own
directory. The original error is: """ % str(e))
directory. The original error is: \n""" + e.message)
except Exception, e:
raise e
import unique_name
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册