On 4/22/22, Tola Oj <ojomooluwatolami...@gmail.com> wrote: > im trying to upgrade my pip so i can install openpyxl. i though i had > successfully upgraded pip, and then I was trying to install openpyxl, but I > was getting this: > > C:\Users\ojomo>"C:\Program Files\Python310\python.exe" -m pip install > --upgrade > > [...] > > "C:\Users\ojomo\AppData\Roaming\Python\Python310\site-packages\pip\__main__.py", > line 29, in <module>
You have pip installed for the current user, but Python is installed for all users. I'd delete the package directory "%AppData%\Python\Python310\site-packages\pip". Then run ensurepip and upgrade from an administrator shell. This will install and update pip for all users. https://docs.python.org/3/library/ensurepip.html -- https://mail.python.org/mailman/listinfo/python-list