mac下载模块时报错OSError: [Errno 13] Permission denied: '/Library/Python/2.7/site-packages/chardet'

原文地址:https://www.cnblogs.com/liangyan-1989/p/8143129.html

安装完pip后,使用pip install selenium报以下错

OSError: [Errno 13] Permission denied: '/Library/Python/2.7/site-packages/chardet'

 

是因为权限不够,使用命令sudo pip install selenium即可下载成功

posted @ 2018-10-16 16:54  悠然现南山  阅读(1366)  评论(0编辑  收藏  举报