I've installed package pythonping on 3 machines all 3 fail saying "No Module named 'pythonping'

48 Views Asked by At

enter image description here

I need to this to work in WSL I've also tried different interpreters within VSCode but nothing seems to work

1

There are 1 best solutions below

0
Daryll On

Not sure if it's relevant to anyone but the fix was a simple -E

Using the "sudo -E" to preserve the environment variables"

sudo -E python3 ping.py