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
MiLoucius
V2EX  ›  Python

conda 与 pip 不能共存

  •  
  •   MiLoucius · 2018-04-21 12:17:05 +08:00 · 4568 次点击
    这是一个创建于 2190 天前的主题,其中的信息可能已经有所发展或是发生改变。
    >>> conda list
    
    >>> pandas                    0.20.3                   py36_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free> 
    >>> pandas                    0.22.0                    <pip>
    

    先用 pip 安装了 pandas 然后为了安装 statsmodels,conda 把 pandas 回滚到了0.20.3版 虽然显示有0.22.0版的 但 Anaconda3\Lib\site-packages\pandas 目录下却变成了0.20.3版的了

    →→conda 与 pip 不能共存

    1 条回复    2018-04-26 15:51:57 +08:00
    necomancer
        1
    necomancer  
       2018-04-26 15:51:57 +08:00
    conda clean --all 有木有效果?
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2583 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 15:28 · PVG 23:28 · LAX 08:28 · JFK 11:28
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.