I'm getting a KeyError error hen running this curl command from the README page on the GAM repo:
Good, you're running MacOS 10.12...
Getting file and download URL...
Traceback (most recent call last):
File "<string>", line 16, in <module>
KeyError: 'assets'
Traceback (most recent call last):
File "<string>", line 16, in <module>
KeyError: 'assets'
Downloading file from to /var/folders/2h/xzt0nxf56dz1x8dbvq9l0fl00000gp/T/tmp.qwvathNJ.
curl: no URL specified!
curl: try 'curl --help' or 'curl --manual' for more information
Extracting archive to /Users/shawoncrosen/bin
tar: Unrecognized archive format
tar: Error exit delayed from previous errors.
ERROR: extracting the GAM archive with tar failed with error 1. Exiting.
I've tried running this in different python versions and tried running the raw curl command. My co-worker, who installed this morning, also got the same error when trying to install to a virtual environment this evening.