919
iPhone_iPad_Mac_手机_平板_苹果apple
Mac环境pip install
Mac环境pip install报错,如下:
The directory '/Users/xxx/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.
OSError: [Errno 1] Operation not permitted
解决方案:--user
pip install nltk --user -U
最后更新:2017-04-27 16:31:05