#Trying to fix a simple python error(Solved)

10 messages · Page 1 of 1 (latest)

regal juniper
#

I have this python error message popping up whenever I use apt in any capacity and while it doesn't affect any important functions, it's an eyesore to see this error appear everytime I touch the terminal.

Can someone tell me how to fix this error?

polar crow
regal juniper
#

That's why I am asking here

haughty sentinel
#

When you run ⁨apt⁩, it uses Python in the background. Python scans the ⁨dist-packages⁩ folder and runs any ⁨.pth⁩ files it finds. This specific file (⁨google_auth-1.5.1-nspkg.pth⁩) contains code to set up a "namespace package," but it is failing because it is incompatible with your current version of Python's import system.

#

Let me know if that made the error go away

regal juniper
#

thanks for the help

#

Trying to fix a simple python error(Solved)