spotify / pyfg

Apache License 2.0
56 stars 57 forks source link

Fix pip exception "ModuleNotFoundError: No module named 'pip.req'" #35

Open Asher256 opened 5 years ago

Asher256 commented 5 years ago

This pull request fixes the following 'pip install' issue:

ERROR: Complete output from command python setup.py egg_info:
ERROR: Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/tmp/pip-req-build-b1gvwxaf/setup.py", line 4, in <module>
    from pip.req import parse_requirements
ModuleNotFoundError: No module named 'pip.req'
----------------------------------------

ERROR: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-req-build-b1gvwxaf/
michaeldoddgit commented 4 years ago

its been multiple years where this has been broken. multiple PRs have fixed it, can someone at Spotify please merge these fixes into the master?