Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

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

Closed
wants to merge 1 commit into from

Commits on Jun 27, 2019

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

    This commit 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/
    ```
    Asher256 authored and Asher256 committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    eaf0cd1 View commit details
    Browse the repository at this point in the history