sciapp / gr

GR framework: a graphics library for visualisation applications
Other
329 stars 54 forks source link

cannot install on os x #45

Closed nilsbecker closed 6 years ago

nilsbecker commented 7 years ago

hi, i tried two methods as described on the home page:

conda install gr works but installs the old version 0.18. i then uninstalled that again. conda --version gives 4.3.25.

pip install gr. my pip is the one from anaconda since the paths are set up that way. however, this installation fails during build. here is a snippet of the output:

gcc -fno-strict-aliasing -I/Users/nbecker/Apps/anaconda/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -UHAVE_ZLIB -DGRDIR="lib/python2.7/site-packages/gr" -DNO_MUPDF=1 -I/usr/X11/include -I3rdparty/zlib -I/Users/nbecker/Apps/anaconda/include/python2.7 -c lib/gks/x11.c -o build/temp.macosx-10.6-x86_64-2.7/lib/gks/x11.o -I/Users/nbecker/Apps/anaconda/include/freetype2 -mmacosx-version-min=10.7
    In file included from lib/gks/x11.c:40:
    /usr/X11/include/X11/Intrinsic.h:1855:3: error: expected function body after function declarator
    ) _X_ATTRIBUTE_PRINTF(2,3);

and the output ends with

Command "/Users/nbecker/Apps/anaconda/bin/python -u -c "import setuptools, tokenize;__file__='/private/var/folders/bh/0mc1q9cn5ps48h60dygx_lhm00011n/T/pip-build-BSmWgo/gr/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /var/folders/bh/0mc1q9cn5ps48h60dygx_lhm00011n/T/pip-oU6sX6-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/var/folders/bh/0mc1q9cn5ps48h60dygx_lhm00011n/T/pip-build-BSmWgo/gr/

my gcc is this:

gcc --version
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/c++/4.2.1
Apple LLVM version 8.1.0 (clang-802.0.42)
Target: x86_64-apple-darwin16.7.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin

how can i install a recent version of gr on a current os x system?

nilsbecker commented 6 years ago

i forgot to mention: pip install gr fails as well, again with fatal errors coming from gcc.

in summary, currently NONE of the various install options works for me! could you please look into this?

jheinen commented 6 years ago

I could not reproduce the problem on macOS Sierra or High Sierra - the X development environment on your host is probably broken.

We will provide a Python wheel as soon as possible - this will make the installation much easier and faster. We did already similar thing for Julia and it works fine on all platforms.

As a temporary workaround, you can download http://gr-framework.org/downloads/gr-latest-Darwin-x86_64.tar.gz, extract it in your home directory and set the Python path, e.g.

tar -C ${HOME} -xf ~/Downloads/gr-latest-Darwin-x86_64.tar.gz
export GRDIR=${HOME}/gr
export PYTHONPATH=${PYTHONPATH}:${GRDIR}/lib/python
nilsbecker commented 6 years ago

thanks for your help. there may be something that's broken but i do use homebrew successfully with this setup; the latest xcode command line tools are installed. also, anaconda is installed.

just for reference, here is some of my environment

MANPATH=:/Users/nbecker/.opam/4.04.2+flambda/man
TERM_PROGRAM=iTerm.app
GSL_CBLAS_LIB=-L/usr/local/opt/openblas/lib/ -lopenblas
TERM=xterm-256color
SHELL=/bin/bash
CLICOLOR=1
TMPDIR=/var/folders/bh/0mc1q9cn5ps48h60dygx_lhm00011n/T/
PERL5LIB=/Users/nbecker/.opam/4.04.2+flambda/lib/perl5:
Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.vxeqGaRh35/Render
TERM_PROGRAM_VERSION=3.1.3
TERM_SESSION_ID=w1t0p0:ED55EE00-2ABF-491A-8A79-6889E86EED03
LC_ALL=en_US.UTF-8
OCAML_TOPLEVEL_PATH=/Users/nbecker/.opam/4.04.2+flambda/lib/toplevel
USER=nbecker
__CF_USER_TEXT_ENCODING=0x435:0x0:0x0
OPAMUTF8MSGS=1
OPAMKEEPBUILDDIR=true
PATH=/Users/nbecker/.rbenv/shims:/Users/nbecker/Apps/bin:/Users/nbecker/bin:/Users/nbecker/.opam/4.04.2+flambda/bin:/Users/nbecker/Apps/anaconda/bin:/usr/texbin:/usr/local/sbin:/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/ff++/mpich/3.46/bin:/usr/local/MacGPG2/bin:/Library/TeX/texbin:/Users/nbecker/Library/Android/sdk/platform-tools
MKL_NUM_THREADS=1
PWD=/Users/nbecker
EDITOR=/Users/nbecker/bin/mvim -v
LANG=en_US.UTF-8
IPYTHONDIR=/Users/nbecker/.config/ipython
ITERM_PROFILE=Default
XPC_FLAGS=0x0
RBENV_SHELL=bash
HISTIGNORE=&:[bf]g:exit
XPC_SERVICE_NAME=0
SHLVL=1
HOME=/Users/nbecker
COLORFGBG=7;0
PYTHONPATH=/usr/local/lib/python:
LOGNAME=nbecker
LC_CTYPE=UTF-8
OPAMJOBS=4
PKG_CONFIG_PATH=/opt/X11/lib/pkgconfig:/usr/X11/lib/pkgconfig
DISPLAY=/private/tmp/com.apple.launchd.aqRb78SbnV/org.macosforge.xquartz:0
COLORTERM=truecolor
_=/usr/bin/env
nilsbecker commented 6 years ago

oh, and the direct unzipping installation works! i'm looking forward to using gr!

jheinen commented 6 years ago

For Julia, we have a http-fallback for the download. On some (older) Linux systems, users complained about similar download problems - but, on macOS I never heard about certificate failures. For any reason, the CA bundle on your Mac seems to be out-of-date ...

Could you download the tar-file with curl or wget (using the secure way via https) ?

nilsbecker commented 6 years ago

sorry if there was a confusion: downloading the linked tar file works without problems; just the pip installation runs into this certificate error (described in the other issue).

no idea what's wrong. could it be that my anaconda installation is too old?

ah, now i get it: the question if i can use https at all... will try.

nilsbecker commented 6 years ago

curl https://gr-framework.org/downloads/gr-latest-Darwin-x86_64.tar.gz works, no problems.

jheinen commented 6 years ago

I suppose you are using Anaconda Python? Could you please test the Python download:

pip download https://gr-framework.org/downloads/gr-latest-Darwin-x86_64.tar.gz
jheinen commented 6 years ago

Anaconda's certifi package is probably out-of-date - or, you are using an older Anaconda version ...

nilsbecker commented 6 years ago

for the pip download i get

 pip download https://gr-framework.org/downloads/gr-latest-Darwin-x86_64.tar.gz
Collecting https://gr-framework.org/downloads/gr-latest-Darwin-x86_64.tar.gz
  Downloading https://gr-framework.org/downloads/gr-latest-Darwin-x86_64.tar.gz (22.1MB)
    100% |████████████████████████████████| 22.1MB 42kB/s
  Saved ./gr-latest-Darwin-x86_64.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
    IOError: [Errno 2] No such file or directory: '/private/var/folders/bh/0mc1q9cn5ps48h60dygx_lhm00011n/T/pip-2LaPqv-build/setup.py'

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/bh/0mc1q9cn5ps48h60dygx_lhm00011n/T/pip-2LaPqv-build/

so at least the download itself works

nilsbecker commented 6 years ago

i am having troubles again... basically the situation has actually deteriorated since last time, as i have no working current gr installation once more :(

i now have a fresh install of anaconda2. again i tried various ways of installing gr, without much success. still on OS X sierra.

pip install gr
python -c "import gr"

gives GR runtime not found.

i verified that pip is the one belonging to this anaconda2 installation, as well as python -- the path is set accordingly.

i also tried pip download https://gr-framework.org/downloads/gr-latest-Darwin-x86_64.tar.gz and this successfully downloads but then fails to find setup.py

IOError: [Errno 2] No such file or directory: '/private/var/folders/bh/0mc1q9cn5ps48h60dygx_lhm00011n/T/pip-6j9V7_-build/setup.py'
nilsbecker commented 6 years ago

next, i downloaded gr-latest-... manually and unpacked in ~/Apps/ so that it sits in ~/Apps/gr. i then pip uninstall gr in order to use only the directly downloaded version. i set the environment like this:

export GRDIR=$HOME/Apps/gr
export PYTHONPATH=$GRDIR/python:$PYTHONPATH
export PATH="/usr/local/opt/qt/bin:$PATH"

this lets me successfully locate gr from python, but still

python -c "import gr"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/Users/nbecker/Apps/gr/python/gr/__init__.py", line 2430, in <module>
    __gr = CDLL(_grLib)
  File "/Users/nbecker/Apps/anaconda2/lib/python2.7/ctypes/__init__.py", line 366, in __init__
    self._handle = _dlopen(self._name, mode)
OSError: dlopen(/Users/nbecker/Apps/gr/python/gr/../../libGR.so, 6): image not found

this may be a bug in where the DLL is searched? to my eye it seems like the last part of that path should be ../../lib/libGR.so based on what i see in the unzipped directory?

nilsbecker commented 6 years ago

finally, i reset the environment variables GRDIR, PYTHONPATH again. i then do conda install -c https://conda.anaconda.org/jheinen gr this succeeds but gives me an old version of gr (0.18). with this install, i can successfully do python -c 'import gr; gr.polyline([0, 1], [0, 1]); gr.updatews()' after i locate and open GKSTerm manually in order to accept the unidentified developer dialog. this older version is the only one that seems to work.

as a side note, GKS_WSTYPE=png python -c 'import gr; gr.polyline([0, 1], [0, 1]); gr.updatews()' fails with GKS: dlopen(/Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/lib/gsplugin.so, 1): image not found

FlorianRhiem commented 6 years ago

Hello Nils, first off, a quick clarification:

With the GR runtime downloaded from the tarball placed in $HOME/Apps/gr, you should be able to let the Python package use that runtime. $HOME/Apps/gr isn't in the list of search directories, so you will have to set the GRLIB environment variable.

export GRLIB=$HOME/Apps/gr/lib/
pip install gr
jheinen commented 6 years ago

Strange! I checked the installation on a fresh macOS system:

screen shot 2017-12-15 at 17 14 02

nilsbecker commented 6 years ago

@FlorianRhiem yes thanks. i think it's a great idea to separate the repositories and the packages. i downloaded the whole thing only because last time that was the only installation method that worked for me... but good to know that this will soon not be possible.

FlorianRhiem commented 6 years ago

Just to confirm, is everything working for you now?

The automated download of the GR runtime via HTTPS seems to fail on some systems, so we will switch to download via HTTP and verify the downloaded file's hash, in the hope that this will solve issues like yours in the future without requiring anything other than pip install gr.

jheinen commented 6 years ago

Ah, I remember. There is no error message, right?

nilsbecker commented 6 years ago

i tried now again by setting GRLIB as instructed (actually is this mentioned in the install docs somewhere?) i think the hardcoded list of preferred gr search directories is a bit problematic since i imagine many users would not tolerate a ~/gr directory.

anyway, i then did pip install and i can successfully import gr! however,

gr.polyline([0, 1], [0, 1]); gr.updatews()
GKS: file open error (/tmp/gr/fonts/gksfont.dat)
open: No such file or directory
2017-12-15 17:38:28.927 python[9361:34208416] Could not locate GKSTerm.app.
2017-12-15 17:38:28.928 python[9361:34208416] Launching GKSTerm failed.
nilsbecker commented 6 years ago

(to be clear the manually downloaded tarball ist still in place in ~/Apps/gr)

FlorianRhiem commented 6 years ago

Do you still have GRDIR exported? If not, please set it to $HOME/Apps/gr.

nilsbecker commented 6 years ago

yes, that was what was missing. success!

so out of curiosity, where does the auto-download try to put GR? will it always be necessary to set these variables?

nilsbecker commented 6 years ago

also please note that the https download succeeds for me! still the pure pip installation fails. as i commented above...

nilsbecker commented 6 years ago

specifically, as i wrote here:

i also tried pip download https://gr-framework.org/downloads/gr-latest-Darwin-x86_64.tar.gz and this successfully downloads but then fails to find setup.py

IOError: [Errno 2] No such file or directory: '/private/var/folders/bh/0mc1q9cn5ps48h60dygx_lhm00011n/T/pip-6j9V7_-build/setup.py'

anyway thanks for now, it's working currently!

FlorianRhiem commented 6 years ago

Great :)

The automatic download will install the files along with the python package. Usually, there is no need to set any environment variables at all.

The download is done using urlopen. What version of pip are you using? And do you have the wheel package installed?

nilsbecker commented 6 years ago

it's a fresh current anaconda. i get pip 9.0.1 . in python i can import wheel.

FlorianRhiem commented 6 years ago

Hm, thanks. I'm stumped on what might cause problems other than the download, but I would suggest that we leave it at that for today, since everything is working for you.

nilsbecker commented 6 years ago

i just tried; i import urlopen from urllib2 and when i type

 urlopen ("https://gr-framework.org/downloads/gr-latest-Darwin-x86_64.ta
    ...: r.gz")

i get no 404 error but some <addinfourl... object back. so that seems to be working.

nilsbecker commented 6 years ago

and if i do getcode() on the result i do get 200. so it seems it's not the download step in itself that fails.

nilsbecker commented 6 years ago

actually, on os x, having brew install gr would also be a viable option i think. (just for the non-python part)

FlorianRhiem commented 6 years ago

Okay, if the download works, the files get lost somewhere else along the way. Could you please pip uninstall gr, clear the environment variables and then do the following:

git clone https://github.com/sciapp/python-gr.git
cd python-gr
python setup.py sdist
python setup.py bdist_wheel
python setup.py install
ls -ahl dist
cd dist
unzip gr-*.whl
ls -ahl gr

Please post the complete output here. If one of the steps fails, stop and post the output until then.

nilsbecker commented 6 years ago

ok, i've done that and appended all the outputs into one file. log.txt

FlorianRhiem commented 6 years ago

Thank you! Everything looks correct, the libraries (e.g. libGR.so) are all there. Is it possible to import gr after installing it like this?

nilsbecker commented 6 years ago

@FlorianRhiem ok, so what i did now is uninstall the pip-installed version, unset the environment variables, run python setup.py install as above to be sure. i can then successfully import and run gr.

nilsbecker commented 6 years ago

so it seems the pip installation fails somewhere between the download and the install??

FlorianRhiem commented 6 years ago

Yes, though I'm not sure what could cause that. The next step would be to pip install the .tar.gz file in the dist folder created by python setup.py sdist. This is a step closer to pip install gr than python setup.py install, as we upload the source distribution to PyPI.


Also, what exactly does the output of pip install gr look like on your machine? Here's what it should look like, aside from paths and having numpy cached:

Collecting gr
  Downloading gr-1.0.1.tar.gz (73kB)
    100% |████████████████████████████████| 81kB 1.3MB/s 
Collecting numpy>=1.6 (from gr)
  Using cached numpy-1.13.3-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
Building wheels for collected packages: gr
  Running setup.py bdist_wheel for gr ... done
  Stored in directory: /Users/rhiem/Library/Caches/pip/wheels/84/a7/b0/023012c4fdf386b520f54a5fbc9fb56b065dc28aab7fe62569
Successfully built gr
Installing collected packages: numpy, gr
Successfully installed gr-1.0.1 numpy-1.13.3

There should be a brief delay during Running setup.py bdist_wheel for gr ... as the GR runtime is downloaded.

nilsbecker commented 6 years ago

to be sure: what is the initial state i need before i run pip install gr ? concerning environment vars, manual install from python-gr directory, manual download of gr tarball?

FlorianRhiem commented 6 years ago

For running pip install gr, no environment variables need to be set and nothing needs to be manually downloaded or installed.

nilsbecker commented 6 years ago

ok, but are already manually downloaded or installed artefacts a problem? (that's what i have right now)

FlorianRhiem commented 6 years ago

No, just make sure to pip uninstall gr and unset the environment variables.

nilsbecker commented 6 years ago

hmm this does not seem to download anything:

env -u GRDIR -u GRLIB pip install gr
Collecting gr
Requirement already satisfied: numpy>=1.6 in ./Apps/anaconda2/lib/python2.7/site-packages (from gr)
Installing collected packages: gr
Successfully installed gr-1.0.1

i did pip uninstall gr before nothing else

nilsbecker commented 6 years ago

weird? it looks as if the gr runtime was found nonetheless?

FlorianRhiem commented 6 years ago

Update: If the GR runtime is found, you can check which is found by doing the following:

>>> import gr
>>> print(gr.__gr)

that will return something like this: <CDLL '/private/tmp/env/lib/python2.7/site-packages/gr/libGR.so', handle 1005192a0 at 1020ac090> showing the path of libGR.so.


Judging by the output, pip does not seem to perform ANY build step. That would explain why the runtime isn't downloaded and installed along with the Python code, but of course it is highly unsatisfactory. I have no idea what might be causing pip to behave that way, but if that's the case, the two solutions I see are:

We do not upload wheels at the moment as we will not be able to provide them for Linux (the various distributions vary too greatly when it comes to using X11 and other libraries), but it should be doable to provide wheels for macOS. I will have to discuss that with the other developers and it probably will take some time due to the holidays.

I hope the python setup.py install solution is acceptable to you for now and thank you for all the testing!

nilsbecker commented 6 years ago

hi, so i did gr.__gr after the pip install gr step. i get <CDLL '/Users/nbecker/Apps/gr/lib/libGR.so', handle 7fd530426760 at 10c24cc50> indicating that the runtime is the one that i previously manually downloaded and unzipped.

however, this only works if i run python from an environment where GRLIB and GRDIR are set. if i instead run env -u GRLIB -u GRDIR python then indeed in cannot import gr

nilsbecker commented 6 years ago

so what's weird is that in the pip install step somehow even without working GR.. variables, no complaint about missing runtime was issued? could also be that i am doing something wrong.

FlorianRhiem commented 6 years ago

The availability of the GR runtime is checked when gr is being built, but that step does not seem to happen on your system at all. Without being built, the Python package cannot work correcty without additional "help" from the user, like manually setting up the GR runtime and the environment variables.

nilsbecker commented 6 years ago

i see. here is the output of pip install -v gr in case that helps (in the environment without GR variables)

Collecting gr
Requirement already satisfied: numpy>=1.6 in ./Apps/anaconda2/lib/python2.7/site-packages (from gr)
Installing collected packages: gr
Successfully installed gr-1.0.1
Collecting gr
  1 location(s) to search for versions of gr:
  * https://pypi.python.org/simple/gr/
  Getting page https://pypi.python.org/simple/gr/
  Looking up "https://pypi.python.org/simple/gr/" in the cache
  Current age based on date: 538
  Freshness lifetime from max-age: 600
  Freshness lifetime from request max-age: 600
  The response is "fresh", returning cached response
  600 > 538
  Analyzing links from page https://pypi.python.org/simple/gr/
    Found link https://pypi.python.org/packages/00/52/9415ca2cbe82cd538850669ff5a3a387c99fe4ba1439b7e2b12dcc2f0423/gr-0.22.0.tar.gz#md5=6ab0ef02584bcbd3ce7311cc2d5e18a4 (from https://pypi.python.org/simple/gr/), version: 0.22.0
    Found link https://pypi.python.org/packages/04/f7/4de0b8b8e149b292ef810f8451714a0f5268abae57250ed4c2b4c330c57f/gr-0.19.1.tar.gz#md5=aa7ee2f2ddc10bac33812945aa4c076f (from https://pypi.python.org/simple/gr/), version: 0.19.1
    Found link https://pypi.python.org/packages/05/c8/ed1a189116933e067d4833f746cf5da8ea33c79ca4ee483d8056f2db3654/gr-0.13.1.tar.gz#md5=7667ae0e6e5c4c357e92ead4513bfbb7 (from https://pypi.python.org/simple/gr/), version: 0.13.1
    Skipping link https://pypi.python.org/packages/08/5d/bda0a43760bcb4f25a6996f57dff752e57ecdaaf39b43c49e1b95bcc9a31/gr-0.13.1-cp27-none-win32.whl#md5=abb1e2f970a60ac6d161b0d02868c8c0 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Found link https://pypi.python.org/packages/0a/21/5503024133949217b7a1ea0676738c1a7461863d5111ad873b4daaf1319f/gr-0.18.0.tar.gz#md5=c1012b2bea710026cd0323249eb91bca (from https://pypi.python.org/simple/gr/), version: 0.18.0
    Skipping link https://pypi.python.org/packages/0e/d5/485727d54251fd0b5e269f9ed3c3c07eb1e381879fa521c7a30dfef96dd9/gr-0.22.0-cp27-none-win_amd64.whl#md5=fd61d9d19ded6afdccbeae1bb7b1ea54 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Skipping link https://pypi.python.org/packages/12/32/1b31f2bec4f7f228c85b62ba838e87275b112402e643ade01a2f95ddd42f/gr-0.13.1-cp27-none-macosx_10_4_x86_64.whl#md5=15d67fb3a5fe52e501e5c01e1f1e75b4 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Found link https://pypi.python.org/packages/13/7c/4df215b141435143a698f9106519a1153dd35028fed19846dcdd9f3ede14/gr-0.25.0.tar.gz#md5=96111b44e7f0fe5c6e17eecc8552c577 (from https://pypi.python.org/simple/gr/), version: 0.25.0
    Found link https://pypi.python.org/packages/16/bb/c1d65bd8aac3c448edd732f73356ccebfb645515c8259b239a6f4c139899/gr-0.14.1.tar.gz#md5=ef6e6225f244e7eaf98117f8153baf55 (from https://pypi.python.org/simple/gr/), version: 0.14.1
    Found link https://pypi.python.org/packages/18/ed/b91a6656d02b2f2769d52eb15b0926dc7fd0c802c02ba4b0525c7e145060/gr-0.17.3.tar.gz#md5=96e491648625ae179d54b87523326569 (from https://pypi.python.org/simple/gr/), version: 0.17.3
    Found link https://pypi.python.org/packages/1e/3b/8e8d10823259aee7b8fb835c017f172c970e21982a59a741c30e51326420/gr-0.7.1.tar.gz#md5=0de58d9e531740be90ac5893ce273d92 (from https://pypi.python.org/simple/gr/), version: 0.7.1
    Found link https://pypi.python.org/packages/22/2e/046d4299243e9c25966803b4d2a9f49b8b5b03b2643aa08b30a733229d4f/gr-0.13.0.tar.gz#md5=bce43042af6862d81b2d017fd3499b4b (from https://pypi.python.org/simple/gr/), version: 0.13.0
    Skipping link https://pypi.python.org/packages/26/16/83f4c85f76e72ddb88213384927349aea13e130573580cd79ba1e02394ce/gr-0.17.1-cp27-none-win_amd64.whl#md5=65a7c8a399383d1682e103048b89d686 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Skipping link https://pypi.python.org/packages/27/b7/ec4a43d259c54720d04b0de8114d3762368eeb5b8b8ebb5f4d1c82921fc7/gr-0.23.0-cp27-none-win_amd64.whl#md5=50a4c5684686f098c7d654e31feda5f4 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Skipping link https://pypi.python.org/packages/2a/a9/8a586b6a1801637f7285e7734065e7eab267106b7a61696eab6137d52a51/gr-0.20.0-cp27-none-win_amd64.whl#md5=69c281e8187fcc6ee16a40f7f006130d (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Skipping link https://pypi.python.org/packages/2b/58/2b98f9b22f861cdc08cdf2a59e917a838299d170e714430a32bd7c534a25/gr-0.14.1-cp27-none-macosx_10_4_x86_64.whl#md5=2c3a7fdeff714466cd080f9070349008 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Found link https://pypi.python.org/packages/33/aa/26092ee629322198545480a1aa19ecfd1686326b3b578c5c8cca4b6141ac/gr-0.6.2.tar.gz#md5=7147a7feba4253a99c177a398611d98d (from https://pypi.python.org/simple/gr/), version: 0.6.2
    Skipping link https://pypi.python.org/packages/3c/d8/7a1e37750ae3c1d0d8d4997580dfba89318d4128a3a10ea25894202cffc2/gr-0.19.1-cp27-none-win_amd64.whl#md5=021ce4a0bb5b6387bcf4c0a47b9903ab (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Found link https://pypi.python.org/packages/3f/dd/b1c9521b73e004acef623daf7485ff0a6f5961127a0f94f2b66a74c0ca3c/gr-0.20.0.tar.gz#md5=195aa3690a511ecd4c764487090c1110 (from https://pypi.python.org/simple/gr/), version: 0.20.0
    Skipping link https://pypi.python.org/packages/43/b3/fa2e60c49496c499d22e9fe5c6973638366e79cfe47df30b2737866850cb/gr-0.17.3-cp27-none-win_amd64.whl#md5=4ba1420991ee72bd2c02a02b1050f049 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Skipping link https://pypi.python.org/packages/48/b7/a43e64fb2c857e90cd9decb29be166d64b8fd155edce92057be1ab639257/gr-0.16.0-cp27-none-win32.whl#md5=aa9b81a7072f345fc7e1efc329d16d6c (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Found link https://pypi.python.org/packages/4c/f9/cca76a8c3404a7c7f0f762577c5bb20e50418b067483718fd6bc230dfac7/gr-0.8.0.tar.gz#md5=9ec6b57abf87479361e77ed26a4e00bf (from https://pypi.python.org/simple/gr/), version: 0.8.0
    Skipping link https://pypi.python.org/packages/53/89/313e1bba38daf4cbc85984aeb4811c61392177e90224c8a3b0a9ba4c7a98/gr-0.22.0-cp27-none-macosx_10_4_x86_64.whl#md5=d91821be7561df2a7506d2b7b172cbd8 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Skipping link https://pypi.python.org/packages/5f/4a/8b625df6f9aeb8eea6768e0d16a90eadc734ac4ef23bc649a1063d98ab81/gr-0.14.0-cp27-none-win32.whl#md5=b8b858bb1dca13f07eb03065531496cb (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Found link https://pypi.python.org/packages/60/b6/c51a82a7fe1603fca8ff021a002da9829c8fe9ea0337f8659cdc31ffc8f5/gr-0.17.1.tar.gz#md5=4a4b24e66e0f4386a2402b0cb6559a59 (from https://pypi.python.org/simple/gr/), version: 0.17.1
    Found link https://pypi.python.org/packages/61/e3/64de00af20ac18e815a724ac5ce494bd0bb6fa82d37785a7d34c9732ec9e/gr-0.26.0.tar.gz#md5=e5b14664c8ffe1171202666d1cd8b625 (from https://pypi.python.org/simple/gr/), version: 0.26.0
    Skipping link https://pypi.python.org/packages/63/53/dbc968aa5dfbdfa0ee5a3929ac57d04feac27da98b377b2adcc6e40fc027/gr-0.21.0-cp27-none-macosx_10_4_x86_64.whl#md5=ae5cc546a775f3c6ef5b332238a67f93 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Found link https://pypi.python.org/packages/65/32/8842949836cc7f8585e1ad7771c4c6308b4de09e1640f79924d21c52a149/gr-0.8.4.tar.gz#md5=5aa9604e822bdfb957d7d930c98ea2ef (from https://pypi.python.org/simple/gr/), version: 0.8.4
    Found link https://pypi.python.org/packages/68/e2/b2e05eecc487c4eef683bf9a12a91845bddadc50094017b384061c0e4a3b/gr-0.8.2.tar.gz#md5=865cac04ccfacddf9a423063cb84271b (from https://pypi.python.org/simple/gr/), version: 0.8.2
    Found link https://pypi.python.org/packages/69/c0/930c80869025231cfa98522d9a07364e0a71e038469ad175fe537645f48c/gr-0.16.0.tar.gz#md5=e42f88acaeb693deb74b8f7a1f71bfae (from https://pypi.python.org/simple/gr/), version: 0.16.0
    Skipping link https://pypi.python.org/packages/6f/d0/32e1706a68932cf8743267a6689f1aae5bcdc6644b15eff53622f568914a/gr-0.15.1-cp27-none-macosx_10_4_x86_64.whl#md5=2d011b37327482391db06cae771c67c0 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Skipping link https://pypi.python.org/packages/72/33/51207955d304a0f55ba6b6b3607aa6560c3d84de2229f7503f8861695a09/gr-0.14.1-cp27-none-win32.whl#md5=a6082b8b31861c84b87b9dd8068e5a6f (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Found link https://pypi.python.org/packages/74/bb/07733a7d1198dfb5be1fa23ae538aa13de59cf6ab8ea65970469b1196b22/gr-0.10.0.tar.gz#md5=a4fb1211df53f43b12ec1a1871aaccba (from https://pypi.python.org/simple/gr/), version: 0.10.0
    Skipping link https://pypi.python.org/packages/79/60/7e35ec2237f58335a92444d1cc7359b55f8aeed3bbb9e5da221380fff981/gr-0.16.0-cp27-none-macosx_10_4_x86_64.whl#md5=5e541547f2b4a211a7c34156e5d5acb0 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Found link https://pypi.python.org/packages/7e/b6/3c9ee745d42d2e4c4860e3bfdd6cb3c77af3b6527933f856a5643df9b952/gr-0.23.0.tar.gz#md5=efd1318f5562ba7eba34d81a249525f0 (from https://pypi.python.org/simple/gr/), version: 0.23.0
    Found link https://pypi.python.org/packages/80/d3/035233197bdfe28e1f658c0551555d16035fb55648c19118ac7988893f84/gr-1.0.0.tar.gz#md5=ed6cd9c3f7c28f5622f36245a157c6ea (from https://pypi.python.org/simple/gr/), version: 1.0.0
    Found link https://pypi.python.org/packages/86/08/70c25162767c7798267806a10225d15de34af98a794514615df1c173eb83/gr-0.23.1.tar.gz#md5=bdb1ea69c0975679e8cce2e17f12f614 (from https://pypi.python.org/simple/gr/), version: 0.23.1
    Found link https://pypi.python.org/packages/89/f8/f421f4e8c2932908cf3049e0880472a21e7cb62ae73d96a25c90aa359815/gr-1.0.1.tar.gz#md5=09e6eb945473bd12eeb08ae9eca8a6fe (from https://pypi.python.org/simple/gr/), version: 1.0.1
    Found link https://pypi.python.org/packages/8b/5a/7f516a812d74c4c77ef9b03ee50ede94d193a664324940604739e5d77c91/gr-0.17.2.tar.gz#md5=6eb9f90ab94bd9af7d4fd178b20a2ee2 (from https://pypi.python.org/simple/gr/), version: 0.17.2
    Skipping link https://pypi.python.org/packages/8c/7c/28e926e578374cd1e1c357e8db07aed8ceca3f68888d092ade8b5894f026/gr-0.17.2-cp27-none-macosx_10_4_x86_64.whl#md5=5a3f0590e8a6330d85689bd6eababe8d (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Found link https://pypi.python.org/packages/99/76/d8548af4744d5389b387dc0af7ecde4439854668e644e5c31deae191aac0/gr-0.9.1.tar.gz#md5=b4c1d975b54cc902b8ecb6a3ff5e959f (from https://pypi.python.org/simple/gr/), version: 0.9.1
    Found link https://pypi.python.org/packages/9a/f5/cc244c2964218a4d3fc2e80f46304c2532fadded165ba13af782afeb9969/gr-0.15.0.tar.gz#md5=4a9d1e50c2906da2eebea705e35abb33 (from https://pypi.python.org/simple/gr/), version: 0.15.0
    Skipping link https://pypi.python.org/packages/9f/b3/67b0458b18b455dd51529af28da7c8bc89a57704d7ccee71ad5f703152fc/gr-0.15.0-cp27-none-macosx_10_4_x86_64.whl#md5=91e6c9e75572bb17e424c0339fab438a (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Found link https://pypi.python.org/packages/a0/03/ec9faa736e95f271194d2d9bd3952cc05033769175fe4ea62f008d7d2127/gr-0.8.1.tar.gz#md5=a2f2616043aecbfbd9ef7d2842f87701 (from https://pypi.python.org/simple/gr/), version: 0.8.1
    Found link https://pypi.python.org/packages/a5/0e/22f50f750d6cbccd14b0524e87dc91d7a5d16e5f20a9f5e74916b96ea15f/gr-0.12.0.tar.gz#md5=8be4d8c3d2e26cd6231640477ec56d25 (from https://pypi.python.org/simple/gr/), version: 0.12.0
    Skipping link https://pypi.python.org/packages/a6/8d/5f4985cc39744d4a6241f271b16263ce790b9440232de2bd056dda6949fd/gr-0.15.0-cp27-none-win32.whl#md5=332b474743edb48c9ff91c277bad7616 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Found link https://pypi.python.org/packages/a7/89/4a8d6dc5efe987b561f5db0e58d6ebda02b5e249a2e3c3734cc833a7db7c/gr-0.7.0.tar.gz#md5=e44514d3544fbf961a52488b979af7e7 (from https://pypi.python.org/simple/gr/), version: 0.7.0
    Skipping link https://pypi.python.org/packages/ad/28/7f6d7300f807756faabff82665da058dce0dbbf75fdeb0eb0b8510dec7f1/gr-0.20.0-cp27-none-macosx_10_4_x86_64.whl#md5=fb0bad599d89a1893785b96f736e94f8 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Skipping link https://pypi.python.org/packages/af/ee/74c17db6a41f6070c9a376ddb7c7c3b58822dbc35c684de700aa2a87dfb3/gr-0.18.0-cp27-none-macosx_10_4_x86_64.whl#md5=d5ffe117dcdda574963ea3ef30101275 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Skipping link https://pypi.python.org/packages/b2/d4/316d5a10cdb81195702195fd43a1945233584973ae1a381f38db33884d6e/gr-0.17.2-cp27-none-win_amd64.whl#md5=e0cbff900e9fe63ed9ef89233e2546cf (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Skipping link https://pypi.python.org/packages/b2/ff/742d3b2746f6c4c69489964c156d0c0fb6216178664b65fbddfa3d651eb1/gr-0.21.0-cp27-none-win_amd64.whl#md5=ed02e4d0964d66f444897759a42fe245 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Skipping link https://pypi.python.org/packages/ba/21/8a085693307ee68371b23c53f31a60f326e5b9a14bd13f0a0c871a823890/gr-0.14.0-cp27-none-macosx_10_4_x86_64.whl#md5=76cb103a283564990f0c0410249b1ee2 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Found link https://pypi.python.org/packages/c2/1f/8ad531c6f4035254210400924d3e1bbcb6a9ac82cf411764b96c763e20c8/gr-0.15.1.tar.gz#md5=2f42cf5f563a0c46db82d02857c9186c (from https://pypi.python.org/simple/gr/), version: 0.15.1
    Found link https://pypi.python.org/packages/c3/bb/763cbe6b906dc26667223de6db11f4490a89f320728e300ecd9f181f52bb/gr-0.24.0.tar.gz#md5=fdeac4ed5b4798c516881ee482e2f15f (from https://pypi.python.org/simple/gr/), version: 0.24.0
    Skipping link https://pypi.python.org/packages/cf/6a/ee010b37f0ac5d7aeb6abd9a116fa54bba634acf8f11e058e6d7b15afcc1/gr-0.17.3-cp27-none-macosx_10_4_x86_64.whl#md5=cd13c438fe16dd784765fefcef04da55 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Skipping link https://pypi.python.org/packages/d1/27/bbe22b139c27ee60c22e2f8d8e34183a49992adf9fd34e07f2081425c4d6/gr-0.19.1-cp27-none-macosx_10_4_x86_64.whl#md5=5e3dd03a645cc06fe990c0a4961e512e (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Found link https://pypi.python.org/packages/d5/40/c02beb82a7b311e256e0e7f1144e4075e9f4c5ce33762afb3f4ee30dfcc0/gr-0.21.0.tar.gz#md5=574eeb7f3e65346de464667e23f05201 (from https://pypi.python.org/simple/gr/), version: 0.21.0
    Skipping link https://pypi.python.org/packages/dd/00/30ce8c98599e31a1a5ac4b14cf6a38dd3559ce87c4a91b93e23fa1d563ce/gr-0.17.1-cp27-none-macosx_10_4_x86_64.whl#md5=b5d1505e853af2ce4e39d85a9d35c276 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Found link https://pypi.python.org/packages/e1/8c/b7d011fd61df06220f5c2c4caae29376da3351f18251d50108dc6c126cec/gr-0.14.0.tar.gz#md5=2564c2b252195f6f908da48dca42d859 (from https://pypi.python.org/simple/gr/), version: 0.14.0
    Skipping link https://pypi.python.org/packages/e5/19/a9ac0e2fb876f8a0d7218ebcdc4f14db739610418127951700e156e04e0d/gr-0.18.0-cp27-none-win_amd64.whl#md5=4f0bfc575b1ea2354d43a64635e3c953 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Found link https://pypi.python.org/packages/f5/8e/68f9f5655ef518e17a99faf0dcf35f5d6547f46d787c59a62613c9769449/gr-0.11.0.tar.gz#md5=dacbe06808caa375799b56947d65976a (from https://pypi.python.org/simple/gr/), version: 0.11.0
    Skipping link https://pypi.python.org/packages/fd/f6/ccc3db1c6314c928caa151c92dc12db75828af18141991f330cc7951314b/gr-0.23.0-cp27-none-macosx_10_4_x86_64.whl#md5=e3275891106154d1883542d66518c964 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Found link https://pypi.python.org/packages/fe/7a/09e7a23460e39dc18fb6feb906d4ed2cea195221a75b88a9699180d3aa6b/gr-0.19.0.tar.gz#md5=f32f2bffbe6efe0d720fb12f8ae02b46 (from https://pypi.python.org/simple/gr/), version: 0.19.0
  Using version 1.0.1 (newest of versions: 0.6.2, 0.7.0, 0.7.1, 0.8.0, 0.8.1, 0.8.2, 0.8.4, 0.9.1, 0.10.0, 0.11.0, 0.12.0, 0.13.0, 0.13.1, 0.14.0, 0.14.1, 0.15.0, 0.15.1, 0.16.0, 0.17.1, 0.17.2, 0.17.3, 0.18.0, 0.19.0, 0.19.1, 0.20.0, 0.21.0, 0.22.0, 0.23.0, 0.23.1, 0.24.0, 0.25.0, 0.26.0, 1.0.0, 1.0.1)
  Using cached wheel link: file:///Users/nbecker/Library/Caches/pip/wheels/84/a7/b0/023012c4fdf386b520f54a5fbc9fb56b065dc28aab7fe62569/gr-1.0.1-cp27-none-any.whl
Requirement already satisfied: numpy>=1.6 in ./Apps/anaconda2/lib/python2.7/site-packages (from gr)
Installing collected packages: gr

Successfully installed gr-1.0.1
Cleaning up...
nilsbecker commented 6 years ago

there is some cached wheel it seems?! should i delete that to try again? how?

FlorianRhiem commented 6 years ago

Ah, that does help! So pip seems to have cached a non-functioning wheel of gr and skips the build step because of that. Please try pip install -v --no-cache-dir gr to run pip without the cache.

nilsbecker commented 6 years ago

ok! did that.

Collecting gr
Requirement already satisfied: numpy>=1.6 in ./Apps/anaconda2/lib/python2.7/site-packages (from gr)
Installing collected packages: gr
Successfully installed gr-1.0.1
Collecting gr
  1 location(s) to search for versions of gr:
  * https://pypi.python.org/simple/gr/
  Getting page https://pypi.python.org/simple/gr/
  Looking up "https://pypi.python.org/simple/gr/" in the cache
  Current age based on date: 538
  Freshness lifetime from max-age: 600
  Freshness lifetime from request max-age: 600
  The response is "fresh", returning cached response
  600 > 538
  Analyzing links from page https://pypi.python.org/simple/gr/
    Found link https://pypi.python.org/packages/00/52/9415ca2cbe82cd538850669ff5a3a387c99fe4ba1439b7e2b12dcc2f0423/gr-0.22.0.tar.gz#md5=6ab0ef02584bcbd3ce7311cc2d5e18a4 (from https://pypi.python.org/simple/gr/), version: 0.22.0
    Found link https://pypi.python.org/packages/04/f7/4de0b8b8e149b292ef810f8451714a0f5268abae57250ed4c2b4c330c57f/gr-0.19.1.tar.gz#md5=aa7ee2f2ddc10bac33812945aa4c076f (from https://pypi.python.org/simple/gr/), version: 0.19.1
    Found link https://pypi.python.org/packages/05/c8/ed1a189116933e067d4833f746cf5da8ea33c79ca4ee483d8056f2db3654/gr-0.13.1.tar.gz#md5=7667ae0e6e5c4c357e92ead4513bfbb7 (from https://pypi.python.org/simple/gr/), version: 0.13.1
    Skipping link https://pypi.python.org/packages/08/5d/bda0a43760bcb4f25a6996f57dff752e57ecdaaf39b43c49e1b95bcc9a31/gr-0.13.1-cp27-none-win32.whl#md5=abb1e2f970a60ac6d161b0d02868c8c0 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Found link https://pypi.python.org/packages/0a/21/5503024133949217b7a1ea0676738c1a7461863d5111ad873b4daaf1319f/gr-0.18.0.tar.gz#md5=c1012b2bea710026cd0323249eb91bca (from https://pypi.python.org/simple/gr/), version: 0.18.0
    Skipping link https://pypi.python.org/packages/0e/d5/485727d54251fd0b5e269f9ed3c3c07eb1e381879fa521c7a30dfef96dd9/gr-0.22.0-cp27-none-win_amd64.whl#md5=fd61d9d19ded6afdccbeae1bb7b1ea54 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Skipping link https://pypi.python.org/packages/12/32/1b31f2bec4f7f228c85b62ba838e87275b112402e643ade01a2f95ddd42f/gr-0.13.1-cp27-none-macosx_10_4_x86_64.whl#md5=15d67fb3a5fe52e501e5c01e1f1e75b4 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Found link https://pypi.python.org/packages/13/7c/4df215b141435143a698f9106519a1153dd35028fed19846dcdd9f3ede14/gr-0.25.0.tar.gz#md5=96111b44e7f0fe5c6e17eecc8552c577 (from https://pypi.python.org/simple/gr/), version: 0.25.0
    Found link https://pypi.python.org/packages/16/bb/c1d65bd8aac3c448edd732f73356ccebfb645515c8259b239a6f4c139899/gr-0.14.1.tar.gz#md5=ef6e6225f244e7eaf98117f8153baf55 (from https://pypi.python.org/simple/gr/), version: 0.14.1
    Found link https://pypi.python.org/packages/18/ed/b91a6656d02b2f2769d52eb15b0926dc7fd0c802c02ba4b0525c7e145060/gr-0.17.3.tar.gz#md5=96e491648625ae179d54b87523326569 (from https://pypi.python.org/simple/gr/), version: 0.17.3
    Found link https://pypi.python.org/packages/1e/3b/8e8d10823259aee7b8fb835c017f172c970e21982a59a741c30e51326420/gr-0.7.1.tar.gz#md5=0de58d9e531740be90ac5893ce273d92 (from https://pypi.python.org/simple/gr/), version: 0.7.1
    Found link https://pypi.python.org/packages/22/2e/046d4299243e9c25966803b4d2a9f49b8b5b03b2643aa08b30a733229d4f/gr-0.13.0.tar.gz#md5=bce43042af6862d81b2d017fd3499b4b (from https://pypi.python.org/simple/gr/), version: 0.13.0
    Skipping link https://pypi.python.org/packages/26/16/83f4c85f76e72ddb88213384927349aea13e130573580cd79ba1e02394ce/gr-0.17.1-cp27-none-win_amd64.whl#md5=65a7c8a399383d1682e103048b89d686 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Skipping link https://pypi.python.org/packages/27/b7/ec4a43d259c54720d04b0de8114d3762368eeb5b8b8ebb5f4d1c82921fc7/gr-0.23.0-cp27-none-win_amd64.whl#md5=50a4c5684686f098c7d654e31feda5f4 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Skipping link https://pypi.python.org/packages/2a/a9/8a586b6a1801637f7285e7734065e7eab267106b7a61696eab6137d52a51/gr-0.20.0-cp27-none-win_amd64.whl#md5=69c281e8187fcc6ee16a40f7f006130d (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Skipping link https://pypi.python.org/packages/2b/58/2b98f9b22f861cdc08cdf2a59e917a838299d170e714430a32bd7c534a25/gr-0.14.1-cp27-none-macosx_10_4_x86_64.whl#md5=2c3a7fdeff714466cd080f9070349008 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Found link https://pypi.python.org/packages/33/aa/26092ee629322198545480a1aa19ecfd1686326b3b578c5c8cca4b6141ac/gr-0.6.2.tar.gz#md5=7147a7feba4253a99c177a398611d98d (from https://pypi.python.org/simple/gr/), version: 0.6.2
    Skipping link https://pypi.python.org/packages/3c/d8/7a1e37750ae3c1d0d8d4997580dfba89318d4128a3a10ea25894202cffc2/gr-0.19.1-cp27-none-win_amd64.whl#md5=021ce4a0bb5b6387bcf4c0a47b9903ab (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Found link https://pypi.python.org/packages/3f/dd/b1c9521b73e004acef623daf7485ff0a6f5961127a0f94f2b66a74c0ca3c/gr-0.20.0.tar.gz#md5=195aa3690a511ecd4c764487090c1110 (from https://pypi.python.org/simple/gr/), version: 0.20.0
    Skipping link https://pypi.python.org/packages/43/b3/fa2e60c49496c499d22e9fe5c6973638366e79cfe47df30b2737866850cb/gr-0.17.3-cp27-none-win_amd64.whl#md5=4ba1420991ee72bd2c02a02b1050f049 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Skipping link https://pypi.python.org/packages/48/b7/a43e64fb2c857e90cd9decb29be166d64b8fd155edce92057be1ab639257/gr-0.16.0-cp27-none-win32.whl#md5=aa9b81a7072f345fc7e1efc329d16d6c (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Found link https://pypi.python.org/packages/4c/f9/cca76a8c3404a7c7f0f762577c5bb20e50418b067483718fd6bc230dfac7/gr-0.8.0.tar.gz#md5=9ec6b57abf87479361e77ed26a4e00bf (from https://pypi.python.org/simple/gr/), version: 0.8.0
    Skipping link https://pypi.python.org/packages/53/89/313e1bba38daf4cbc85984aeb4811c61392177e90224c8a3b0a9ba4c7a98/gr-0.22.0-cp27-none-macosx_10_4_x86_64.whl#md5=d91821be7561df2a7506d2b7b172cbd8 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Skipping link https://pypi.python.org/packages/5f/4a/8b625df6f9aeb8eea6768e0d16a90eadc734ac4ef23bc649a1063d98ab81/gr-0.14.0-cp27-none-win32.whl#md5=b8b858bb1dca13f07eb03065531496cb (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Found link https://pypi.python.org/packages/60/b6/c51a82a7fe1603fca8ff021a002da9829c8fe9ea0337f8659cdc31ffc8f5/gr-0.17.1.tar.gz#md5=4a4b24e66e0f4386a2402b0cb6559a59 (from https://pypi.python.org/simple/gr/), version: 0.17.1
    Found link https://pypi.python.org/packages/61/e3/64de00af20ac18e815a724ac5ce494bd0bb6fa82d37785a7d34c9732ec9e/gr-0.26.0.tar.gz#md5=e5b14664c8ffe1171202666d1cd8b625 (from https://pypi.python.org/simple/gr/), version: 0.26.0
    Skipping link https://pypi.python.org/packages/63/53/dbc968aa5dfbdfa0ee5a3929ac57d04feac27da98b377b2adcc6e40fc027/gr-0.21.0-cp27-none-macosx_10_4_x86_64.whl#md5=ae5cc546a775f3c6ef5b332238a67f93 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Found link https://pypi.python.org/packages/65/32/8842949836cc7f8585e1ad7771c4c6308b4de09e1640f79924d21c52a149/gr-0.8.4.tar.gz#md5=5aa9604e822bdfb957d7d930c98ea2ef (from https://pypi.python.org/simple/gr/), version: 0.8.4
    Found link https://pypi.python.org/packages/68/e2/b2e05eecc487c4eef683bf9a12a91845bddadc50094017b384061c0e4a3b/gr-0.8.2.tar.gz#md5=865cac04ccfacddf9a423063cb84271b (from https://pypi.python.org/simple/gr/), version: 0.8.2
    Found link https://pypi.python.org/packages/69/c0/930c80869025231cfa98522d9a07364e0a71e038469ad175fe537645f48c/gr-0.16.0.tar.gz#md5=e42f88acaeb693deb74b8f7a1f71bfae (from https://pypi.python.org/simple/gr/), version: 0.16.0
    Skipping link https://pypi.python.org/packages/6f/d0/32e1706a68932cf8743267a6689f1aae5bcdc6644b15eff53622f568914a/gr-0.15.1-cp27-none-macosx_10_4_x86_64.whl#md5=2d011b37327482391db06cae771c67c0 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Skipping link https://pypi.python.org/packages/72/33/51207955d304a0f55ba6b6b3607aa6560c3d84de2229f7503f8861695a09/gr-0.14.1-cp27-none-win32.whl#md5=a6082b8b31861c84b87b9dd8068e5a6f (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Found link https://pypi.python.org/packages/74/bb/07733a7d1198dfb5be1fa23ae538aa13de59cf6ab8ea65970469b1196b22/gr-0.10.0.tar.gz#md5=a4fb1211df53f43b12ec1a1871aaccba (from https://pypi.python.org/simple/gr/), version: 0.10.0
    Skipping link https://pypi.python.org/packages/79/60/7e35ec2237f58335a92444d1cc7359b55f8aeed3bbb9e5da221380fff981/gr-0.16.0-cp27-none-macosx_10_4_x86_64.whl#md5=5e541547f2b4a211a7c34156e5d5acb0 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Found link https://pypi.python.org/packages/7e/b6/3c9ee745d42d2e4c4860e3bfdd6cb3c77af3b6527933f856a5643df9b952/gr-0.23.0.tar.gz#md5=efd1318f5562ba7eba34d81a249525f0 (from https://pypi.python.org/simple/gr/), version: 0.23.0
    Found link https://pypi.python.org/packages/80/d3/035233197bdfe28e1f658c0551555d16035fb55648c19118ac7988893f84/gr-1.0.0.tar.gz#md5=ed6cd9c3f7c28f5622f36245a157c6ea (from https://pypi.python.org/simple/gr/), version: 1.0.0
    Found link https://pypi.python.org/packages/86/08/70c25162767c7798267806a10225d15de34af98a794514615df1c173eb83/gr-0.23.1.tar.gz#md5=bdb1ea69c0975679e8cce2e17f12f614 (from https://pypi.python.org/simple/gr/), version: 0.23.1
    Found link https://pypi.python.org/packages/89/f8/f421f4e8c2932908cf3049e0880472a21e7cb62ae73d96a25c90aa359815/gr-1.0.1.tar.gz#md5=09e6eb945473bd12eeb08ae9eca8a6fe (from https://pypi.python.org/simple/gr/), version: 1.0.1
    Found link https://pypi.python.org/packages/8b/5a/7f516a812d74c4c77ef9b03ee50ede94d193a664324940604739e5d77c91/gr-0.17.2.tar.gz#md5=6eb9f90ab94bd9af7d4fd178b20a2ee2 (from https://pypi.python.org/simple/gr/), version: 0.17.2
    Skipping link https://pypi.python.org/packages/8c/7c/28e926e578374cd1e1c357e8db07aed8ceca3f68888d092ade8b5894f026/gr-0.17.2-cp27-none-macosx_10_4_x86_64.whl#md5=5a3f0590e8a6330d85689bd6eababe8d (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Found link https://pypi.python.org/packages/99/76/d8548af4744d5389b387dc0af7ecde4439854668e644e5c31deae191aac0/gr-0.9.1.tar.gz#md5=b4c1d975b54cc902b8ecb6a3ff5e959f (from https://pypi.python.org/simple/gr/), version: 0.9.1
    Found link https://pypi.python.org/packages/9a/f5/cc244c2964218a4d3fc2e80f46304c2532fadded165ba13af782afeb9969/gr-0.15.0.tar.gz#md5=4a9d1e50c2906da2eebea705e35abb33 (from https://pypi.python.org/simple/gr/), version: 0.15.0
    Skipping link https://pypi.python.org/packages/9f/b3/67b0458b18b455dd51529af28da7c8bc89a57704d7ccee71ad5f703152fc/gr-0.15.0-cp27-none-macosx_10_4_x86_64.whl#md5=91e6c9e75572bb17e424c0339fab438a (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Found link https://pypi.python.org/packages/a0/03/ec9faa736e95f271194d2d9bd3952cc05033769175fe4ea62f008d7d2127/gr-0.8.1.tar.gz#md5=a2f2616043aecbfbd9ef7d2842f87701 (from https://pypi.python.org/simple/gr/), version: 0.8.1
    Found link https://pypi.python.org/packages/a5/0e/22f50f750d6cbccd14b0524e87dc91d7a5d16e5f20a9f5e74916b96ea15f/gr-0.12.0.tar.gz#md5=8be4d8c3d2e26cd6231640477ec56d25 (from https://pypi.python.org/simple/gr/), version: 0.12.0
    Skipping link https://pypi.python.org/packages/a6/8d/5f4985cc39744d4a6241f271b16263ce790b9440232de2bd056dda6949fd/gr-0.15.0-cp27-none-win32.whl#md5=332b474743edb48c9ff91c277bad7616 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Found link https://pypi.python.org/packages/a7/89/4a8d6dc5efe987b561f5db0e58d6ebda02b5e249a2e3c3734cc833a7db7c/gr-0.7.0.tar.gz#md5=e44514d3544fbf961a52488b979af7e7 (from https://pypi.python.org/simple/gr/), version: 0.7.0
    Skipping link https://pypi.python.org/packages/ad/28/7f6d7300f807756faabff82665da058dce0dbbf75fdeb0eb0b8510dec7f1/gr-0.20.0-cp27-none-macosx_10_4_x86_64.whl#md5=fb0bad599d89a1893785b96f736e94f8 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Skipping link https://pypi.python.org/packages/af/ee/74c17db6a41f6070c9a376ddb7c7c3b58822dbc35c684de700aa2a87dfb3/gr-0.18.0-cp27-none-macosx_10_4_x86_64.whl#md5=d5ffe117dcdda574963ea3ef30101275 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Skipping link https://pypi.python.org/packages/b2/d4/316d5a10cdb81195702195fd43a1945233584973ae1a381f38db33884d6e/gr-0.17.2-cp27-none-win_amd64.whl#md5=e0cbff900e9fe63ed9ef89233e2546cf (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Skipping link https://pypi.python.org/packages/b2/ff/742d3b2746f6c4c69489964c156d0c0fb6216178664b65fbddfa3d651eb1/gr-0.21.0-cp27-none-win_amd64.whl#md5=ed02e4d0964d66f444897759a42fe245 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Skipping link https://pypi.python.org/packages/ba/21/8a085693307ee68371b23c53f31a60f326e5b9a14bd13f0a0c871a823890/gr-0.14.0-cp27-none-macosx_10_4_x86_64.whl#md5=76cb103a283564990f0c0410249b1ee2 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Found link https://pypi.python.org/packages/c2/1f/8ad531c6f4035254210400924d3e1bbcb6a9ac82cf411764b96c763e20c8/gr-0.15.1.tar.gz#md5=2f42cf5f563a0c46db82d02857c9186c (from https://pypi.python.org/simple/gr/), version: 0.15.1
    Found link https://pypi.python.org/packages/c3/bb/763cbe6b906dc26667223de6db11f4490a89f320728e300ecd9f181f52bb/gr-0.24.0.tar.gz#md5=fdeac4ed5b4798c516881ee482e2f15f (from https://pypi.python.org/simple/gr/), version: 0.24.0
    Skipping link https://pypi.python.org/packages/cf/6a/ee010b37f0ac5d7aeb6abd9a116fa54bba634acf8f11e058e6d7b15afcc1/gr-0.17.3-cp27-none-macosx_10_4_x86_64.whl#md5=cd13c438fe16dd784765fefcef04da55 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Skipping link https://pypi.python.org/packages/d1/27/bbe22b139c27ee60c22e2f8d8e34183a49992adf9fd34e07f2081425c4d6/gr-0.19.1-cp27-none-macosx_10_4_x86_64.whl#md5=5e3dd03a645cc06fe990c0a4961e512e (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Found link https://pypi.python.org/packages/d5/40/c02beb82a7b311e256e0e7f1144e4075e9f4c5ce33762afb3f4ee30dfcc0/gr-0.21.0.tar.gz#md5=574eeb7f3e65346de464667e23f05201 (from https://pypi.python.org/simple/gr/), version: 0.21.0
    Skipping link https://pypi.python.org/packages/dd/00/30ce8c98599e31a1a5ac4b14cf6a38dd3559ce87c4a91b93e23fa1d563ce/gr-0.17.1-cp27-none-macosx_10_4_x86_64.whl#md5=b5d1505e853af2ce4e39d85a9d35c276 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Found link https://pypi.python.org/packages/e1/8c/b7d011fd61df06220f5c2c4caae29376da3351f18251d50108dc6c126cec/gr-0.14.0.tar.gz#md5=2564c2b252195f6f908da48dca42d859 (from https://pypi.python.org/simple/gr/), version: 0.14.0
    Skipping link https://pypi.python.org/packages/e5/19/a9ac0e2fb876f8a0d7218ebcdc4f14db739610418127951700e156e04e0d/gr-0.18.0-cp27-none-win_amd64.whl#md5=4f0bfc575b1ea2354d43a64635e3c953 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Found link https://pypi.python.org/packages/f5/8e/68f9f5655ef518e17a99faf0dcf35f5d6547f46d787c59a62613c9769449/gr-0.11.0.tar.gz#md5=dacbe06808caa375799b56947d65976a (from https://pypi.python.org/simple/gr/), version: 0.11.0
    Skipping link https://pypi.python.org/packages/fd/f6/ccc3db1c6314c928caa151c92dc12db75828af18141991f330cc7951314b/gr-0.23.0-cp27-none-macosx_10_4_x86_64.whl#md5=e3275891106154d1883542d66518c964 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Found link https://pypi.python.org/packages/fe/7a/09e7a23460e39dc18fb6feb906d4ed2cea195221a75b88a9699180d3aa6b/gr-0.19.0.tar.gz#md5=f32f2bffbe6efe0d720fb12f8ae02b46 (from https://pypi.python.org/simple/gr/), version: 0.19.0
  Using version 1.0.1 (newest of versions: 0.6.2, 0.7.0, 0.7.1, 0.8.0, 0.8.1, 0.8.2, 0.8.4, 0.9.1, 0.10.0, 0.11.0, 0.12.0, 0.13.0, 0.13.1, 0.14.0, 0.14.1, 0.15.0, 0.15.1, 0.16.0, 0.17.1, 0.17.2, 0.17.3, 0.18.0, 0.19.0, 0.19.1, 0.20.0, 0.21.0, 0.22.0, 0.23.0, 0.23.1, 0.24.0, 0.25.0, 0.26.0, 1.0.0, 1.0.1)
  Using cached wheel link: file:///Users/nbecker/Library/Caches/pip/wheels/84/a7/b0/023012c4fdf386b520f54a5fbc9fb56b065dc28aab7fe62569/gr-1.0.1-cp27-none-any.whl
Requirement already satisfied: numpy>=1.6 in ./Apps/anaconda2/lib/python2.7/site-packages (from gr)
Installing collected packages: gr

Successfully installed gr-1.0.1
Cleaning up...
Collecting gr
  1 location(s) to search for versions of gr:
  * https://pypi.python.org/simple/gr/
  Getting page https://pypi.python.org/simple/gr/
  Starting new HTTPS connection (1): pypi.python.org
  "GET /simple/gr/ HTTP/1.1" 200 4644
  Analyzing links from page https://pypi.python.org/simple/gr/
    Found link https://pypi.python.org/packages/00/52/9415ca2cbe82cd538850669ff5a3a387c99fe4ba1439b7e2b12dcc2f0423/gr-0.22.0.tar.gz#md5=6ab0ef02584bcbd3ce7311cc2d5e18a4 (from https://pypi.python.org/simple/gr/), version: 0.22.0
    Found link https://pypi.python.org/packages/04/f7/4de0b8b8e149b292ef810f8451714a0f5268abae57250ed4c2b4c330c57f/gr-0.19.1.tar.gz#md5=aa7ee2f2ddc10bac33812945aa4c076f (from https://pypi.python.org/simple/gr/), version: 0.19.1
    Found link https://pypi.python.org/packages/05/c8/ed1a189116933e067d4833f746cf5da8ea33c79ca4ee483d8056f2db3654/gr-0.13.1.tar.gz#md5=7667ae0e6e5c4c357e92ead4513bfbb7 (from https://pypi.python.org/simple/gr/), version: 0.13.1
    Skipping link https://pypi.python.org/packages/08/5d/bda0a43760bcb4f25a6996f57dff752e57ecdaaf39b43c49e1b95bcc9a31/gr-0.13.1-cp27-none-win32.whl#md5=abb1e2f970a60ac6d161b0d02868c8c0 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Found link https://pypi.python.org/packages/0a/21/5503024133949217b7a1ea0676738c1a7461863d5111ad873b4daaf1319f/gr-0.18.0.tar.gz#md5=c1012b2bea710026cd0323249eb91bca (from https://pypi.python.org/simple/gr/), version: 0.18.0
    Skipping link https://pypi.python.org/packages/0e/d5/485727d54251fd0b5e269f9ed3c3c07eb1e381879fa521c7a30dfef96dd9/gr-0.22.0-cp27-none-win_amd64.whl#md5=fd61d9d19ded6afdccbeae1bb7b1ea54 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Skipping link https://pypi.python.org/packages/12/32/1b31f2bec4f7f228c85b62ba838e87275b112402e643ade01a2f95ddd42f/gr-0.13.1-cp27-none-macosx_10_4_x86_64.whl#md5=15d67fb3a5fe52e501e5c01e1f1e75b4 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Found link https://pypi.python.org/packages/13/7c/4df215b141435143a698f9106519a1153dd35028fed19846dcdd9f3ede14/gr-0.25.0.tar.gz#md5=96111b44e7f0fe5c6e17eecc8552c577 (from https://pypi.python.org/simple/gr/), version: 0.25.0
    Found link https://pypi.python.org/packages/16/bb/c1d65bd8aac3c448edd732f73356ccebfb645515c8259b239a6f4c139899/gr-0.14.1.tar.gz#md5=ef6e6225f244e7eaf98117f8153baf55 (from https://pypi.python.org/simple/gr/), version: 0.14.1
    Found link https://pypi.python.org/packages/18/ed/b91a6656d02b2f2769d52eb15b0926dc7fd0c802c02ba4b0525c7e145060/gr-0.17.3.tar.gz#md5=96e491648625ae179d54b87523326569 (from https://pypi.python.org/simple/gr/), version: 0.17.3
    Found link https://pypi.python.org/packages/1e/3b/8e8d10823259aee7b8fb835c017f172c970e21982a59a741c30e51326420/gr-0.7.1.tar.gz#md5=0de58d9e531740be90ac5893ce273d92 (from https://pypi.python.org/simple/gr/), version: 0.7.1
    Found link https://pypi.python.org/packages/22/2e/046d4299243e9c25966803b4d2a9f49b8b5b03b2643aa08b30a733229d4f/gr-0.13.0.tar.gz#md5=bce43042af6862d81b2d017fd3499b4b (from https://pypi.python.org/simple/gr/), version: 0.13.0
    Skipping link https://pypi.python.org/packages/26/16/83f4c85f76e72ddb88213384927349aea13e130573580cd79ba1e02394ce/gr-0.17.1-cp27-none-win_amd64.whl#md5=65a7c8a399383d1682e103048b89d686 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Skipping link https://pypi.python.org/packages/27/b7/ec4a43d259c54720d04b0de8114d3762368eeb5b8b8ebb5f4d1c82921fc7/gr-0.23.0-cp27-none-win_amd64.whl#md5=50a4c5684686f098c7d654e31feda5f4 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Skipping link https://pypi.python.org/packages/2a/a9/8a586b6a1801637f7285e7734065e7eab267106b7a61696eab6137d52a51/gr-0.20.0-cp27-none-win_amd64.whl#md5=69c281e8187fcc6ee16a40f7f006130d (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Skipping link https://pypi.python.org/packages/2b/58/2b98f9b22f861cdc08cdf2a59e917a838299d170e714430a32bd7c534a25/gr-0.14.1-cp27-none-macosx_10_4_x86_64.whl#md5=2c3a7fdeff714466cd080f9070349008 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Found link https://pypi.python.org/packages/33/aa/26092ee629322198545480a1aa19ecfd1686326b3b578c5c8cca4b6141ac/gr-0.6.2.tar.gz#md5=7147a7feba4253a99c177a398611d98d (from https://pypi.python.org/simple/gr/), version: 0.6.2
    Skipping link https://pypi.python.org/packages/3c/d8/7a1e37750ae3c1d0d8d4997580dfba89318d4128a3a10ea25894202cffc2/gr-0.19.1-cp27-none-win_amd64.whl#md5=021ce4a0bb5b6387bcf4c0a47b9903ab (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Found link https://pypi.python.org/packages/3f/dd/b1c9521b73e004acef623daf7485ff0a6f5961127a0f94f2b66a74c0ca3c/gr-0.20.0.tar.gz#md5=195aa3690a511ecd4c764487090c1110 (from https://pypi.python.org/simple/gr/), version: 0.20.0
    Skipping link https://pypi.python.org/packages/43/b3/fa2e60c49496c499d22e9fe5c6973638366e79cfe47df30b2737866850cb/gr-0.17.3-cp27-none-win_amd64.whl#md5=4ba1420991ee72bd2c02a02b1050f049 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Skipping link https://pypi.python.org/packages/48/b7/a43e64fb2c857e90cd9decb29be166d64b8fd155edce92057be1ab639257/gr-0.16.0-cp27-none-win32.whl#md5=aa9b81a7072f345fc7e1efc329d16d6c (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Found link https://pypi.python.org/packages/4c/f9/cca76a8c3404a7c7f0f762577c5bb20e50418b067483718fd6bc230dfac7/gr-0.8.0.tar.gz#md5=9ec6b57abf87479361e77ed26a4e00bf (from https://pypi.python.org/simple/gr/), version: 0.8.0
    Skipping link https://pypi.python.org/packages/53/89/313e1bba38daf4cbc85984aeb4811c61392177e90224c8a3b0a9ba4c7a98/gr-0.22.0-cp27-none-macosx_10_4_x86_64.whl#md5=d91821be7561df2a7506d2b7b172cbd8 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Skipping link https://pypi.python.org/packages/5f/4a/8b625df6f9aeb8eea6768e0d16a90eadc734ac4ef23bc649a1063d98ab81/gr-0.14.0-cp27-none-win32.whl#md5=b8b858bb1dca13f07eb03065531496cb (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Found link https://pypi.python.org/packages/60/b6/c51a82a7fe1603fca8ff021a002da9829c8fe9ea0337f8659cdc31ffc8f5/gr-0.17.1.tar.gz#md5=4a4b24e66e0f4386a2402b0cb6559a59 (from https://pypi.python.org/simple/gr/), version: 0.17.1
    Found link https://pypi.python.org/packages/61/e3/64de00af20ac18e815a724ac5ce494bd0bb6fa82d37785a7d34c9732ec9e/gr-0.26.0.tar.gz#md5=e5b14664c8ffe1171202666d1cd8b625 (from https://pypi.python.org/simple/gr/), version: 0.26.0
    Skipping link https://pypi.python.org/packages/63/53/dbc968aa5dfbdfa0ee5a3929ac57d04feac27da98b377b2adcc6e40fc027/gr-0.21.0-cp27-none-macosx_10_4_x86_64.whl#md5=ae5cc546a775f3c6ef5b332238a67f93 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Found link https://pypi.python.org/packages/65/32/8842949836cc7f8585e1ad7771c4c6308b4de09e1640f79924d21c52a149/gr-0.8.4.tar.gz#md5=5aa9604e822bdfb957d7d930c98ea2ef (from https://pypi.python.org/simple/gr/), version: 0.8.4
    Found link https://pypi.python.org/packages/68/e2/b2e05eecc487c4eef683bf9a12a91845bddadc50094017b384061c0e4a3b/gr-0.8.2.tar.gz#md5=865cac04ccfacddf9a423063cb84271b (from https://pypi.python.org/simple/gr/), version: 0.8.2
    Found link https://pypi.python.org/packages/69/c0/930c80869025231cfa98522d9a07364e0a71e038469ad175fe537645f48c/gr-0.16.0.tar.gz#md5=e42f88acaeb693deb74b8f7a1f71bfae (from https://pypi.python.org/simple/gr/), version: 0.16.0
    Skipping link https://pypi.python.org/packages/6f/d0/32e1706a68932cf8743267a6689f1aae5bcdc6644b15eff53622f568914a/gr-0.15.1-cp27-none-macosx_10_4_x86_64.whl#md5=2d011b37327482391db06cae771c67c0 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Skipping link https://pypi.python.org/packages/72/33/51207955d304a0f55ba6b6b3607aa6560c3d84de2229f7503f8861695a09/gr-0.14.1-cp27-none-win32.whl#md5=a6082b8b31861c84b87b9dd8068e5a6f (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Found link https://pypi.python.org/packages/74/bb/07733a7d1198dfb5be1fa23ae538aa13de59cf6ab8ea65970469b1196b22/gr-0.10.0.tar.gz#md5=a4fb1211df53f43b12ec1a1871aaccba (from https://pypi.python.org/simple/gr/), version: 0.10.0
    Skipping link https://pypi.python.org/packages/79/60/7e35ec2237f58335a92444d1cc7359b55f8aeed3bbb9e5da221380fff981/gr-0.16.0-cp27-none-macosx_10_4_x86_64.whl#md5=5e541547f2b4a211a7c34156e5d5acb0 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Found link https://pypi.python.org/packages/7e/b6/3c9ee745d42d2e4c4860e3bfdd6cb3c77af3b6527933f856a5643df9b952/gr-0.23.0.tar.gz#md5=efd1318f5562ba7eba34d81a249525f0 (from https://pypi.python.org/simple/gr/), version: 0.23.0
    Found link https://pypi.python.org/packages/80/d3/035233197bdfe28e1f658c0551555d16035fb55648c19118ac7988893f84/gr-1.0.0.tar.gz#md5=ed6cd9c3f7c28f5622f36245a157c6ea (from https://pypi.python.org/simple/gr/), version: 1.0.0
    Found link https://pypi.python.org/packages/86/08/70c25162767c7798267806a10225d15de34af98a794514615df1c173eb83/gr-0.23.1.tar.gz#md5=bdb1ea69c0975679e8cce2e17f12f614 (from https://pypi.python.org/simple/gr/), version: 0.23.1
    Found link https://pypi.python.org/packages/89/f8/f421f4e8c2932908cf3049e0880472a21e7cb62ae73d96a25c90aa359815/gr-1.0.1.tar.gz#md5=09e6eb945473bd12eeb08ae9eca8a6fe (from https://pypi.python.org/simple/gr/), version: 1.0.1
    Found link https://pypi.python.org/packages/8b/5a/7f516a812d74c4c77ef9b03ee50ede94d193a664324940604739e5d77c91/gr-0.17.2.tar.gz#md5=6eb9f90ab94bd9af7d4fd178b20a2ee2 (from https://pypi.python.org/simple/gr/), version: 0.17.2
    Skipping link https://pypi.python.org/packages/8c/7c/28e926e578374cd1e1c357e8db07aed8ceca3f68888d092ade8b5894f026/gr-0.17.2-cp27-none-macosx_10_4_x86_64.whl#md5=5a3f0590e8a6330d85689bd6eababe8d (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Found link https://pypi.python.org/packages/99/76/d8548af4744d5389b387dc0af7ecde4439854668e644e5c31deae191aac0/gr-0.9.1.tar.gz#md5=b4c1d975b54cc902b8ecb6a3ff5e959f (from https://pypi.python.org/simple/gr/), version: 0.9.1
    Found link https://pypi.python.org/packages/9a/f5/cc244c2964218a4d3fc2e80f46304c2532fadded165ba13af782afeb9969/gr-0.15.0.tar.gz#md5=4a9d1e50c2906da2eebea705e35abb33 (from https://pypi.python.org/simple/gr/), version: 0.15.0
    Skipping link https://pypi.python.org/packages/9f/b3/67b0458b18b455dd51529af28da7c8bc89a57704d7ccee71ad5f703152fc/gr-0.15.0-cp27-none-macosx_10_4_x86_64.whl#md5=91e6c9e75572bb17e424c0339fab438a (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Found link https://pypi.python.org/packages/a0/03/ec9faa736e95f271194d2d9bd3952cc05033769175fe4ea62f008d7d2127/gr-0.8.1.tar.gz#md5=a2f2616043aecbfbd9ef7d2842f87701 (from https://pypi.python.org/simple/gr/), version: 0.8.1
    Found link https://pypi.python.org/packages/a5/0e/22f50f750d6cbccd14b0524e87dc91d7a5d16e5f20a9f5e74916b96ea15f/gr-0.12.0.tar.gz#md5=8be4d8c3d2e26cd6231640477ec56d25 (from https://pypi.python.org/simple/gr/), version: 0.12.0
    Skipping link https://pypi.python.org/packages/a6/8d/5f4985cc39744d4a6241f271b16263ce790b9440232de2bd056dda6949fd/gr-0.15.0-cp27-none-win32.whl#md5=332b474743edb48c9ff91c277bad7616 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Found link https://pypi.python.org/packages/a7/89/4a8d6dc5efe987b561f5db0e58d6ebda02b5e249a2e3c3734cc833a7db7c/gr-0.7.0.tar.gz#md5=e44514d3544fbf961a52488b979af7e7 (from https://pypi.python.org/simple/gr/), version: 0.7.0
    Skipping link https://pypi.python.org/packages/ad/28/7f6d7300f807756faabff82665da058dce0dbbf75fdeb0eb0b8510dec7f1/gr-0.20.0-cp27-none-macosx_10_4_x86_64.whl#md5=fb0bad599d89a1893785b96f736e94f8 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Skipping link https://pypi.python.org/packages/af/ee/74c17db6a41f6070c9a376ddb7c7c3b58822dbc35c684de700aa2a87dfb3/gr-0.18.0-cp27-none-macosx_10_4_x86_64.whl#md5=d5ffe117dcdda574963ea3ef30101275 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Skipping link https://pypi.python.org/packages/b2/d4/316d5a10cdb81195702195fd43a1945233584973ae1a381f38db33884d6e/gr-0.17.2-cp27-none-win_amd64.whl#md5=e0cbff900e9fe63ed9ef89233e2546cf (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Skipping link https://pypi.python.org/packages/b2/ff/742d3b2746f6c4c69489964c156d0c0fb6216178664b65fbddfa3d651eb1/gr-0.21.0-cp27-none-win_amd64.whl#md5=ed02e4d0964d66f444897759a42fe245 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Skipping link https://pypi.python.org/packages/ba/21/8a085693307ee68371b23c53f31a60f326e5b9a14bd13f0a0c871a823890/gr-0.14.0-cp27-none-macosx_10_4_x86_64.whl#md5=76cb103a283564990f0c0410249b1ee2 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Found link https://pypi.python.org/packages/c2/1f/8ad531c6f4035254210400924d3e1bbcb6a9ac82cf411764b96c763e20c8/gr-0.15.1.tar.gz#md5=2f42cf5f563a0c46db82d02857c9186c (from https://pypi.python.org/simple/gr/), version: 0.15.1
    Found link https://pypi.python.org/packages/c3/bb/763cbe6b906dc26667223de6db11f4490a89f320728e300ecd9f181f52bb/gr-0.24.0.tar.gz#md5=fdeac4ed5b4798c516881ee482e2f15f (from https://pypi.python.org/simple/gr/), version: 0.24.0
    Skipping link https://pypi.python.org/packages/cf/6a/ee010b37f0ac5d7aeb6abd9a116fa54bba634acf8f11e058e6d7b15afcc1/gr-0.17.3-cp27-none-macosx_10_4_x86_64.whl#md5=cd13c438fe16dd784765fefcef04da55 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Skipping link https://pypi.python.org/packages/d1/27/bbe22b139c27ee60c22e2f8d8e34183a49992adf9fd34e07f2081425c4d6/gr-0.19.1-cp27-none-macosx_10_4_x86_64.whl#md5=5e3dd03a645cc06fe990c0a4961e512e (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Found link https://pypi.python.org/packages/d5/40/c02beb82a7b311e256e0e7f1144e4075e9f4c5ce33762afb3f4ee30dfcc0/gr-0.21.0.tar.gz#md5=574eeb7f3e65346de464667e23f05201 (from https://pypi.python.org/simple/gr/), version: 0.21.0
    Skipping link https://pypi.python.org/packages/dd/00/30ce8c98599e31a1a5ac4b14cf6a38dd3559ce87c4a91b93e23fa1d563ce/gr-0.17.1-cp27-none-macosx_10_4_x86_64.whl#md5=b5d1505e853af2ce4e39d85a9d35c276 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Found link https://pypi.python.org/packages/e1/8c/b7d011fd61df06220f5c2c4caae29376da3351f18251d50108dc6c126cec/gr-0.14.0.tar.gz#md5=2564c2b252195f6f908da48dca42d859 (from https://pypi.python.org/simple/gr/), version: 0.14.0
    Skipping link https://pypi.python.org/packages/e5/19/a9ac0e2fb876f8a0d7218ebcdc4f14db739610418127951700e156e04e0d/gr-0.18.0-cp27-none-win_amd64.whl#md5=4f0bfc575b1ea2354d43a64635e3c953 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Found link https://pypi.python.org/packages/f5/8e/68f9f5655ef518e17a99faf0dcf35f5d6547f46d787c59a62613c9769449/gr-0.11.0.tar.gz#md5=dacbe06808caa375799b56947d65976a (from https://pypi.python.org/simple/gr/), version: 0.11.0
    Skipping link https://pypi.python.org/packages/fd/f6/ccc3db1c6314c928caa151c92dc12db75828af18141991f330cc7951314b/gr-0.23.0-cp27-none-macosx_10_4_x86_64.whl#md5=e3275891106154d1883542d66518c964 (from https://pypi.python.org/simple/gr/); it is not compatible with this Python
    Found link https://pypi.python.org/packages/fe/7a/09e7a23460e39dc18fb6feb906d4ed2cea195221a75b88a9699180d3aa6b/gr-0.19.0.tar.gz#md5=f32f2bffbe6efe0d720fb12f8ae02b46 (from https://pypi.python.org/simple/gr/), version: 0.19.0
  Using version 1.0.1 (newest of versions: 0.6.2, 0.7.0, 0.7.1, 0.8.0, 0.8.1, 0.8.2, 0.8.4, 0.9.1, 0.10.0, 0.11.0, 0.12.0, 0.13.0, 0.13.1, 0.14.0, 0.14.1, 0.15.0, 0.15.1, 0.16.0, 0.17.1, 0.17.2, 0.17.3, 0.18.0, 0.19.0, 0.19.1, 0.20.0, 0.21.0, 0.22.0, 0.23.0, 0.23.1, 0.24.0, 0.25.0, 0.26.0, 1.0.0, 1.0.1)
  "GET /packages/89/f8/f421f4e8c2932908cf3049e0880472a21e7cb62ae73d96a25c90aa359815/gr-1.0.1.tar.gz HTTP/1.1" 200 73494
  Downloading gr-1.0.1.tar.gz (73kB)
  Downloading from URL https://pypi.python.org/packages/89/f8/f421f4e8c2932908cf3049e0880472a21e7cb62ae73d96a25c90aa359815/gr-1.0.1.tar.gz#md5=09e6eb945473bd12eeb08ae9eca8a6fe (from https://pypi.python.org/simple/gr/)
  Running setup.py (path:/private/var/folders/bh/0mc1q9cn5ps48h60dygx_lhm00011n/T/pip-build-nTarBX/gr/setup.py) egg_info for package gr
    Running command python setup.py egg_info
    running egg_info
    creating pip-egg-info/gr.egg-info
    writing requirements to pip-egg-info/gr.egg-info/requires.txt
    writing pip-egg-info/gr.egg-info/PKG-INFO
    writing top-level names to pip-egg-info/gr.egg-info/top_level.txt
    writing dependency_links to pip-egg-info/gr.egg-info/dependency_links.txt
    writing manifest file 'pip-egg-info/gr.egg-info/SOURCES.txt'
    reading manifest file 'pip-egg-info/gr.egg-info/SOURCES.txt'
    writing manifest file 'pip-egg-info/gr.egg-info/SOURCES.txt'
  Source in /private/var/folders/bh/0mc1q9cn5ps48h60dygx_lhm00011n/T/pip-build-nTarBX/gr has version 1.0.1, which satisfies requirement gr from https://pypi.python.org/packages/89/f8/f421f4e8c2932908cf3049e0880472a21e7cb62ae73d96a25c90aa359815/gr-1.0.1.tar.gz#md5=09e6eb945473bd12eeb08ae9eca8a6fe
Requirement already satisfied: numpy>=1.6 in ./Apps/anaconda2/lib/python2.7/site-packages (from gr)
Installing collected packages: gr
  Running setup.py install for gr: started
    Running command /Users/nbecker/Apps/anaconda2/bin/python -u -c "import setuptools, tokenize;__file__='/private/var/folders/bh/0mc1q9cn5ps48h60dygx_lhm00011n/T/pip-build-nTarBX/gr/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /var/folders/bh/0mc1q9cn5ps48h60dygx_lhm00011n/T/pip-a341wi-record/install-record.txt --single-version-externally-managed --compile
    running install
    running build
    running build_py
    creating build
    creating build/lib
    creating build/lib/gr
    copying gr/__init__.py -> build/lib/gr
    copying gr/_version.py -> build/lib/gr
    copying gr/runtime_helper.py -> build/lib/gr
    creating build/lib/gr/pygr
    copying gr/pygr/__init__.py -> build/lib/gr/pygr
    copying gr/pygr/base.py -> build/lib/gr/pygr
    copying gr/pygr/helper.py -> build/lib/gr/pygr
    copying gr/pygr/mlab.py -> build/lib/gr/pygr
    creating build/lib/gr/matplotlib
    copying gr/matplotlib/__init__.py -> build/lib/gr/matplotlib
    copying gr/matplotlib/backend_gr.py -> build/lib/gr/matplotlib
    creating build/lib/gr3
    copying gr3/__init__.py -> build/lib/gr3
    creating build/lib/qtgr
    copying qtgr/__init__.py -> build/lib/qtgr
    copying qtgr/backend.py -> build/lib/qtgr
    creating build/lib/qtgr/events
    copying qtgr/events/__init__.py -> build/lib/qtgr/events
    copying qtgr/events/base.py -> build/lib/qtgr/events
    copying qtgr/events/gestures.py -> build/lib/qtgr/events
    copying qtgr/events/mouse.py -> build/lib/qtgr/events
    copying gr/libGKS.so -> build/lib/gr
    copying gr/libGR.so -> build/lib/gr
    copying gr/libGR3.so -> build/lib/gr
    copying gr/libqt5gr.so -> build/lib/gr
    creating build/lib/gr/lib
    copying gr/lib/cairoplugin.so -> build/lib/gr/lib
    copying gr/lib/figplugin.so -> build/lib/gr/lib
    copying gr/lib/glplugin.so -> build/lib/gr/lib
    copying gr/lib/gsplugin.so -> build/lib/gr/lib
    copying gr/lib/gtkplugin.so -> build/lib/gr/lib
    copying gr/lib/htmplugin.so -> build/lib/gr/lib
    copying gr/lib/movplugin.so -> build/lib/gr/lib
    copying gr/lib/pgfplugin.so -> build/lib/gr/lib
    copying gr/lib/qt5plugin.so -> build/lib/gr/lib
    copying gr/lib/qtplugin.so -> build/lib/gr/lib
    copying gr/lib/quartzplugin.so -> build/lib/gr/lib
    copying gr/lib/svgplugin.so -> build/lib/gr/lib
    copying gr/lib/wmfplugin.so -> build/lib/gr/lib
    copying gr/lib/wxplugin.so -> build/lib/gr/lib
    copying gr/lib/zmqplugin.so -> build/lib/gr/lib
    creating build/lib/gr/fonts
    copying gr/fonts/CenturySchL-Bold.afm -> build/lib/gr/fonts
    copying gr/fonts/CenturySchL-Bold.pfb -> build/lib/gr/fonts
    copying gr/fonts/CenturySchL-BoldItal.afm -> build/lib/gr/fonts
    copying gr/fonts/CenturySchL-BoldItal.pfb -> build/lib/gr/fonts
    copying gr/fonts/CenturySchL-Ital.afm -> build/lib/gr/fonts
    copying gr/fonts/CenturySchL-Ital.pfb -> build/lib/gr/fonts
    copying gr/fonts/CenturySchL-Roma.afm -> build/lib/gr/fonts
    copying gr/fonts/CenturySchL-Roma.pfb -> build/lib/gr/fonts
    copying gr/fonts/Dingbats.afm -> build/lib/gr/fonts
    copying gr/fonts/Dingbats.pfb -> build/lib/gr/fonts
    copying gr/fonts/gksfont.dat -> build/lib/gr/fonts
    copying gr/fonts/NimbusMonL-Bold.afm -> build/lib/gr/fonts
    copying gr/fonts/NimbusMonL-Bold.pfb -> build/lib/gr/fonts
    copying gr/fonts/NimbusMonL-BoldObli.afm -> build/lib/gr/fonts
    copying gr/fonts/NimbusMonL-BoldObli.pfb -> build/lib/gr/fonts
    copying gr/fonts/NimbusMonL-Regu.afm -> build/lib/gr/fonts
    copying gr/fonts/NimbusMonL-Regu.pfb -> build/lib/gr/fonts
    copying gr/fonts/NimbusMonL-ReguObli.afm -> build/lib/gr/fonts
    copying gr/fonts/NimbusMonL-ReguObli.pfb -> build/lib/gr/fonts
    copying gr/fonts/NimbusRomNo9L-Medi.afm -> build/lib/gr/fonts
    copying gr/fonts/NimbusRomNo9L-Medi.pfb -> build/lib/gr/fonts
    copying gr/fonts/NimbusRomNo9L-MediItal.afm -> build/lib/gr/fonts
    copying gr/fonts/NimbusRomNo9L-MediItal.pfb -> build/lib/gr/fonts
    copying gr/fonts/NimbusRomNo9L-Regu.afm -> build/lib/gr/fonts
    copying gr/fonts/NimbusRomNo9L-Regu.pfb -> build/lib/gr/fonts
    copying gr/fonts/NimbusRomNo9L-ReguItal.afm -> build/lib/gr/fonts
    copying gr/fonts/NimbusRomNo9L-ReguItal.pfb -> build/lib/gr/fonts
    copying gr/fonts/NimbusSanL-Bold.afm -> build/lib/gr/fonts
    copying gr/fonts/NimbusSanL-Bold.pfb -> build/lib/gr/fonts
    copying gr/fonts/NimbusSanL-BoldCond.afm -> build/lib/gr/fonts
    copying gr/fonts/NimbusSanL-BoldCond.pfb -> build/lib/gr/fonts
    copying gr/fonts/NimbusSanL-BoldCondItal.afm -> build/lib/gr/fonts
    copying gr/fonts/NimbusSanL-BoldCondItal.pfb -> build/lib/gr/fonts
    copying gr/fonts/NimbusSanL-BoldItal.afm -> build/lib/gr/fonts
    copying gr/fonts/NimbusSanL-BoldItal.pfb -> build/lib/gr/fonts
    copying gr/fonts/NimbusSanL-Regu.afm -> build/lib/gr/fonts
    copying gr/fonts/NimbusSanL-Regu.pfb -> build/lib/gr/fonts
    copying gr/fonts/NimbusSanL-ReguCond.afm -> build/lib/gr/fonts
    copying gr/fonts/NimbusSanL-ReguCond.pfb -> build/lib/gr/fonts
    copying gr/fonts/NimbusSanL-ReguCondItal.afm -> build/lib/gr/fonts
    copying gr/fonts/NimbusSanL-ReguCondItal.pfb -> build/lib/gr/fonts
    copying gr/fonts/NimbusSanL-ReguItal.afm -> build/lib/gr/fonts
    copying gr/fonts/NimbusSanL-ReguItal.pfb -> build/lib/gr/fonts
    copying gr/fonts/StandardSymL.afm -> build/lib/gr/fonts
    copying gr/fonts/StandardSymL.pfb -> build/lib/gr/fonts
    copying gr/fonts/URWBookmanL-DemiBold.afm -> build/lib/gr/fonts
    copying gr/fonts/URWBookmanL-DemiBold.pfb -> build/lib/gr/fonts
    copying gr/fonts/URWBookmanL-DemiBoldItal.afm -> build/lib/gr/fonts
    copying gr/fonts/URWBookmanL-DemiBoldItal.pfb -> build/lib/gr/fonts
    copying gr/fonts/URWBookmanL-Ligh.afm -> build/lib/gr/fonts
    copying gr/fonts/URWBookmanL-Ligh.pfb -> build/lib/gr/fonts
    copying gr/fonts/URWBookmanL-LighItal.afm -> build/lib/gr/fonts
    copying gr/fonts/URWBookmanL-LighItal.pfb -> build/lib/gr/fonts
    copying gr/fonts/URWChanceryL-MediItal.afm -> build/lib/gr/fonts
    copying gr/fonts/URWChanceryL-MediItal.pfb -> build/lib/gr/fonts
    copying gr/fonts/URWGothicL-Book.afm -> build/lib/gr/fonts
    copying gr/fonts/URWGothicL-Book.pfb -> build/lib/gr/fonts
    copying gr/fonts/URWGothicL-BookObli.afm -> build/lib/gr/fonts
    copying gr/fonts/URWGothicL-BookObli.pfb -> build/lib/gr/fonts
    copying gr/fonts/URWGothicL-Demi.afm -> build/lib/gr/fonts
    copying gr/fonts/URWGothicL-Demi.pfb -> build/lib/gr/fonts
    copying gr/fonts/URWGothicL-DemiObli.afm -> build/lib/gr/fonts
    copying gr/fonts/URWGothicL-DemiObli.pfb -> build/lib/gr/fonts
    copying gr/fonts/URWPalladioL-Bold.afm -> build/lib/gr/fonts
    copying gr/fonts/URWPalladioL-Bold.pfb -> build/lib/gr/fonts
    copying gr/fonts/URWPalladioL-BoldItal.afm -> build/lib/gr/fonts
    copying gr/fonts/URWPalladioL-BoldItal.pfb -> build/lib/gr/fonts
    copying gr/fonts/URWPalladioL-Ital.afm -> build/lib/gr/fonts
    copying gr/fonts/URWPalladioL-Ital.pfb -> build/lib/gr/fonts
    copying gr/fonts/URWPalladioL-Roma.afm -> build/lib/gr/fonts
    copying gr/fonts/URWPalladioL-Roma.pfb -> build/lib/gr/fonts
    creating build/lib/gr/GKSTerm.app
    creating build/lib/gr/GKSTerm.app/Contents
    copying gr/GKSTerm.app/Contents/Info.plist -> build/lib/gr/GKSTerm.app/Contents
    copying gr/GKSTerm.app/Contents/PkgInfo -> build/lib/gr/GKSTerm.app/Contents
    creating build/lib/gr/GKSTerm.app/Contents/MacOS
    copying gr/GKSTerm.app/Contents/MacOS/GKSTerm -> build/lib/gr/GKSTerm.app/Contents/MacOS
    creating build/lib/gr/GKSTerm.app/Contents/Resources
    copying gr/GKSTerm.app/Contents/Resources/GKSTerm.icns -> build/lib/gr/GKSTerm.app/Contents/Resources
    creating build/lib/gr/GKSTerm.app/Contents/Resources/English.lproj
    copying gr/GKSTerm.app/Contents/Resources/English.lproj/ExtendSavePanel.nib -> build/lib/gr/GKSTerm.app/Contents/Resources/English.lproj
    copying gr/GKSTerm.app/Contents/Resources/English.lproj/InfoPlist.strings -> build/lib/gr/GKSTerm.app/Contents/Resources/English.lproj
    copying gr/GKSTerm.app/Contents/Resources/English.lproj/MainMenu.nib -> build/lib/gr/GKSTerm.app/Contents/Resources/English.lproj
    running install_lib
    creating /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr
    copying build/lib/gr/__init__.py -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr
    copying build/lib/gr/_version.py -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr
    creating /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/CenturySchL-Bold.afm -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/CenturySchL-Bold.pfb -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/CenturySchL-BoldItal.afm -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/CenturySchL-BoldItal.pfb -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/CenturySchL-Ital.afm -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/CenturySchL-Ital.pfb -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/CenturySchL-Roma.afm -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/CenturySchL-Roma.pfb -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/Dingbats.afm -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/Dingbats.pfb -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/gksfont.dat -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/NimbusMonL-Bold.afm -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/NimbusMonL-Bold.pfb -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/NimbusMonL-BoldObli.afm -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/NimbusMonL-BoldObli.pfb -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/NimbusMonL-Regu.afm -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/NimbusMonL-Regu.pfb -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/NimbusMonL-ReguObli.afm -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/NimbusMonL-ReguObli.pfb -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/NimbusRomNo9L-Medi.afm -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/NimbusRomNo9L-Medi.pfb -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/NimbusRomNo9L-MediItal.afm -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/NimbusRomNo9L-MediItal.pfb -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/NimbusRomNo9L-Regu.afm -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/NimbusRomNo9L-Regu.pfb -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/NimbusRomNo9L-ReguItal.afm -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/NimbusRomNo9L-ReguItal.pfb -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/NimbusSanL-Bold.afm -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/NimbusSanL-Bold.pfb -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/NimbusSanL-BoldCond.afm -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/NimbusSanL-BoldCond.pfb -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/NimbusSanL-BoldCondItal.afm -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/NimbusSanL-BoldCondItal.pfb -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/NimbusSanL-BoldItal.afm -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/NimbusSanL-BoldItal.pfb -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/NimbusSanL-Regu.afm -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/NimbusSanL-Regu.pfb -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/NimbusSanL-ReguCond.afm -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/NimbusSanL-ReguCond.pfb -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/NimbusSanL-ReguCondItal.afm -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/NimbusSanL-ReguCondItal.pfb -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/NimbusSanL-ReguItal.afm -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/NimbusSanL-ReguItal.pfb -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/StandardSymL.afm -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/StandardSymL.pfb -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/URWBookmanL-DemiBold.afm -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/URWBookmanL-DemiBold.pfb -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/URWBookmanL-DemiBoldItal.afm -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/URWBookmanL-DemiBoldItal.pfb -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/URWBookmanL-Ligh.afm -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/URWBookmanL-Ligh.pfb -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/URWBookmanL-LighItal.afm -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/URWBookmanL-LighItal.pfb -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/URWChanceryL-MediItal.afm -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/URWChanceryL-MediItal.pfb -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/URWGothicL-Book.afm -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/URWGothicL-Book.pfb -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/URWGothicL-BookObli.afm -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/URWGothicL-BookObli.pfb -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/URWGothicL-Demi.afm -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/URWGothicL-Demi.pfb -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/URWGothicL-DemiObli.afm -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/URWGothicL-DemiObli.pfb -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/URWPalladioL-Bold.afm -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/URWPalladioL-Bold.pfb -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/URWPalladioL-BoldItal.afm -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/URWPalladioL-BoldItal.pfb -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/URWPalladioL-Ital.afm -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/URWPalladioL-Ital.pfb -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/URWPalladioL-Roma.afm -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    copying build/lib/gr/fonts/URWPalladioL-Roma.pfb -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/fonts
    creating /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/GKSTerm.app
    creating /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/GKSTerm.app/Contents
    copying build/lib/gr/GKSTerm.app/Contents/Info.plist -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/GKSTerm.app/Contents
    creating /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/GKSTerm.app/Contents/MacOS
    copying build/lib/gr/GKSTerm.app/Contents/MacOS/GKSTerm -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/GKSTerm.app/Contents/MacOS
    copying build/lib/gr/GKSTerm.app/Contents/PkgInfo -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/GKSTerm.app/Contents
    creating /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/GKSTerm.app/Contents/Resources
    creating /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/GKSTerm.app/Contents/Resources/English.lproj
    copying build/lib/gr/GKSTerm.app/Contents/Resources/English.lproj/ExtendSavePanel.nib -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/GKSTerm.app/Contents/Resources/English.lproj
    copying build/lib/gr/GKSTerm.app/Contents/Resources/English.lproj/InfoPlist.strings -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/GKSTerm.app/Contents/Resources/English.lproj
    copying build/lib/gr/GKSTerm.app/Contents/Resources/English.lproj/MainMenu.nib -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/GKSTerm.app/Contents/Resources/English.lproj
    copying build/lib/gr/GKSTerm.app/Contents/Resources/GKSTerm.icns -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/GKSTerm.app/Contents/Resources
    creating /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/lib
    copying build/lib/gr/lib/cairoplugin.so -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/lib
    copying build/lib/gr/lib/figplugin.so -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/lib
    copying build/lib/gr/lib/glplugin.so -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/lib
    copying build/lib/gr/lib/gsplugin.so -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/lib
    copying build/lib/gr/lib/gtkplugin.so -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/lib
    copying build/lib/gr/lib/htmplugin.so -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/lib
    copying build/lib/gr/lib/movplugin.so -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/lib
    copying build/lib/gr/lib/pgfplugin.so -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/lib
    copying build/lib/gr/lib/qt5plugin.so -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/lib
    copying build/lib/gr/lib/qtplugin.so -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/lib
    copying build/lib/gr/lib/quartzplugin.so -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/lib
    copying build/lib/gr/lib/svgplugin.so -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/lib
    copying build/lib/gr/lib/wmfplugin.so -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/lib
    copying build/lib/gr/lib/wxplugin.so -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/lib
    copying build/lib/gr/lib/zmqplugin.so -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/lib
    copying build/lib/gr/libGKS.so -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr
    copying build/lib/gr/libGR.so -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr
    copying build/lib/gr/libGR3.so -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr
    copying build/lib/gr/libqt5gr.so -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr
    creating /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/matplotlib
    copying build/lib/gr/matplotlib/__init__.py -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/matplotlib
    copying build/lib/gr/matplotlib/backend_gr.py -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/matplotlib
    creating /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/pygr
    copying build/lib/gr/pygr/__init__.py -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/pygr
    copying build/lib/gr/pygr/base.py -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/pygr
    copying build/lib/gr/pygr/helper.py -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/pygr
    copying build/lib/gr/pygr/mlab.py -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/pygr
    copying build/lib/gr/runtime_helper.py -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr
    creating /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr3
    copying build/lib/gr3/__init__.py -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr3
    creating /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/qtgr
    copying build/lib/qtgr/__init__.py -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/qtgr
    copying build/lib/qtgr/backend.py -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/qtgr
    creating /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/qtgr/events
    copying build/lib/qtgr/events/__init__.py -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/qtgr/events
    copying build/lib/qtgr/events/base.py -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/qtgr/events
    copying build/lib/qtgr/events/gestures.py -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/qtgr/events
    copying build/lib/qtgr/events/mouse.py -> /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/qtgr/events
    byte-compiling /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/__init__.py to __init__.pyc
    byte-compiling /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/_version.py to _version.pyc
    byte-compiling /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/matplotlib/__init__.py to __init__.pyc
    byte-compiling /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/matplotlib/backend_gr.py to backend_gr.pyc
    byte-compiling /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/pygr/__init__.py to __init__.pyc
    byte-compiling /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/pygr/base.py to base.pyc
    byte-compiling /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/pygr/helper.py to helper.pyc
    byte-compiling /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/pygr/mlab.py to mlab.pyc
    byte-compiling /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr/runtime_helper.py to runtime_helper.pyc
    byte-compiling /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr3/__init__.py to __init__.pyc
    byte-compiling /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/qtgr/__init__.py to __init__.pyc
    byte-compiling /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/qtgr/backend.py to backend.pyc
    byte-compiling /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/qtgr/events/__init__.py to __init__.pyc
    byte-compiling /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/qtgr/events/base.py to base.pyc
    byte-compiling /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/qtgr/events/gestures.py to gestures.pyc
    byte-compiling /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/qtgr/events/mouse.py to mouse.pyc
    running install_egg_info
    running egg_info
    writing requirements to gr.egg-info/requires.txt
    writing gr.egg-info/PKG-INFO
    writing top-level names to gr.egg-info/top_level.txt
    writing dependency_links to gr.egg-info/dependency_links.txt
    reading manifest file 'gr.egg-info/SOURCES.txt'
    writing manifest file 'gr.egg-info/SOURCES.txt'
    Copying gr.egg-info to /Users/nbecker/Apps/anaconda2/lib/python2.7/site-packages/gr-1.0.1-py2.7.egg-info
    running install_scripts
    writing list of installed files to '/var/folders/bh/0mc1q9cn5ps48h60dygx_lhm00011n/T/pip-a341wi-record/install-record.txt'
    Running setup.py install for gr: finished with status 'done'
  Removing source in /private/var/folders/bh/0mc1q9cn5ps48h60dygx_lhm00011n/T/pip-build-nTarBX/gr
Successfully installed gr-1.0.1
Cleaning up...