我是靠谱客的博主 坚强爆米花,最近开发中收集的这篇文章主要介绍解决pip install 不成功问题,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

40:441: execution error: The directory ‘/Users/lina/Library/Caches/pip/http’ or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo’s -H flag.
The directory ‘/Users/lina/Library/Caches/pip’ or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo’s -H flag.
matplotlib 1.3.1 requires nose, which is not installed.
pyopenssl 19.0.0 has requirement six>=1.5.2, but you’ll have six 1.4.1 which is incompatible.
sphinx 1.8.5 has requirement six>=1.5, but you’ll have six 1.4.1 which is incompatible.
Cannot uninstall ‘pyparsing’. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
You are using pip version 10.0.1, however version 19.0.3 is available.
You should consider upgrading via the ‘pip install --upgrade pip’ command.

解决方案:
sudo pip install --ignore-installed flask-SQLAlchemy

最后

以上就是坚强爆米花为你收集整理的解决pip install 不成功问题的全部内容,希望文章能够帮你解决解决pip install 不成功问题所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(49)

评论列表共有 0 条评论

立即
投稿
返回
顶部