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

use python3 instead to fix awscli breaking #54

Merged
merged 3 commits into from
Mar 1, 2024
Merged

Conversation

jcputter
Copy link
Contributor

@jcputter jcputter commented Mar 1, 2024

== START LOGIN
Traceback (most recent call last):
  File "/usr/bin/aws", line 19, in <module>
    import awscli.clidriver
  File "/usr/lib/python2.7/site-packages/awscli/clidriver.py", line ***, in <module>
    import botocore.session
  File "/usr/lib/python2.7/site-packages/botocore/session.py", line 29, in <module>
    import botocore.configloader
  File "/usr/lib/python2.7/site-packages/botocore/configloader.py", line 19, in <module>
    from botocore.compat import six
  File "/usr/lib/python2.7/site-packages/botocore/compat.py", line [27], in <module>
    from dateutil.tz import tzlocal
  File "/usr/lib/python2.7/site-packages/dateutil/__init__.py", line 5, in <module>
    from ._version import version as __version__
  File "/usr/lib/python2.7/site-packages/dateutil/_version.py", line 10
    version: str
           ^
SyntaxError: invalid syntax

@brunopadz
Copy link

Installing python-dateutil-2.8.2 also solves the issue. But yeah +1 to merge it ASAP. :)

@kciter kciter merged commit ea6db9e into kciter:master Mar 1, 2024
@rkorebrits-paystack
Copy link

@jcputter @kciter Thanks! Works again - can we expect a new release soon?

@giopunt
Copy link
Contributor

giopunt commented Mar 1, 2024

@jcputter @kciter Thanks! Works again - can we expect a new release soon?

you can already target tag v5, kciter/aws-ecr-action@v5

@kciter
Copy link
Owner

kciter commented Mar 1, 2024

@brunopadz @rkorebrits-paystack @giopunt
I've just released v5.

jcputter added a commit to jcputter/aws-ecr-action that referenced this pull request May 22, 2024
Merge pull request kciter#54 from jcputter/master
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

Successfully merging this pull request may close these issues.

5 participants