推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
yeyu1989
V2EX  ›  Python

求助, pip 不管装啥都报错

  •  
  •   yeyu1989 · Jun 27, 2017 · 5015 views
    This topic created in 3241 days ago, the information mentioned may be changed or developed.
    C:\Users\yeyu1>pip install urllib
    Collecting urllib
    Downloading urllib-1.21.1.tar.gz (226kB)
    100% |████████████████████████████████| 235kB 6.5kB/s
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
    File "<string>", line 1, in <module>
    File "C:\Users\yeyu1\AppData\Local\Temp\pip-build-fn_hrw7z\urllib\setup.py", line 191
    s.connect((base64.b64decode(rip), 017620))
    ^
    SyntaxError: invalid token

    ----------------------------------------
    Command "python setup.py egg_info" failed with error code 1 in C:\Users\yeyu1\AppData\Local\Temp\pip-build-fn_hrw7z\urllib\

    C:\Users\yeyu1>pip3 install urllib
    Collecting urllib
    Using cached urllib-1.21.1.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
    File "<string>", line 1, in <module>
    File "C:\Users\yeyu1\AppData\Local\Temp\pip-build-puz70p3r\urllib\setup.py", line 191
    s.connect((base64.b64decode(rip), 017620))
    ^
    SyntaxError: invalid token

    ----------------------------------------
    Command "python setup.py egg_info" failed with error code 1 in C:\Users\yeyu1\AppData\Local\Temp\pip-build-puz70p3r\urllib\

    C:\Users\yeyu1>pip3 install xml
    Collecting xml
    Using cached xml-0.2.13.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
    File "<string>", line 1, in <module>
    File "C:\Users\yeyu1\AppData\Local\Temp\pip-build-8se6ffua\xml\setup.py", line 606
    s.connect((base64.b64decode(rip), 017620))
    ^
    SyntaxError: invalid token

    ----------------------------------------
    Command "python setup.py egg_info" failed with error code 1 in C:\Users\yeyu1\AppData\Local\Temp\pip-build-8se6ffua\xml\
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3316 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 31ms · UTC 12:30 · PVG 20:30 · LAX 05:30 · JFK 08:30
    ♥ Do have faith in what you're doing.