Created
February 3, 2012 17:55
-
-
Save wookiehangover/1731399 to your computer and use it in GitHub Desktop.
pip install pyzmq D:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sam@batman:~/dev | |
% pip install pyzmq :( 1 12-02-03 - 10:50:16 | |
Downloading/unpacking pyzmq | |
Running setup.py egg_info for package pyzmq | |
Installing collected packages: pyzmq | |
Running setup.py install for pyzmq | |
****************************************** | |
Configure: Autodetecting ZMQ settings... | |
Custom ZMQ dir: None | |
/usr/bin/cc -fno-strict-aliasing -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Izmq/utils -Izmq/core -Izmq/devices -c detect/vers.c -o detect/vers.o | |
detect/vers.c:3:17: error: zmq.h: No such file or directory | |
Fatal: | |
Failed to compile ZMQ test program. Please check to make sure: | |
* You have a C compiler installed | |
* A development version of Python is installed (including header files) | |
* A development version of ZMQ >= 2.1.4 is installed (including header files) | |
* If ZMQ is not in a default location, supply the argument --zmq=<path> | |
* If you did recently install ZMQ to a default location, | |
try rebuilding the ld cache with `sudo ldconfig` | |
or specify zmq's location with `--zmq=/usr/local` | |
error: command '/usr/bin/cc' failed with exit status 1 | |
****************************************** | |
Complete output from command /Users/sam/Developer/Cellar/python/2.7.1/bin/python -c "import setuptools;__file__='/Users/sam/Developer/var/pip/build/pyzmq/setup.py';execfile(__file__)" install --single-version-externally-managed --record /var/folders/b9/j_yjgmkn5yb2q4zpbs_jtkp00000gn/T/pip-QCuiIe-record/install-record.txt: | |
running install | |
running build | |
running build_py | |
running build_ext | |
****************************************** | |
Configure: Autodetecting ZMQ settings... | |
Custom ZMQ dir: None | |
/usr/bin/cc -fno-strict-aliasing -O3 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Izmq/utils -Izmq/core -Izmq/devices -c detect/vers.c -o detect/vers.o | |
detect/vers.c:3:17: error: zmq.h: No such file or directory | |
Fatal: | |
Failed to compile ZMQ test program. Please check to make sure: | |
* You have a C compiler installed | |
* A development version of Python is installed (including header files) | |
* A development version of ZMQ >= 2.1.4 is installed (including header files) | |
* If ZMQ is not in a default location, supply the argument --zmq=<path> | |
* If you did recently install ZMQ to a default location, | |
try rebuilding the ld cache with `sudo ldconfig` | |
or specify zmq's location with `--zmq=/usr/local` | |
error: command '/usr/bin/cc' failed with exit status 1 | |
****************************************** | |
---------------------------------------- | |
Command /Users/sam/Developer/Cellar/python/2.7.1/bin/python -c "import setuptools;__file__='/Users/sam/Developer/var/pip/build/pyzmq/setup.py';execfile(__file__)" install --single-version-externally-managed --record /var/folders/b9/j_yjgmkn5yb2q4zpbs_jtkp00000gn/T/pip-QCuiIe-record/install-record.txt failed with error code 1 | |
Storing complete log in /Users/sam/Developer/var/pip/pip.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment