-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
azure-cli: add pip
resource
#194884
azure-cli: add pip
resource
#194884
Conversation
Signed-off-by: Patrick Linnane <[email protected]>
🤖 An automated task has requested bottles to be published to this PR. |
@p-linnane Do you know why
|
Hey @carlocab and @p-linnane! I also opened an issue in the initial repo: |
@erik-bershel It seems like we need to downgrade back to Python 3.11 despite 3.12 being listed as supported for packaging so that we can unblock you. @bebound We aren't able to determine the correct resources with the current project set up:
So the best thing we can do is run |
Yeah, for now it seams to be very brave statement |
I don't know the logic of Well, I figured out why |
We've already used 3.12 in Azure Linux 3. Including |
I've opened #195315 to ensure |
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?azure-cli
needspip
with Python 3.12+ in order foraz extension add
to work: Azure/azure-cli#29922