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
{{ message }}
This repository has been archived by the owner on Sep 14, 2018. It is now read-only.
After installing IronPython 2.7.7 and running ipy -X:Frames -m ensurepip, trying to install a package or just check the installed pip version fails like this:
C:\Windows\system32>ipy -X:Frames -m pip install robotframework
Unhandled exception:
Traceback (most recent call last):
File "c:\Program Files (x86)\IronPython 2.7\Lib\runpy.py", line 182, in run_module
File "c:\Program Files (x86)\IronPython 2.7\Lib\site-packages\pip\_vendor\pyparsing.py", line 1261, in setParseAction
File "c:\Program Files (x86)\IronPython 2.7\Lib\site-packages\pip\_vendor\pyparsing.py", line 1043, in _trim_arity
File "c:\Program Files (x86)\IronPython 2.7\Lib\runpy.py", line 111, in _get_module_details
File "c:\Program Files (x86)\IronPython 2.7\Lib\site-packages\pip\__init__.py", line 26, in <module>
File "c:\Program Files (x86)\IronPython 2.7\Lib\site-packages\pip\utils\__init__.py", line 27, in <module>
File "c:\Program Files (x86)\IronPython 2.7\Lib\site-packages\pip\_vendor\pkg_resources\__init__.py", line 74, in <module>
File "c:\Program Files (x86)\IronPython 2.7\Lib\site-packages\pip\_vendor\packaging\requirements.py", line 9, in <module>
File "c:\Program Files (x86)\IronPython 2.7\Lib\site-packages\pip\_vendor\pyparsing.py", line 4715, in <module>
IndexError: index out of range: -1
Same problem if I just try to check installed pip version with --version or run the installed pip.exe directly.
The text was updated successfully, but these errors were encountered:
pekkaklarck
changed the title
pip --version fails with IndexError: index out of range: -1
Using pip fails with IndexError: index out of range: -1Jan 30, 2017
After installing IronPython 2.7.7 and running
ipy -X:Frames -m ensurepip
, trying to install a package or just check the installed pip version fails like this:Same problem if I just try to check installed pip version with
--version
or run the installedpip.exe
directly.The text was updated successfully, but these errors were encountered: