-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
ImportError: No module named v2018_09_01.models #4722
Comments
I encountered the same issue. The ImportError appears with azure-mgmt-compute 4.5.0, and all was well with 4.4.0. (Edit: sorry, I did not see you already pinpointed the PR in question!) |
Same issue. The quickest current fix is to set the
P.S. This is not the first time this is happening... |
Hi everybody, I'm sorry from that issue. 4.5.1 is released and should solve it all. There was un unfortunate hole in our testsuite for this import (that the concept of "bugs" right, holes in tests :)). There is now a test for this specific scenario to avoid regression. Thank you, sorry for the disturbance :( |
We have fixed our requires to
azure==4.0.0
, but it seems that #4151 introduced some changes that affected the current 4.0.0 release in pypi. The error surfaced inazure-sdk-for-python/azure-mgmt-compute/azure/mgmt/compute/models.py
Line 10 in 83e33b4
There is a
v2018_06_01
module and av2018_09_30
module, butv2018_09_01
does not exist.Any feedback will be appreciated.
The text was updated successfully, but these errors were encountered: