I have already tried to install the latest version of PIP and still I'm not able to use it in python program , as well as the administrator permission was also granted (https://i.stack.imgur.com/4FvJj.png)
Asked
Active
Viewed 317 times
0
-
1A Stack Overflow question needs to have enough information to be answerable -- typically, a [mre] -- included **as part of the text of the question itself**. Images (and links) do not count; see [Why should I not upload images of code/data/errors when asking a question?](https://meta.stackoverflow.com/a/285557/14122) – Charles Duffy Aug 26 '22 at 20:20
-
That said -- a good place to start is to create a virtualenv in a directory you own. It's normal and expected (and good practice!) for an unprivileged user not to have permission to install packages in a systemwide Python installation's site-packages directory. Also, note the answer in the linked duplicate mentioning `--user`. – Charles Duffy Aug 26 '22 at 20:21