美文网首页
DEPRECATION: Uninstalling a dist

DEPRECATION: Uninstalling a dist

作者: 自由快挂 | 来源:发表于2017-04-05 10:10 被阅读0次

问题来源

sudo -H pip install Scrapy
  Found existing installation: six 1.4.1
    DEPRECATION: Uninstalling a distutils installed project (six) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.
    Uninstalling six-1.4.1:

解决办法

sudo -H pip install Scrapy --ignore-installed six

link:

  1. https://github.com/pypa/pip/issues/3165
  2. https://github.com/donnemartin/haxor-news/issues/54

相关文章

网友评论

      本文标题:DEPRECATION: Uninstalling a dist

      本文链接:https://www.haomeiwen.com/subject/kostattx.html