enter image description hereI am working object detection project. Firstly, i need to downloading “pip” and I did it. But i got an error(like in photo), and I haven’t any idea. How can i solve, do you have any idea?
Asked
Active
Viewed 26 times
-5
-
2Please add the error as text – Adder Jul 23 '18 at 14:44
-
Possible duplicate of [pip install -r: OSError: \[Errno 13\] Permission denied](https://stackoverflow.com/questions/31512422/pip-install-r-oserror-errno-13-permission-denied) – phd Jul 23 '18 at 16:09
1 Answers
0
You need to prefix your commands with sudo
because they are meant to be run as root.
Example: sudo apt-get update
.
Be careful when using sudo, you can really mess up a system as root.

Adder
- 5,708
- 1
- 28
- 56