nginxinc/nginx-amplify-agent

typeerror: 'dict_keys' object is not subscriptable

RyanMesser opened this issue · 1 comments

Hi

On alpine docker, I get on the setup.py
typeerror: 'dict_keys' object is not subscriptable

I had to use python3 and python3-dev but get the above error..

I tried using python2 and python2-dev but get a different error that states that the install can't be done with python 2.7.

Any ideas :)?