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

Is any plan to support Python37? #3010

Closed
qzqsmile opened this issue Jul 26, 2018 · 3 comments
Closed

Is any plan to support Python37? #3010

qzqsmile opened this issue Jul 26, 2018 · 3 comments

Comments

@qzqsmile
Copy link

i selected Python37 released last month as my default interpter, but it raised some error tips when i try to import this library. is there any plan to support it?

@lmazuel
Copy link
Member

lmazuel commented Jul 28, 2018

What library when you say "this"? 3.7 is tested and part of our CI and everything works. CLI of Azure is already shipped with Python 3.7.

@qzqsmile
Copy link
Author

qzqsmile commented Jul 30, 2018

The libraries import keyring. The error is caused by the library keyring from my tips. I tried to import keyring in python terminal. it also failed even i have installed it.
My dev: win10 64bit

@lmazuel
Copy link
Member

lmazuel commented Jul 30, 2018

keyring is an optional package for token caching. It prints weird things I admit, but it's disabled on the fly where keyring cannot be configured or run. This does NOT block any SDK usage, see our Travis job for instance:
https://travis-ci.org/Azure/azure-sdk-for-python/jobs/409164873

keyring will be removed as a dependency is the next version of the runtime, because we're moving to another cache system more reliable. In the meantime, you can uninstall safely keyring on Python 3.7, the code is already ready to act without it and you won't get any ImportError.

Closing, since I believe the question is answered. Feel free to still comment if want to add or ask anything else.
Thanks,

Edit: Keyring is optional since msrestazure 0.4.13 to be precise (August 2017)
https://github.com/Azure/msrestazure-for-python#2017-08-24-version-0413

You need at least this version.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants