No. VPython 5.74 dates back to around 2010 and works only with Python 2. VPython 7 became available in 2016 and works with Python 3. See installation instructions at
vpython.org. Also, at
glowscript.org, click Help and read the section on "For those who have used Classic VPython," as there have been some changes in the VPython syntax.
Note that you can also use current VPython at
glowscript.org, without installing any software; your Python program is transpiled to JavaScript and runs in the browser. Here's an example:
tinyurl.com/vporbit. After playing with the camera controls, click "View this program" to see the code. Because this is based on JavaScript, it is not possible to import other Python modules.
Bruce