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

DYLD_LIBRARY_PATH not visible when running guild train #2

Open
alan opened this issue Nov 2, 2016 · 1 comment
Open

DYLD_LIBRARY_PATH not visible when running guild train #2

alan opened this issue Nov 2, 2016 · 1 comment

Comments

@alan
Copy link

alan commented Nov 2, 2016

When Tensorflow is installed with GPU support using DYLD_LIBRARY_PATH to find the GPU libs guild train does not work while executing python directly works. The issue seems to be that guild doesn't set the same DYLD_LIBRARY_PATH.

ImportError: dlopen(/usr/local/lib/python2.7/site-packages/tensorflow/python/_pywrap_tensorflow.so, 10): Library not loaded: @rpath/libcudart.8.0.dylib
  Referenced from: /usr/local/lib/python2.7/site-packages/tensorflow/python/_pywrap_tensorflow.so
  Reason: image not found
@gar1t
Copy link

gar1t commented Jan 19, 2017

Hi Alan, thanks for the report! Just to make sure we're in sync, could you confirm you still see this with TF 0.12 (or later) and the latest Guild source? Alternatively we're providing precompiled binary releases here:

https://github.com/guildai/guild/releases

The setup instructions are here:

https://guild.ai/

If you're still seeing this we'll at least be in sync as we resolve it.

Thanks!

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

No branches or pull requests

2 participants