>
> I'm trying to install the latest release of Nupic and pip install nupic
> gives me this error:

building 'fake-extension' extension

clang -bundle -undefined dynamic_lookup -L/usr/local/lib
-L/usr/local/opt/sqlite/lib
-Wno-error=unused-command-line-argument-hard-error-in-future -o
build/lib.macosx-10.9-x86_64-2.7/fake-extension.so

clang: error: no input files

error: command 'clang' failed with exit status 1


I have wheel installed. The error seems to be due to the fact that Python
builds modules using the same set of flags it was compiled with originally
but some of those apparently don't work with OS Mavericks, which is what
I'm working with. I tried some of the solutions here
<http://stackoverflow.com/questions/22697440/cc-failed-with-exit-status-1-error-when-install-python-library>without
success.


Anybody else run into this? Solutions?...


Mika

Reply via email to