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

Fix Python3.7 compatibility issue #1042

Merged
merged 2 commits into from
Jun 2, 2018
Merged

Conversation

daun-io
Copy link
Contributor

@daun-io daun-io commented May 12, 2018

passing "async" argument can make invalid argument error on python 3.7
#1017 async invalid syntax #1017

Taylor Jung and others added 2 commits May 12, 2018 20:09
passing "async" argument can make invalid argument error on python 3.7
passing "async" argument can make invalid argument error on python 3.7
@joshthecoder
Copy link
Member

Looks good thanks :)

@alexott
Copy link

alexott commented Jul 2, 2018

Can we get a release with this bug fix?

@shuuji3
Copy link
Contributor

shuuji3 commented Aug 4, 2018

For those who need to use Tweepy in Python3.7 immediately, here is a workaround:

$ pip install git+https://github.com/tweepy/tweepy

This command will install the GitHub's latest version (as v3.6.0) instead of PyPI's v3.6.0.

ref. VCS Support ― pip install — pip 18.0 documentation

@ilf
Copy link

ilf commented Oct 6, 2018

Python 3.7 has been out for more than three months now, so have the initial patches here. Is there anything we can do to help get out a tweepy release that works with current Python? Thanks!

@denyramandaa
Copy link

Thank you! it's helped me!

@hugovk
Copy link
Contributor

hugovk commented Nov 28, 2018

There is now a Tweepy release supporting Python 3.7.

Thank you, @joshthecoder!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Improvement This is regarding an improvement to an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants