-
Notifications
You must be signed in to change notification settings - Fork 8
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
$PWD/miniconda/bin also needs to be in PATH #45
Comments
miniconda/bin/conda lsst make-recipes build:b1852 lsst_distrib lsst_sims --build fails when trying to build the first package lsst-doxygen. The log points to failing to run
|
Hi @johannct, Could you send me the full log from the doxygen failure, and also the output of the |
I tried to relaunch it, but now I have yet another error : Surprisingly it tries to recache everything here, so maybe something changed on the server? Anyway I will try a complete reinstall (with the ./local easy_install.pth kludge and adding miniconda/bin to PATH) and will report back |
Ok here is the full screen output of my clean install attempt : The following packages will be downloaded:
The following NEW packages will be INSTALLED:
The following packages will be UPDATED:
Fetching packages ... export PATH="/home/cohen/lsst/dm/conda-lsst/miniconda/bin:$PATH" and continue. |
the log is pretty atrocious, but only the last line, already know, seems relevant.... |
You're missing flex. From the log file:
|
darn, thanks and sorry! I missed it in the log.... |
for the record, I was also missing bison. |
I am kipping this issue open for the different troubles I have, as it might prove useful to others trying conda install on their laptop (esp. Ubuntu 14.04 as mine). So I am now failing at lsst-utils, where numpy seems to have a problem at compilation. The only place I could see a hint at a problem is in : Checking who built the CC compiler...error: no result I attach the log file again. Sorry for the trouble! |
I went a little farther down in debugging by adding a message printing in /home/cohen/lsst/dm/conda-lsst/miniconda/envs/_build/opt/lsst/lsst-product-configs/ups/numpy.cfg : |
else the correct python framework is not selected against the local one.
The text was updated successfully, but these errors were encountered: