ansibleplaybookbundle / ansible-playbook-bundle

THIS REPO IS MIGRATING: https://github.com/automationbroker/apb
GNU General Public License v2.0
140 stars 70 forks source link

Added fix if using pip newer than 9.0.3 #266

Closed jwmatthews closed 6 years ago

jwmatthews commented 6 years ago

Ran into below issue when trying to install from source on Mac.

    Running command python setup.py egg_info
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/4n/bn1h2yx55ts7_yz9yf3ybdc80000gn/T/pip-req-build-jG8NYg/setup.py", line 2, in <module>
        from pip.req import parse_requirements
    ImportError: No module named req

Added workaround, seeing succes now.

$ pip --version pip 10.0.1 from /usr/local/lib/python2.7/site-packages/pip (python 2.7)

shawn-hurley commented 6 years ago

I think these might be the same issue https://github.com/sabre1041/homebrew-openshift/issues/1