Installing python packages in nitrousio

别等时光非礼了梦想. 提交于 2019-12-21 01:59:25

问题


I've just started trying to use Nitrous.io. I've made a box with python, and am trying to use pip to install a python package called praw.

It downloads all of the information fine, but on running the install script, I get an error stating that it could not create a file due to permission restrictions in the /usr directory. Is there any way to get around this as I need the package for my application to work properly.


回答1:


You could try pip install --user praw

https://pip.pypa.io/en/latest/user_guide.html#user-installs



来源:https://stackoverflow.com/questions/17992580/installing-python-packages-in-nitrousio

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!