| | 59 | |
| | 60 | == Python on Windows == |
| | 61 | |
| | 62 | {{{ |
| | 63 | Windows PowerShell |
| | 64 | Copyright (C) 2016 Microsoft Corporation. All rights reserved. |
| | 65 | |
| | 66 | PS C:\Users\yawang> pip install virtenv |
| | 67 | Collecting virtenv |
| | 68 | Using cached virtenv-0.3.1-py2.py3-none-any.whl (5.8 kB) |
| | 69 | Collecting virtualenv |
| | 70 | Using cached virtualenv-20.0.18-py2.py3-none-any.whl (4.6 MB) |
| | 71 | Collecting pythonfinder |
| | 72 | Using cached pythonfinder-1.2.3-py2.py3-none-any.whl (39 kB) |
| | 73 | Collecting distlib<1,>=0.3.0 |
| | 74 | Using cached distlib-0.3.0.zip (571 kB) |
| | 75 | ERROR: Command errored out with exit status 1: |
| | 76 | command: 'c:\scoop\apps\python-embed\current\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'E |
| | 77 | :\\SVROOT\\Users\\yawang\\AppData\\Local\\Temp\\1\\pip-install-i0rq_uxn\\distlib\\setup.py'"'"'; __file__='"'"'E:\\SVROO |
| | 78 | T\\Users\\yawang\\AppData\\Local\\Temp\\1\\pip-install-i0rq_uxn\\distlib\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"' |
| | 79 | "', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec |
| | 80 | '"'"'))' egg_info --egg-base 'E:\SVROOT\Users\yawang\AppData\Local\Temp\1\pip-install-i0rq_uxn\distlib\pip-egg-info' |
| | 81 | cwd: E:\SVROOT\Users\yawang\AppData\Local\Temp\1\pip-install-i0rq_uxn\distlib\ |
| | 82 | Complete output (5 lines): |
| | 83 | Traceback (most recent call last): |
| | 84 | File "<string>", line 1, in <module> |
| | 85 | File "E:\SVROOT\Users\yawang\AppData\Local\Temp\1\pip-install-i0rq_uxn\distlib\setup.py", line 14, in <module> |
| | 86 | import distlib |
| | 87 | ModuleNotFoundError: No module named 'distlib' |
| | 88 | ---------------------------------------- |
| | 89 | ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. |
| | 90 | PS C:\Users\yawang> |
| | 91 | }}} |