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

qlua + Mac OS X + anaconda #21

Open
elbamos opened this issue Jan 10, 2016 · 2 comments
Open

qlua + Mac OS X + anaconda #21

elbamos opened this issue Jan 10, 2016 · 2 comments

Comments

@elbamos
Copy link

elbamos commented Jan 10, 2016

I'm not sure if its an installer issue, or something unusual about my system, but after installing qlua with an active anaconda environment, qlua consistently failed to load with:

$ qlua
dyld: Library not loaded: @rpath/./libQtGui.4.dylib
  Referenced from: /usr/local/bin/qlua
  Reason: image not found
Trace/BPT trap: 5

I ultimately fixed this by adding anaconda/lib to the rpath:

install_name_tool -add_rpath /Volumes/home500/anaconda/lib qlua
@mathluo
Copy link

mathluo commented Jan 23, 2016

I have the same issue. Previously had Conda installed and could not start qlua with exact reason.

@oankarberg
Copy link

Thank you!

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

3 participants