Consider using the `--user` option or check the permissions
今天win10更新pip的时候报错
根据报错内容需要加一个 --user
于是我加了一个 --user 但是因为刚才卸载了旧的pip新的没有装上就找不到
Cannot open D:\anaconda\a\Scripts\pip-script.py
Consider using the `--user` option or check the permissions
需要用
easy_install pip
Consider using the `--user` option or check the permissions
这样就OK了

相关文章:

  • 2022-12-23
  • 2021-08-04
  • 2022-01-27
  • 2022-02-17
  • 2021-08-10
  • 2021-12-09
  • 2022-12-23
  • 2021-11-27
猜你喜欢
  • 2022-12-23
  • 2021-08-06
  • 2021-06-25
  • 2021-08-03
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案