I am working through Paul McWhorter's excellent series on programming with Python on the raspberry Pi. I am up to lesson 14 in which he installs vpython and uses it to virtually simulate output from the pi 4.
Every time I try to install vpython using "sudo pip3 install vpython -U" the installation fails and python is not able to import vpython.
Has anyone installed vpython on a raspberry pi 4 successfully