除了Mac OSX附带的Python版本之外,我最近从他们的网站上下载了python.这是我开始在使用pip安装软件包时遇到问题.
sudo pip install -vvv pygoogle
Run Code Online (Sandbox Code Playgroud)
将输出以下内容:
The directory '/Users/robot/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/robot/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 …Run Code Online (Sandbox Code Playgroud)