Skip to content

Instantly share code, notes, and snippets.

@cdeil
Created July 29, 2014 21:45
Show Gist options
  • Save cdeil/06109508ce883a084d08 to your computer and use it in GitHub Desktop.
Save cdeil/06109508ce883a084d08 to your computer and use it in GitHub Desktop.
------------------------------------------------------------
/Users/deil/software/anaconda/anaconda3/bin/pip run on Tue Jul 29 23:44:19 2014
Downloading/unpacking spectral-cube
Getting page https://pypi.python.org/simple/spectral-cube/
URLs to search for versions for spectral-cube:
* https://pypi.python.org/simple/spectral-cube/
Analyzing links from page https://pypi.python.org/simple/spectral-cube/
Found link https://pypi.python.org/packages/source/s/spectral-cube/spectral-cube-0.1.tar.gz#md5=c61a3ee88dec1b41ac1cca0def05f601 (from https://pypi.python.org/simple/spectral-cube/), version: 0.1
Downloading from URL https://pypi.python.org/packages/source/s/spectral-cube/spectral-cube-0.1.tar.gz#md5=c61a3ee88dec1b41ac1cca0def05f601 (from https://pypi.python.org/simple/spectral-cube/)
Running setup.py (path:/private/var/folders/sb/4qv5j4m90pz1rw7m70rj1b1r0000gn/T/pip_build_deil/spectral-cube/setup.py) egg_info for package spectral-cube
Reading https://pypi.python.org/simple/astropy-helpers/
The C compiler used to compile Python gcc-4.2, and
which is normally used to compile C extensions, is not
available. You can explicitly specify which compiler to
use by setting the CC environment variable, for example:
CC=gcc python setup.py <command>
or if you are using MacOS X, you can try:
CC=clang python setup.py <command>
Complete output from command python setup.py egg_info:
Reading https://pypi.python.org/simple/astropy-helpers/
The C compiler used to compile Python gcc-4.2, and
which is normally used to compile C extensions, is not
available. You can explicitly specify which compiler to
use by setting the CC environment variable, for example:
CC=gcc python setup.py <command>
or if you are using MacOS X, you can try:
CC=clang python setup.py <command>
----------------------------------------
Cleaning up...
Removing temporary dir /private/var/folders/sb/4qv5j4m90pz1rw7m70rj1b1r0000gn/T/pip_build_deil...
Command python setup.py egg_info failed with error code 1 in /private/var/folders/sb/4qv5j4m90pz1rw7m70rj1b1r0000gn/T/pip_build_deil/spectral-cube
Exception information:
Traceback (most recent call last):
File "/Users/deil/software/anaconda/anaconda3/lib/python3.4/site-packages/pip/basecommand.py", line 122, in main
status = self.run(options, args)
File "/Users/deil/software/anaconda/anaconda3/lib/python3.4/site-packages/pip/commands/install.py", line 278, in run
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
File "/Users/deil/software/anaconda/anaconda3/lib/python3.4/site-packages/pip/req.py", line 1229, in prepare_files
req_to_install.run_egg_info()
File "/Users/deil/software/anaconda/anaconda3/lib/python3.4/site-packages/pip/req.py", line 325, in run_egg_info
command_desc='python setup.py egg_info')
File "/Users/deil/software/anaconda/anaconda3/lib/python3.4/site-packages/pip/util.py", line 697, in call_subprocess
% (command_desc, proc.returncode, cwd))
pip.exceptions.InstallationError: Command python setup.py egg_info failed with error code 1 in /private/var/folders/sb/4qv5j4m90pz1rw7m70rj1b1r0000gn/T/pip_build_deil/spectral-cube
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment