V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
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 · 2017-06-27 23:45:50 +08:00 · 4347 次点击
    这是一个创建于 2493 天前的主题,其中的信息可能已经有所发展或是发生改变。
    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\
    1 条回复    2017-06-28 00:27:28 +08:00
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3748 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 31ms · UTC 00:52 · PVG 08:52 · LAX 17:52 · JFK 20:52
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.