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

编译最新dev分支,安装后找不到libpaddle_master.so,疑似编译选择变化未编译 #3052

Closed
lcy-seso opened this issue Jul 25, 2017 · 1 comment
Labels

Comments

@lcy-seso
Copy link
Contributor

  • 编译最新dev分支,WITH_GOLANG=OFF,pip install 安装后出现如下错误:
Traceback (most recent call last):
  File "train.py", line 4, in <module>
    import paddle.v2 as paddle
  File "/home/caoying/.jumbo/lib/python2.7/site-packages/paddle/v2/__init__.py", line 36, in <module>
    import model
  File "/home/caoying/.jumbo/lib/python2.7/site-packages/paddle/v2/model.py", line 19, in <module>
    import paddle.v2.master
  File "/home/caoying/.jumbo/lib/python2.7/site-packages/paddle/v2/master/__init__.py", line 1, in <module>
    from client import *
  File "/home/caoying/.jumbo/lib/python2.7/site-packages/paddle/v2/master/client.py", line 5, in <module>
    lib = ctypes.cdll.LoadLibrary(path)
  File "/home/caoying/.jumbo/lib/python2.7/ctypes/__init__.py", line 443, in LoadLibrary
    return self._dlltype(name)
  File "/home/caoying/.jumbo/lib/python2.7/ctypes/__init__.py", line 365, in __init__
    self._handle = _dlopen(self._name, mode)
OSError: /home/caoying/.jumbo/lib/python2.7/site-packages/paddle/v2/master/libpaddle_master.so: cannot open shared object file: No such file or directory
@lcy-seso lcy-seso added the Bug label Jul 25, 2017
@typhoonzero
Copy link
Contributor

This will fix #3045

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

No branches or pull requests

2 participants