prompt-toolkit / pyvim

Pure Python Vim clone.
BSD 3-Clause "New" or "Revised" License
2.52k stars 160 forks source link

Docopt dependency install issue #126

Closed wjsetzer closed 5 years ago

wjsetzer commented 5 years ago

Python version: 3.7.3 Platform: Windows 10

During the installation of pyvim, it fails when trying to install docopt with:

    ERROR: Complete output from command python setup.py egg_info:
    ERROR: Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "C:\Users\wjsetzer\AppData\Local\Temp\pip-install-4g490b59\docopt\setup.py", line 3, in <module>
        from docopt import __version__
    ModuleNotFoundError: No module named 'docopt'
    ----------------------------------------
ERROR: Command "python setup.py egg_info" failed with error code 1 in C:\Users\wjsetzer\AppData\Local\Temp\pip-install-4g490b59\docopt\

Installing docopt on its own fails with the same error. Reporting to docopt as well.