pip install 安装时,提示【 Could not install packages due to an OSError: [Errno 13] Permission denied】

参考资料:【Python】已解决:ERROR: Could not install packages due to an OSError: [WinError 5] 拒绝访问。

我的问题:

使用pip install 安装时,遇到【Could not install packages due to an OSError: [Errno 13] Permission denied】的错误,提示可能需要【--user】选项:

pip install aspose-words

网上查了一下,可以解决的办法有如下两种(亲测可用)

1、打开命令框时,使用管理员身份,然后执行安装命令

执行命令:

pip install aspose-words

 

安装成功

2、使用–user选项

pip install aspose-words --user

执行成功

 

posted @ 2024-09-04 11:43  jiafeng  阅读(177)  评论(0编辑  收藏  举报