"Defaulting to user installation because normal site-packages is not writeable" python message
04:54 20 Jan 2021

Whenever I try to install a new python package I get this message first :

Defaulting to user installation because normal site-packages is not writeable

even though I have administrator rights and I am running my py scripts and installation commands on my computer.

Any ideas why I keep getting this message before every and each pip installation?

python installation pip