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

Twython not working in Python 3? #3

Open
new-yen opened this issue Apr 1, 2018 · 1 comment
Open

Twython not working in Python 3? #3

new-yen opened this issue Apr 1, 2018 · 1 comment

Comments

@new-yen
Copy link

new-yen commented Apr 1, 2018

Hello,

while trying to build this project I encountered some problems as the twitter upload just wouldn't work for me . It seems that Twython only works in Python 2.
I think this is worth mentioning and maybe should go in a pull request or did I just miss this information somehow.

cheers
david

@tumbleweedlabs
Copy link

I'm experiencing this too. Can't get Twython to install and can't run gifcam because of a dependancy on twython.

Installing from PIP yields this error
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-38ZipD/twython/

Trying to build twython from source yields this error:
Traceback (most recent call last):
File "setup.py", line 33, in
long_description=open('README.md', encoding='utf-8').read() + '\n\n' +open('HISTORY.md', encoding='utf-8').read(),
TypeError: 'encoding' is an invalid keyword argument for this function

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

2 participants