Open kevinhillinger opened 1 year ago
Hi @kevinhillinger,
Sorry for the inconvenience, please upgrade to the latest azdev by pip install azdev -U
.
@wangzelin007 I'm seeing the same issue, and as far as i can tell I have the latest azdev
installed:
% pip install azdev -U
Requirement already satisfied: azdev in ./env/lib/python3.10/site-packages (0.1.55)
You can see here this has been failing the nightly build on our CLI extension. Any workaround would be very helpful, thanks!
I also had this issue attempting to follow the instructions on https://github.com/Azure/azure-cli/blob/dev/doc/extensions/authoring.md to create a new extension without a local clone of the az cli repo. (Reverting to v0.1.48 firxt fixed this issue for me too).
This doesn't seem to be a problem now (I tried v0.1.60), although I'm not sure where it was fixed (or if it's working for the original poster).
@bobjac and I are extension authors for an "external" extension that resides in its own repository, e.g. https://github.com/Azure/partnercenter-cli-extension
Since June 16, our CI is failing with the following error when calling
azdev setup
, regardless of args.This happens locally as well after
pip install azdev
, which installs the latest version of azdev package.We've tested back to version 0.1.48 and that version works.