Closed connie closed 9 years ago
Does that actually show what failed?
Oh, is it trying to make /home/connie/anaconda/envs/_build_placehold_placehold_placehold_placehold_placeh/lib/libpython2.7.dylib
for some reason?
Perhaps ask on https://github.com/conda/conda-recipes/pull/310 for help if you can't figure it out quickly.
So I was able to get the python bindings to build by changing the line in build.sh to
-DPYTHON_LIBRARY=$PREFIX/lib/libpython$PY_VER.so
but now I also run into the same error as that other user:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/connie/anaconda/lib/python2.7/site-packages/pybel.py", line 72, in <module>
informats = _formatstodict(_obconv.GetSupportedInputFormat())
File "/home/connie/anaconda/lib/python2.7/site-packages/pybel.py", line 68, in _formatstodict
broken = [(x,y.strip()) for x,y in broken]
ValueError: need more than 1 value to unpack
I'll be commenting a bit more on the conda-recipes thread you mentioned.
This is the error log: