Consider using the `--user` option or check the permissions

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

你可能感兴趣的:(报错bug,python,pip,人工智能,深度学习)