Message10085

Author thavihaz909
Recipients thavihaz909
Date 2015-05-27.20:25:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432758306.85.0.334885480871.issue2360@psf.upfronthosting.co.za>
In-reply-to
Content
When I initially install Jython (with pip & Setup Tools selected) it gives me the following error at 90% completion of the installation. So pip & Setup Tools are not installed at the initial installation too.

Traceback (most recent call last):
  File "C:\jython2.7.0\Lib\runpy.py", line 161, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "C:\jython2.7.0\Lib\runpy.py", line 72, in _run_code
    exec code in run_globals
  File "C:\jython2.7.0\Lib\ensurepip\__main__.py", line 4, in <module>
    ensurepip._main()
  File "C:\jython2.7.0\Lib\ensurepip\__init__.py", line 220, in _main
    bootstrap(
  File "C:\jython2.7.0\Lib\ensurepip\__init__.py", line 123, in bootstrap
    _run_pip(args + [p[0] for p in _PROJECTS], additional_paths)
  File "C:\jython2.7.0\Lib\ensurepip\__init__.py", line 45, in _run_pip
    import pip
  File "C:\Users\thavihaz\AppData\Local\Temp\tmpen1gi_\pip-1.6-py2.py3-none-any.
whl\pip\__init__.py", line 10, in <module>
  File "C:\Users\thavihaz\AppData\Local\Temp\tmpen1gi_\pip-1.6-py2.py3-none-any.
whl\pip\util.py", line 17, in <module>
  File "C:\Users\thavihaz\AppData\Local\Temp\tmpen1gi_\pip-1.6-py2.py3-none-any.
whl\pip\locations.py", line 109, in <module>
  File "C:\Users\thavihaz\AppData\Local\Temp\tmpen1gi_\pip-1.6-py2.py3-none-any.
whl\pip\locations.py", line 90, in _get_build_prefix
AttributeError: 'module' object has no attribute 'geteuid'
History
Date User Action Args
2015-05-27 20:25:06thavihaz909setmessageid: <1432758306.85.0.334885480871.issue2360@psf.upfronthosting.co.za>
2015-05-27 20:25:06thavihaz909setrecipients: + thavihaz909
2015-05-27 20:25:06thavihaz909linkissue2360 messages
2015-05-27 20:25:06thavihaz909create