1

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

enter image description here

1
  • You may need to upgrade setuptools by doing pip install --upgrade setuptools and then try again with pip install pymc3 Commented Nov 19, 2017 at 12:49

1 Answer 1

2

Try to run:

sudo pip install --upgrade setuptools

This is according to:

Python pip install gives "Command "python setup.py egg_info" failed with error code 1"

Sign up to request clarification or add additional context in comments.

2 Comments

Error: [('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib/markers.pyc', '/var/folders/hm/40wvfw514611psdffd2gfxdw0000gn/T/pip-ueE8hC-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib/markers.pyc', "[Errno 1] Operation not permitted:
please see updated question for more info, thanks for your previous suggestion

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.