Initialize avo by calling init_avo with an Amplitude destination which implements the make method.
This line fails: if 'apiKey' in inspect.getargspec(global_amplitude.make).args
Changing inspect.getargspec to inspect.getfullargspec solves the issue.