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

Minimum required version of "six" package doesn't work #246

Closed
godotgildor opened this issue Jan 4, 2022 · 3 comments
Closed

Minimum required version of "six" package doesn't work #246

godotgildor opened this issue Jan 4, 2022 · 3 comments

Comments

@godotgildor
Copy link

install_requires = ["requests>=2.18.0", "six>=1.12.0", "uritemplate>=3.0.0"]

Upon importing uplink, when I have uplink 0.9.5 installed with version 1.12.0 of the "six" package, I am seeing an error like:
AttributeError: module 'six.moves' has no attribute 'collections_abc'

Upgrading "six" to version 1.13.0 works though.

@prkumar
Copy link
Owner

prkumar commented Jan 4, 2022

Thanks for opening this issue @gmcrocetti! Just curious: what version of Python are you using?

prkumar added a commit that referenced this issue Jan 4, 2022
@godotgildor
Copy link
Author

I noticed this when installing to a python 3.7.12 environment

@prkumar prkumar mentioned this issue Jan 24, 2022
@prkumar
Copy link
Owner

prkumar commented Jan 24, 2022

Should be fixed with v0.9.6

@prkumar prkumar closed this as completed Jan 24, 2022
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