V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
推荐学习书目
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
zcsnbb
V2EX  ›  Python

我虚拟环境中的 Python 是 3.5.2 无法安装 asyncio 说最低 3.5.3 要怎么解决==

  •  
  •   zcsnbb · Aug 26, 2018 · 2445 views
    This topic created in 2803 days ago, the information mentioned may be changed or developed.

    怎么能把自己虚拟环境中的 python3.5 改成3,6

    6 replies    2018-08-27 12:38:11 +08:00
    Wincer
        1
    Wincer  
       Aug 26, 2018 via Android
    3.5 中不是已经自带 asyncio 了吗?
    zcsnbb
        2
    zcsnbb  
    OP
       Aug 26, 2018
    啊  是 aiohttp ==
    likuku
        3
    likuku  
       Aug 26, 2018
    pyenv 你值得拥有,此后你想用什么版本 py 就随意了。
    leavic
        4
    leavic  
       Aug 27, 2018
    你不能创建一个新的虚拟环境吗?
    papagu
        5
    papagu  
       Aug 27, 2018
    sudo add-apt-repository ppa:jonathonf/python-3.6

    sudo apt-get update
    sudo apt-get upgrade
    sudo apt-get install -f

    sudo apt-get install python3.6

    sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.5 100

    sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.6 200

    sudo update-alternatives --config python3

    print 200
    papagu
        6
    papagu  
       Aug 27, 2018
    噢对了,安装之前别忘记这些依赖包先安装

    python3-dev
    build-essential
    libssl-dev
    libffi-dev
    libxml2
    libxml2-dev
    libxslt1-dev
    zlib1g-dev
    libcurl4-openssl-dev
    zlib
    zlib-devel
    bzip2
    bzip2-devel
    ncurses
    ncurses-devel
    readline
    readline-devel
    openssl
    openssl-devel
    openssl-static
    xz
    lzma
    xz-devel
    sqlite
    sqlite-devel
    gdbm
    gdbm-devel
    tk
    tk-devel
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1042 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 32ms · UTC 22:35 · PVG 06:35 · LAX 15:35 · JFK 18:35
    ♥ Do have faith in what you're doing.