Needed to comment out "import requests" in get.py to allow it to run on Windows 10. Seems this import was added recently. Note current get.py generates the following error:
Traceback (most recent call last):
File "get.py", line 18, in
import requests
ImportError: No module named requests