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

TypeError #32

Closed
putarpuar opened this issue Apr 27, 2017 · 0 comments
Closed

TypeError #32

putarpuar opened this issue Apr 27, 2017 · 0 comments

Comments

@putarpuar
Copy link

putarpuar commented Apr 27, 2017

--- Sorry, it is working with python 2.7

Hey,

I have an issue with the execution of aws-adfs. I think I have all the dependencies installed, but still this error:

Traceback (most recent call last):
File "/usr/local/bin/aws-adfs", line 11, in
sys.exit(cli())
File "/usr/local/lib/python3.5/dist-packages/click/core.py", line 722, in call
return self.main(*args, **kwargs)
File "/usr/local/lib/python3.5/dist-packages/click/core.py", line 696, in main
with self.make_context(prog_name, args, **extra) as ctx:
File "/usr/local/lib/python3.5/dist-packages/click/core.py", line 621, in make_context
self.parse_args(ctx, args)
File "/usr/local/lib/python3.5/dist-packages/click/core.py", line 1015, in parse_args
echo(ctx.get_help(), color=ctx.color)
File "/usr/local/lib/python3.5/dist-packages/click/utils.py", line 259, in echo
file.write(message)
File "/usr/lib/python3.5/codecs.py", line 377, in write
self.stream.write(data)
TypeError: write() argument must be str, not bytes

Do I forget something?

Thanks :)

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