Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚开始尝试使用 Nitrous.io。我用 python 制作了一个盒子,并试图使用 pip 安装一个名为 praw 的 python 包。
它可以很好地下载所有信息,但是在运行安装脚本时,我收到一条错误消息,指出由于 /usr 目录中的权限限制,它无法创建文件。有什么办法可以解决这个问题,因为我需要这个包才能让我的应用程序正常工作。
You could try pip install --user praw
pip install --user praw
https://pip.pypa.io/en/latest/user_guide.html#user-installs