[bug] python3 pip 安装 MarkupSafe==1.0 失败:ImportError:cannot import name 'Feature' from 'setpools'

解决

  • 先升级pip到最新版本
    • python -m pip install --upgrade pip
  • 再升级setuptools
    • pip install --upgrade pip setuptools==45.2.0

参考

https://blog.csdn.net/a1209849629/article/details/106202964/

可能遇到的其他错误

https://blog.csdn.net/Jason847/article/details/80472114

https://segmentfault.com/q/1010000006261291

posted @ 2020-09-17 15:05  cxc1357  阅读(606)  评论(0编辑  收藏  举报