-
Notifications
You must be signed in to change notification settings - Fork 66
system picks up wrong pip when building ipython and tornado #269
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
Comments
Charles, you should be able to reproduce this if you install pip and ipython. This not critical as I can live with it for now but we need to fix this if this is not fixed already. |
i might have installed pip only. Will try again |
can't reproduce. Closing |
I am able to reproduce it on my system. Could you please upload the ipython and tornado tarballs so that we can build them from source like we discussed? |
make sure you install pip, ipython and tornado on your system. |
They already are uploaded. We need them for offline build. |
Cool!.. you are awesome Charles. Can you send me the URL for these? Can you browse the LLNL directory? |
This is basically the same as Issue #341. |
@aashish24 still true? |
73%] Performing install step for 'IPYTHON'
CMake Error at /Users/aashish/tools/uvcdat/build/IPYTHON-prefix/src/IPYTHON-stamp/IPYTHON-install.cmake:56 (message):
CTEST_FULL_OUTPUT
Command failed: 2
'env' 'DYLD_LIBRARY_PATH=/Users/aashish/tools/uvcdat/install/lib:/Users/aashish/tools/uvcdat/install/Externals/lib:/Users/aashish/tools/uvcdat/install/Externals/lib/paraview-3.11:/Users/aashish/tools/uvcdat/install/lib:/Users/aashish/tools/uvcdat/install/Externals/lib:/Users/aashish/tools/uvcdat/install/Externals/lib/paraview-3.11:/Users/aashish/tools/uvcdat/install/lib:/Users/aashish/tools/uvcdat/install/Externals/lib:/Users/aashish/tools/uvcdat/install/Externals/lib/paraview-3.11:/Users/aashish/tools/uvcdat/install/lib:/Users/aashish/tools/uvcdat/install/Externals/lib:/Users/aashish/tools/uvcdat/install/Externals/lib/paraview-3.11:/Users/aashish/tools/uvcdat/install/lib:/Users/aashish/tools/uvcdat/install/Externals/lib:/Users/aashish/tools/uvcdat/install/Externals/lib/paraview-3.11:/Users/aashish/tools/uvcdat/install/lib:/Users/aashish/tools/uvcdat/install/Externals/lib:/Users/aashish/tools/uvcdat/install/Externals/lib/paraview-3.11:/Users/aashish/tools/uvcdat/install/lib:/Users/aashish/tools/uvcdat/install/Externals/lib:/Users/aashish/tools/uvcdat/install/Externals/lib/paraview-3.11:/Users/aashish/tools/uvcdat/install/lib:/Users/aashish/tools/uvcdat/install/Externals/lib:/Users/aashish/tools/uvcdat/install/Externals/lib/paraview-3.11:/Users/aashish/tools/uvcdat/install/lib:/Users/aashish/tools/uvcdat/install/Externals/lib:/Users/aashish/tools/uvcdat/install/Externals/lib/paraview-3.11: -bind_at_load -mmacosx-version-min=10.8 -bind_at_load -mmacosx-version-min=10.8 -bind_at_load -mmacosx-version-min=10.8 -bind_at_load -mmacosx-version-min=10.8 -bind_at_load -mmacosx-version-min=10.8 -bind_at_load -mmacosx-version-min=10.8 -bind_at_load -mmacosx-version-min=10.8 -bind_at_load -mmacosx-version-min=10.8 -bind_at_load -mmacosx-version-min=10.8' '/Users/aashish/tools/uvcdat/install/Library/Frameworks/Python.framework/Versions/2.7/bin/pip' 'install' 'ipython==0.13'
From /Users/aashish/tools/uvcdat/build/IPYTHON-prefix/src/IPYTHON-stamp/IPYTHON-install-out.log
Downloading/unpacking ipython==0.13
Installing collected packages: ipython
Exception:
Traceback (most recent call last):
OSError: [Errno 13] Permission denied:
'/Library/Python/2.7/site-packages/ipython-0.13.1-py2.7.egg/EGG-INFO/dependency_links.txt'
Storing complete log in /Users/aashish/.pip/pip.log
From /Users/aashish/tools/uvcdat/build/IPYTHON-prefix/src/IPYTHON-stamp/IPYTHON-install-err.log
make[2]: *** [IPYTHON-prefix/src/IPYTHON-stamp/IPYTHON-install] Error 1
make[1]: *** [CMakeFiles/IPYTHON.dir/all] Error 2
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: