Skip to content

Instantly share code, notes, and snippets.

@eeevans
Created July 27, 2016 17:29
Show Gist options
  • Save eeevans/f4d276578494d35e619973c33683d437 to your computer and use it in GitHub Desktop.
Save eeevans/f4d276578494d35e619973c33683d437 to your computer and use it in GitHub Desktop.
jythonIssues
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\ED05D6~1.EVA\AppData\Local\Temp\tmppsfo4_\pip-1.6-py2.py3-none-any.whl\pip\__init__.py", line 10, in <module>
File "C:\Users\ED05D6~1.EVA\AppData\Local\Temp\tmppsfo4_\pip-1.6-py2.py3-none-any.whl\pip\util.py", line 17, in <module>
File "C:\Users\ED05D6~1.EVA\AppData\Local\Temp\tmppsfo4_\pip-1.6-py2.py3-none-any.whl\pip\locations.py", line 109, in <module>
File "C:\Users\ED05D6~1.EVA\AppData\Local\Temp\tmppsfo4_\pip-1.6-py2.py3-none-any.whl\pip\locations.py", line 90, in _get_build_prefix
AttributeError: 'module' object has no attribute 'geteuid'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment