在 nitrousio 中安装 python 包
Posted
技术标签:
【中文标题】在 nitrousio 中安装 python 包【英文标题】:Installing python packages in nitrousio 【发布时间】:2013-08-02 06:56:06 【问题描述】:我刚刚开始尝试使用 Nitrous.io。我用 python 制作了一个盒子,并试图使用 pip 安装一个名为 praw 的 python 包。
它可以正常下载所有信息,但是在运行安装脚本时,我收到一条错误消息,指出由于 /usr 目录中的权限限制,它无法创建文件。有什么办法可以解决这个问题,因为我需要这个包才能让我的应用程序正常工作。
【问题讨论】:
【参考方案1】:你可以试试pip install --user praw
https://pip.pypa.io/en/latest/user_guide.html#user-installs
【讨论】:
它也适用于pip install --user -r requirements.txt
。以上是关于在 nitrousio 中安装 python 包的主要内容,如果未能解决你的问题,请参考以下文章
如何在 Google Dataproc 集群中安装 python 包
如何在 Pycharm (Python 3.8 / 3.9) 中安装 YAML 包?