推荐学习书目
› 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
shunconf
V2EX  ›  Python

conda 安装框架的问题

  •  
  •   shunconf · Jun 29, 2020 · 2331 views
    This topic created in 2280 days ago, the information mentioned may be changed or developed.

    scrapy

    进入虚拟环境安装:

    (scrapy) conda install scrapy

    得到的版本为 1.6,但是我通过 conda 的 pip 安装得到的版本是 2.2.0 的版本

    请问一下如何使用 conda 命令安装可以得到最新版本

    2 replies  •  2020-06-30 08:26:20 +08:00
    sudoy
        1
    sudoy  
       Jun 30, 2020
    conda 安装的是编译好的二进制,pip 安装的是源码或者轮子。所以经常遇到 pip 安装的版本比 conda 的要新。想要 conda 安装新版本可以自己找到源码然后自己编译成二进制
    Muniesa
        2
    Muniesa  
       Jun 30, 2020 via Android
    从 conda-forge 频道安装可能版本比较新
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Privacy   ·   Solana   ·   2531 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 46ms · UTC 10:05 · PVG 18:05 · LAX 03:05 · JFK 06:05
    ♥ Do have faith in what you're doing.