Changes between Version 4 and Version 5 of jazz/20-04-25


Ignore:
Timestamp:
Apr 25, 2020, 12:48:19 PM (4 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/20-04-25

    v4 v5  
    5757}
    5858}}}
     59
     60== Python on Windows ==
     61
     62{{{
     63Windows PowerShell
     64Copyright (C) 2016 Microsoft Corporation. All rights reserved.
     65
     66PS C:\Users\yawang> pip install virtenv
     67Collecting virtenv
     68  Using cached virtenv-0.3.1-py2.py3-none-any.whl (5.8 kB)
     69Collecting virtualenv
     70  Using cached virtualenv-20.0.18-py2.py3-none-any.whl (4.6 MB)
     71Collecting pythonfinder
     72  Using cached pythonfinder-1.2.3-py2.py3-none-any.whl (39 kB)
     73Collecting 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
     78T\\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    ----------------------------------------
     89ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
     90PS C:\Users\yawang>
     91}}}