Open bovard opened 9 years ago
@bovard - sorry for the delay in responding to this. It looks like there's a problem with your Anaconda install.
OSError: dlopen(libSystem.dylib, 6): image not found
9 times out of 10 these are caused when you have DYLD_LIBRARY_PATH
, LD_LIBRARY_PATH
, or DYLD_FALLBACK_LIBRARY_PATH
defined in your environment. You can check what's in your environment by typing printenv
at your shell.
Also, I usually recommend that people install Anaconda into its default location in their home directory to avoid permissions issues.
Let me know if this helps.
@ahmadia thanks, I'll take a look later this week
@bovard - Any progress on this?
@ahmadia it works! just needed to do export DYLD_FALLBACK_LIBRARY_PATH=/usr/lib
export DYLD_FALLBACK_LIBRARY_PATH=/usr/lib
Was it set to something else before? Setting DYLD_FALLBACK_LIBRARY_PATH=/usr/lib
is going to cause problems for any user-installed tools (Homebrew, MacPorts, conda) in the future.
Looks like it was set to:
DYLD_FALLBACK_LIBRARY_PATH: :/Users/me/anaconda/lib:/Users/me/anaconda/lib
Looks like the crawl functionality doesn't work, displays JAVA_HOME is set to... and usage but doesn't do any crawling.
Yeah, try unsetting it completely.
Sorry, missed that last message from you. memex-explorer
is a web application, did you start it up using supervisor and then point your browser to localhost?
When I run:
it runs for a good long while and then I get the following error:
Looking through commands in
app_setup.sh
this looks like it is happening in thepython manage.py migrate
step: