I am trying to use the AWSGlue module in Python, but cannot install the module in the terminal.
sh-4.2$ pip install awsglue
Collecting awsglue
Could not find a version that satisfies the requirement awsglue (from versions: )
No matching distribution found for awsglue
Is there a way around this or is there a way I can download this from a third-party?
Does anyone have this AWSGlue module working?
Any help would be appreciated.