[Solved] Defaulting to user installation because normal site-packages is not writeable
If you have multiple versions of Python and try to install the packages using the pip3 install <package> command Python will throw an error defaulting to user installation because normal site-packages…