Created
January 27, 2014 12:52
-
-
Save hpk42/8648037 to your computer and use it in GitHub Desktop.
description
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
actionid=py34 | |
msg=getenv | |
cmdargs=['C:\\Users\\Administrator\\0\\Scripts\\virtualenv.EXE', '--setuptools', '--python', 'c:\\python34\\python.exe', 'py34'] | |
env={'TMP': 'C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\2', 'COMPUTERNAME': 'WIN2', '_OLD_VIRTUAL_PATH': 'C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;c:\\\\python27;c:\\\\python27\\scripts', 'USERDOMAIN': 'WIN2', 'PSMODULEPATH': 'C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\', 'COMMONPROGRAMFILES': 'C:\\Program Files\\Common Files', 'PROCESSOR_IDENTIFIER': 'Intel64 Family 6 Model 45 Stepping 7, GenuineIntel', 'PROGRAMFILES': 'C:\\Program Files', 'PROCESSOR_REVISION': '2d07', 'SYSTEMROOT': 'C:\\Windows', 'PATH': 'c:\\users\\admini~1\\appdata\\local\\temp\\2\\devpi-test3\\pytest-2.5.2.dev1\\.tox\\py34\\Scripts;C:\\Users\\Administrator\\0\\Scripts;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;c:\\\\python27;c:\\\\python27\\scripts', 'PROGRAMFILES(X86)': 'C:\\Program Files (x86)', 'COMSPEC': 'C:\\Windows\\system32\\cmd.exe', 'VIRTUAL_ENV': 'C:\\Users\\Administrator\\0', 'TEMP': 'C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\2', 'COMMONPROGRAMFILES(X86)': 'C:\\Program Files (x86)\\Common Files', 'PROCESSOR_ARCHITECTURE': 'AMD64', 'ALLUSERSPROFILE': 'C:\\ProgramData', 'PYTHONHASHSEED': '3887455439', 'LOCALAPPDATA': 'C:\\Users\\Administrator\\AppData\\Local', 'HOMEPATH': '\\Users\\Administrator', 'PROGRAMW6432': 'C:\\Program Files', 'USERNAME': 'Administrator', 'LOGONSERVER': '\\\\WIN2', 'PROMPT': '(0) $P$G', 'WINDOWS_TRACING_FLAGS': '3', 'PROGRAMDATA': 'C:\\ProgramData', 'SESSIONNAME': 'RDP-Tcp#0', 'PATHEXT': '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC', 'CLIENTNAME': 'teta', 'FP_NO_HOST_CHECK': 'NO', 'WINDIR': 'C:\\Windows', 'WINDOWS_TRACING_LOGFILE': 'C:\\BVTBin\\Tests\\installpackage\\csilogfile.log', 'HOMEDRIVE': 'C:', 'SYSTEMDRIVE': 'C:', 'NUMBER_OF_PROCESSORS': '8', '_OLD_VIRTUAL_PROMPT': '$P$G', 'APPDATA': 'C:\\Users\\Administrator\\AppData\\Roaming', 'PROCESSOR_LEVEL': '6', 'COMMONPROGRAMW6432': 'C:\\Program Files\\Common Files', 'OS': 'Windows_NT', 'PUBLIC': 'C:\\Users\\Public', 'USERPROFILE': 'C:\\Users\\Administrator'} | |
Using base prefix 'c:\\python34' | |
New python executable in py34\Scripts\python.exe | |
Installing setuptools, pip... | |
Complete output from command c:\users\admini~1\ap...4\Scripts\python.exe -c "import sys, pip; sys...d\"] + sys.argv[1:]))" setuptools pip: | |
Traceback (most recent call last): | |
File "<string>", line 1, in <module> | |
ImportError: No module named 'pip' | |
---------------------------------------- | |
...Installing setuptools, pip...done. | |
Traceback (most recent call last): | |
File "C:\Users\Administrator\0\lib\site-packages\virtualenv.py", line 2338, in <module> | |
main() | |
File "C:\Users\Administrator\0\lib\site-packages\virtualenv.py", line 824, in main | |
symlink=options.symlink) | |
File "C:\Users\Administrator\0\lib\site-packages\virtualenv.py", line 992, in create_environment | |
install_wheel(to_install, py_executable, search_dirs) | |
File "C:\Users\Administrator\0\lib\site-packages\virtualenv.py", line 960, in install_wheel | |
'PIP_NO_INDEX': '1' | |
File "C:\Users\Administrator\0\lib\site-packages\virtualenv.py", line 902, in call_subprocess | |
% (cmd_desc, proc.returncode)) | |
OSError: Command c:\users\admini~1\ap...4\Scripts\python.exe -c "import sys, pip; sys...d\"] + sys.argv[1:]))" setuptools pip failed with error code 1 | |
Running virtualenv with interpreter c:\python34\python.exe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment