Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when creating a new version #49

Open
bendem opened this issue Oct 11, 2018 · 0 comments
Open

Error when creating a new version #49

bendem opened this issue Oct 11, 2018 · 0 comments

Comments

@bendem
Copy link

bendem commented Oct 11, 2018

/Users/benjamin/.ansible/tmp/ansible-tmp-1539239250.317117-87862374970487/AnsiballZ_elasticbeanstalk_version.py:17: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
  import imp
Traceback (most recent call last):
  File "/Users/benjamin/.ansible/tmp/ansible-tmp-1539239250.317117-87862374970487/AnsiballZ_elasticbeanstalk_version.py", line 113, in <module>
    _ansiballz_main()
  File "/Users/benjamin/.ansible/tmp/ansible-tmp-1539239250.317117-87862374970487/AnsiballZ_elasticbeanstalk_version.py", line 105, in _ansiballz_main
    invoke_module(zipped_mod, temp_path, ANSIBALLZ_PARAMS)
  File "/Users/benjamin/.ansible/tmp/ansible-tmp-1539239250.317117-87862374970487/AnsiballZ_elasticbeanstalk_version.py", line 48, in invoke_module
    imp.load_module('__main__', mod, module, MOD_DESC)
  File "/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/imp.py", line 235, in load_module
    return load_source(name, filename, file)
  File "/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
  File "<frozen importlib._bootstrap>", line 630, in _exec
  File "<frozen importlib._bootstrap_external>", line 728, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/var/folders/5t/6hpmgtb91t15s5b9k_zj35ch0000gn/T/ansible_elasticbeanstalk_version_payload_iegq050d/__main__.py", line 266, in <module>
  File "/var/folders/5t/6hpmgtb91t15s5b9k_zj35ch0000gn/T/ansible_elasticbeanstalk_version_payload_iegq050d/__main__.py", line 235, in main
  File "/var/folders/5t/6hpmgtb91t15s5b9k_zj35ch0000gn/T/ansible_elasticbeanstalk_version_payload_iegq050d/__main__.py", line 173, in filter_empty
AttributeError: 'dict' object has no attribute 'iteritems'

Runtime information:

(.venv) ➜  infra git:(master) ✗ python --version
Python 3.7.0
(.venv) ➜  infra git:(master) ✗ pip --version
pip 18.1 from .venv/lib/python3.7/site-packages/pip (python 3.7)
(.venv) ➜  infra git:(master) ✗ pip freeze
ansible==2.7.0
asn1crypto==0.24.0
bcrypt==3.1.4
boto==2.49.0
boto3==1.9.20
botocore==1.12.20
cffi==1.11.5
cryptography==2.3.1
docutils==0.14
idna==2.7
Jinja2==2.10
jmespath==0.9.3
MarkupSafe==1.0
paramiko==2.4.2
pyasn1==0.4.4
pycparser==2.19
PyNaCl==1.3.0
python-dateutil==2.7.3
PyYAML==3.13
s3transfer==0.1.13
six==1.11.0
urllib3==1.23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant