publishing and downloading artifacts from azure devops using the CLI on Redhat 7.4
See original GitHub issueThis is autogenerated. Please review and update as needed.
Describe the bug
Command Name
az artifacts universal download Extension Name: azure-devops. Version: 0.15.0.
Errors:
The command failed with an unexpected error. Here is the traceback:
_sigint_handler() takes exactly 1 argument (3 given)
Traceback (most recent call last):
File "/scratch/nljhfl/azure_cli/lib/lib/python2.7/site-packages/knack/cli.py", line 206, in invoke
cmd_result = self.invocation.execute(args)
File "/scratch/nljhfl/azure_cli/lib/lib/python2.7/site-packages/azure/cli/core/commands/__init__.py", line 603, in execute
raise ex
TypeError: _sigint_handler() takes exactly 1 argument (3 given)
To Reproduce:
Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
- Put any pre-requisite steps here…
az artifacts universal download --organization {} --feed {} --name {} --version {} --path {}
Expected Behavior
Environment Summary
Linux-3.10.0-693.17.1.el7.x86_64-x86_64-with-redhat-7.4-Maipo
Python 2.7.11
Shell: bash
azure-cli 2.0.77
Extensions:
azure-devops 0.15.0
interactive 0.4.3
Additional Context
Issue Analytics
- State:
- Created 4 years ago
- Comments:7
Top Results From Across the Web
Publish and download universal packages with Azure Artifacts
Using Azure CLI, you can publish and download universal packages from the command line. Uploaded packages can vary in size (up to 4...
Read more >Publish and download pipeline Artifacts - Azure
You can download artifacts using YAML, the classic editor, or Azure CLI. ... List of published artifacts will be available only in following ......
Read more >Publish & download Universal Packages - Azure Pipelines
Packages can be published and consumed to and from Artifacts feeds by using the Azure CLI or Azure Pipelines.
Read more >Publish and download build artifacts - Azure Pipelines
You can use Azure Pipelines to publish and download different types of artifacts as part of your CI/CD workflow.
Read more >Publish and consume packages from the CLI - Azure Artifacts
Publish Python packages · Install the latest version of Azure Artifacts keyring. Command Kopiraj. pip install twine keyring artifacts-keyring.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @atbagga It looks like moving to python 3.7 fixed this issue for me. Can you make sure that the installation instructions on the microsoft website get updated correctly?
Here it lists that it is possible to install and run this with Python 2.7.
Thanks.
@simonbMS glad to hear that you are unblocked. Could you create a new Feature Request issue in this repo with your suggestion? It makes it easier for us to track new features. I’ve put a work item on our backlog to fix the docs.