vladikk / JSON2CSV

Utility to convert json files to csv
Other
38 stars 23 forks source link

Installation error #8

Open metya opened 5 years ago

metya commented 5 years ago

From installation process I get:

pip install git+https://github.com/vladikk/JSON2CSV

Collecting git+https://github.com/vladikk/JSON2CSV
  Cloning https://github.com/vladikk/JSON2CSV to c:\users\metya\appdata\local\temp\pip-req-build-r9cqaupr
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "C:\Users\metya\AppData\Local\Temp\pip-req-build-r9cqaupr\setup.py", line 2, in <module>
        from pip.req import parse_requirements
    ModuleNotFoundError: No module named 'pip.req'

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Users\metya\AppData\Local\Temp\pip-req-build-r9cqaupr\

In pip version > 10 pip.req is wrong import

according to https://stackoverflow.com/a/49867265