Forums

my code isn't working

i have this message:

17:39 ~ $ cd myapp
17:39 ~/myapp $ pip install -r requirements.txt
Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'

[edit by admin: formatting]

It looks like you're trying to install the contents of a requirements file without having the file in that directory. If you run the ls command, is the file there?