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

Work around typing.Deque import error for Python 3.5 #4254

Merged
merged 1 commit into from
Nov 5, 2019
Merged

Work around typing.Deque import error for Python 3.5 #4254

merged 1 commit into from
Nov 5, 2019

Conversation

zhuochenKIDD
Copy link
Contributor

@zhuochenKIDD zhuochenKIDD commented Nov 5, 2019

Issue is: https://discuss.tvm.ai/t/what-is-minimal-python3-version-requirements/4594

After #4250 is merged, newest code still not worked in python 3.5.

Because "from typing import Deque" will cause ImportError, and it's from #3863

I fix this and make tvm works in my env(python 3.5.2), however, I am not sure where this fix is appropriate or do we have more elegant way, would you pls help take a look, thanks

@tqchen @MarisaKirisame

@tqchen tqchen merged commit aae5cde into apache:master Nov 5, 2019
@tqchen
Copy link
Member

tqchen commented Nov 5, 2019

Thanks @zhuochenKIDD

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.

2 participants