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

cli not python3 ready? #19

Open
Marwe opened this issue Dec 22, 2019 · 0 comments · May be fixed by #20
Open

cli not python3 ready? #19

Marwe opened this issue Dec 22, 2019 · 0 comments · May be fixed by #20
Labels

Comments

@Marwe
Copy link

Marwe commented Dec 22, 2019

I get this error after installing with python3, this is not the case with python2:

Traceback (most recent call last):
  File "/usr/local/bin/bepasty-cli", line 11, in <module>
    load_entry_point('bepasty-client-cli==0.3.0', 'console_scripts', 'bepasty-cli')()
  File "/home/martin/.local/lib/python3.6/site-packages/click/core.py", line 764, in __call__
    return self.main(*args, **kwargs)
  File "/home/martin/.local/lib/python3.6/site-packages/click/core.py", line 717, in main
    rv = self.invoke(ctx)
  File "/home/martin/.local/lib/python3.6/site-packages/click/core.py", line 956, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/home/martin/.local/lib/python3.6/site-packages/click/core.py", line 555, in invoke
    return callback(*args, **kwargs)
  File "/usr/local/lib/python3.6/dist-packages/bepasty_client_cli-0.3.0-py3.6.egg/bepasty_cli/cli.py", line 200, in main
  File "/usr/local/lib/python3.6/dist-packages/bepasty_client_cli-0.3.0-py3.6.egg/bepasty_cli/cli.py", line 262, in upload
AttributeError: 'str' object has no attribute 'decode'
@Marwe Marwe linked a pull request Jul 16, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants