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.
Python version: 3.7.3 Platform: Windows 10
During the installation of pyvim, it fails when trying to install docopt with:
Installing docopt on its own fails with the same error. Reporting to docopt as well.