I am trying to install pymc3 using git follows
$ pip install git+https://github.com/pymc-devs/pymc3
I get the following error
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/hm/40wvfw514611psdffd2gfxdw0000gn/T/pip-6adU4q-build/
and using pip
$ pip install pymc3
I get the following error
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/hm/40wvfw514611psdffd2gfxdw0000gn/T/pip-build-GLYokK/pymc3/
I got the following error while updating setuptools