You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: Command errored out with exit status 1:
command: 'C:\Python37\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"[Userhome]\AppData\Local\Temp\pip-install-d7kgpoi9\pynvim\setup.py'"'"'; file='"'""[Userhome]\AppData\Local\Temp\pip-install-d7kgpoi9\pynvim\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base ‘"[Userhome]\AppData\Local\Temp\pip-install-d7kgpoi9\pynvim\pip-egg-info'
cwd: "[Userhome]\AppData\Local\Temp\pip-install-d7kgpoi9\pynvim
Complete output (25 lines):
Download error on https://pypi.org/simple/pytest-runner/: timed out -- Some packages may not be found!
Couldn't find index page for 'pytest-runner' (maybe misspelled?)
Download error on https://pypi.org/simple/: timed out -- Some packages may not be found!
No local packages or working download links found for pytest-runner
Traceback (most recent call last):
File "", line 1, in
File ""[Userhome]\AppData\Local\Temp\pip-install-d7kgpoi9\pynvim\setup.py", line 50, in
zip_safe=False)
File "C:\Python37\lib\site-packages\setuptools_init_.py", line 144, in setup install_setup_requires(attrs)
File "C:\Python37\lib\site-packages\setuptools_init.py", line 139, in install_setup_requires
dist.fetch_build_eggs(dist.setup_requires)
File "C:\Python37\lib\site-packages\setuptools\dist.py", line 724, in fetch_build_eggs
replace_conflicting=True,
File "C:\Python37\lib\site-packages\pkg_resources_init.py", line 782, in resolve
replace_conflicting=replace_conflicting
File "C:\Python37\lib\site-packages\pkg_resources_init_.py", line 1065, in best_match
return self.obtain(req, installer)
File "C:\Python37\lib\site-packages\pkg_resources_init_.py", line 1077, in obtain
return installer(requirement)
File "C:\Python37\lib\site-packages\setuptools\dist.py", line 791, in fetch_build_egg
return cmd.easy_install(req)
File "C:\Python37\lib\site-packages\setuptools\command\easy_install.py", line 673, in easy_install
raise DistutilsError(msg)
distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pytest-runner')
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
The text was updated successfully, but these errors were encountered:
I'm on a new python 3.7.4 on Windows 10 and tried to
The process hangs and after Ctrl-C I got an error message about the missing dependency
After
pynvim installs just fine.
P.S.: Full log output:
The text was updated successfully, but these errors were encountered: