question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

publishing and downloading artifacts from azure devops using the CLI on Redhat 7.4

See original GitHub issue

This 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:closed
  • Created 4 years ago
  • Comments:7

github_iconTop GitHub Comments

3reactions
jessie828commented, Dec 2, 2019

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.

0reactions
apluchecommented, Dec 6, 2019

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found