Install python packages in nitrousio

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

It downloads all the information in order, but when starting the installation of the script, an error appears indicating that it cannot create the file due to permission restrictions in the / usr directory. Is there any way around this as I need a package for my application to work properly.

+6
source share
1 answer
+11
source

Source: https://habr.com/ru/post/950809/


All Articles