[oakenshield:~/Downloads] thunter% which gcc
gcc: Command not found.
[oakenshield:~/Downloads] thunter% casa-pip install astropy
Downloading/unpacking astropy
Downloading astropy-0.3.1.tar.gz (6.2MB): 6.2MB downloaded
Running setup.py (path:/private/var/folders/1y/zcw33chs1_l_61x9n7zpdndr0003fj/T/pip_build_thunter/astropy/setup.py) egg_info for package astropy
The C compiler used to compile Python gcc, 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:
The C compiler used to compile Python gcc, 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...
Command python setup.py egg_info failed with error code 1 in /private/var/folders/1y/zcw33chs1_l_61x9n7zpdndr0003fj/T/pip_build_thunter/astropy
Storing debug log for failure in /Users/thunter/.pip/pip.log