Your message dated Wed, 05 Jul 2023 22:44:21 +0000
with message-id <e1qhbet-00bg6u...@fasolo.debian.org>
and subject line Bug#1040406: fixed in python-azure 20230705+git-1
has caused the Debian Bug report #1040406,
regarding python3-azure-cli - fails with No module named 
'azure.mgmt.compute.v2022_11_01'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1040406: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1040406
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python3-azure-cli
Version: 2.50.0-1
Severity: grave

azure-cli with all dependencies fullfilled does not allow "az" to run:

| % az vm -h
| The command failed with an unexpected error. Here is the traceback:
| No module named 'azure.mgmt.compute.v2022_11_01'
| Traceback (most recent call last):
|   File "/usr/lib/python3/dist-packages/knack/cli.py", line 233, in invoke
|     cmd_result = self.invocation.execute(args)
|                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|   File "/usr/lib/python3/dist-packages/azure/cli/core/commands/__init__.py", 
line 588, in execute
|     parsed_args = self.parser.parse_args(args)
|                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|   File "/usr/lib/python3/dist-packages/knack/parser.py", line 261, in 
parse_args
|     return super().parse_args(args)
|            ^^^^^^^^^^^^^^^^^^^^^^^^
|   File "/usr/lib/python3.11/argparse.py", line 1881, in parse_args
|     args, argv = self.parse_known_args(args, namespace)
|                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|   File "/usr/lib/python3/dist-packages/azure/cli/core/parser.py", line 281, 
in parse_known_args
|     self._namespace, self._raw_arguments = 
super().parse_known_args(args=args, namespace=namespace)
|                                            
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|   File "/usr/lib/python3.11/argparse.py", line 1914, in parse_known_args
|     namespace, args = self._parse_known_args(args, namespace)
|                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|   File "/usr/lib/python3.11/argparse.py", line 2108, in _parse_known_args
|     positionals_end_index = consume_positionals(start_index)
|                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|   File "/usr/lib/python3.11/argparse.py", line 2085, in consume_positionals
|     take_action(action, args)
|   File "/usr/lib/python3.11/argparse.py", line 1990, in take_action
|     action(self, namespace, argument_values, option_string)
|   File "/usr/lib/python3.11/argparse.py", line 1253, in __call__
|     subnamespace, arg_strings = parser.parse_known_args(arg_strings, None)
|                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|   File "/usr/lib/python3/dist-packages/azure/cli/core/parser.py", line 281, 
in parse_known_args
|     self._namespace, self._raw_arguments = 
super().parse_known_args(args=args, namespace=namespace)
|                                            
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|   File "/usr/lib/python3.11/argparse.py", line 1914, in parse_known_args
|     namespace, args = self._parse_known_args(args, namespace)
|                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|   File "/usr/lib/python3.11/argparse.py", line 2126, in _parse_known_args
|     start_index = consume_optional(start_index)
|                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|   File "/usr/lib/python3.11/argparse.py", line 2066, in consume_optional
|     take_action(action, args, option_string)
|   File "/usr/lib/python3.11/argparse.py", line 1990, in take_action
|     action(self, namespace, argument_values, option_string)
|   File "/usr/lib/python3.11/argparse.py", line 1131, in __call__
|     parser.print_help()
|   File "/usr/lib/python3.11/argparse.py", line 2613, in print_help
|     self._print_message(self.format_help(), file)
|                         ^^^^^^^^^^^^^^^^^^
|   File "/usr/lib/python3/dist-packages/azure/cli/core/parser.py", line 192, 
in format_help
|     super(AzCliCommandParser, self).format_help()
|   File "/usr/lib/python3/dist-packages/knack/parser.py", line 248, in 
format_help
|     self.cli_help.show_help(self.prog.split()[0],
|   File "/usr/lib/python3/dist-packages/azure/cli/core/_help.py", line 165, in 
show_help
|     else self.group_help_cls(self, delimiters, parser)
|          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|   File "/usr/lib/python3/dist-packages/knack/help.py", line 253, in __init__
|     child.load(options)
|   File "/usr/lib/python3/dist-packages/azure/cli/core/_help.py", line 296, in 
load
|     loader.versioned_load(self, options)
|   File "/usr/lib/python3/dist-packages/azure/cli/core/_help_loaders.py", line 
154, in versioned_load
|     super(CliHelpFile, help_obj).load(parser)  # pylint:disable=bad-super-call
|     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|   File "/usr/lib/python3/dist-packages/knack/help.py", line 198, in load
|     description = getattr(options, 'description', None)
|                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|   File "/usr/lib/python3/dist-packages/knack/parser.py", line 241, in 
__getattribute__
|     self.description = self._description() \
|                        ^^^^^^^^^^^^^^^^^^^
|   File 
"/usr/lib/python3/dist-packages/azure/cli/core/commands/command_operation.py", 
line 133, in description_loader
|     op = self.get_op_handler(self.op_path)
|          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|   File 
"/usr/lib/python3/dist-packages/azure/cli/core/commands/command_operation.py", 
line 59, in get_op_handler
|     handler = import_module(mod_to_import)
|               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|   File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module
|     return _bootstrap._gcd_import(name[level:], package, level)
|            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|   File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
|   File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
|   File "<frozen importlib._bootstrap>", line 1126, in _find_and_load_unlocked
|   File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
|   File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
|   File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
|   File "<frozen importlib._bootstrap>", line 1140, in _find_and_load_unlocked
| ModuleNotFoundError: No module named 'azure.mgmt.compute.v2022_11_01'

-- System Information:
Debian Release: trixie/sid
  APT prefers testing
  APT policy: (700, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.3.0-2-amd64 (SMP w/16 CPU threads; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages python3-azure-cli depends on:
ii  python3                         3.11.2-1+b1
ii  python3-antlr4                  4.9.1-1
ii  python3-azure                   20230112+git-1
ii  python3-azure-cli-core          2.50.0-1
ii  python3-azure-cosmos            3.1.1-5
ii  python3-azure-datalake-store    0.0.53-1
ii  python3-azure-multiapi-storage  1.2.0-1
ii  python3-chardet                 5.1.0+dfsg-2
ii  python3-colorama                0.4.6-2
ii  python3-distro                  1.8.0-1
ii  python3-fabric                  2.6.0-1
ii  python3-github                  1.55-3
ii  python3-javaproperties          0.8.1-1.1
ii  python3-jsondiff                2.0.0-2
ii  python3-nacl                    1.5.0-2
ii  python3-packaging               23.1-1
ii  python3-scp                     0.14.4-1
ii  python3-semver                  2.10.2-3
ii  python3-six                     1.16.0-4
ii  python3-sshtunnel               0.1.4-3
ii  python3-urllib3                 1.26.16-1
ii  python3-websocket               1.2.3-1
ii  python3-xmltodict               0.13.0-1

Versions of packages python3-azure-cli recommends:
pn  python3-azext-devops  <none>

python3-azure-cli suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: python-azure
Source-Version: 20230705+git-1
Done: Luca Boccassi <bl...@debian.org>

We believe that the bug you reported is fixed in the latest version of
python-azure, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1040...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Luca Boccassi <bl...@debian.org> (supplier of updated python-azure package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 05 Jul 2023 20:18:18 +0100
Source: python-azure
Architecture: source
Version: 20230705+git-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Luca Boccassi <bl...@debian.org>
Closes: 1040406
Changes:
 python-azure (20230705+git-1) unstable; urgency=medium
 .
   * New upstream version 20230705+git (Closes: #1040406)
   * python3-azure-doc: mark as MA foreign
Checksums-Sha1:
 3f8d7459d4f3243b45e4047609ac1ece86dd90a2 2807 python-azure_20230705+git-1.dsc
 88a9ad18f9eeaf4cede023972abe7fc00d2a9f7b 24404988 
python-azure_20230705+git.orig.tar.xz
 df106a537ee39b7dabb40647beeabe53fdb52c7c 9416 
python-azure_20230705+git-1.debian.tar.xz
 5a80994bc1f1318e76d403abb26f2d38212f93ba 10129 
python-azure_20230705+git-1_source.buildinfo
Checksums-Sha256:
 fce8e46f30bd8bf70c169009264d01d1fb98a55485b95eee28756e9f7fc8a743 2807 
python-azure_20230705+git-1.dsc
 7e4f9bbcb04d8b081f98f115e2d833dd0373e4502f0cc05b7a5792fb8b1dd169 24404988 
python-azure_20230705+git.orig.tar.xz
 bff5566d6c1aaf10edb98ba607d871fadf229e1fac9734b4a0e76242853e1f63 9416 
python-azure_20230705+git-1.debian.tar.xz
 3c8bd46922f589aa18fbe2f4112895526f902945c961531695e1b63552486071 10129 
python-azure_20230705+git-1_source.buildinfo
Files:
 73d3943f71ecf0b5421a94b3426b525a 2807 python optional 
python-azure_20230705+git-1.dsc
 83ca3cffb680aa3344fe98e8d4961274 24404988 python optional 
python-azure_20230705+git.orig.tar.xz
 d01d508e6a0c2a4c3bece74cd35c98f7 9416 python optional 
python-azure_20230705+git-1.debian.tar.xz
 3f22bdf3e47f935484ceae31eff4795a 10129 python optional 
python-azure_20230705+git-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJFBAEBCgAvFiEErCSqx93EIPGOymuRKGv37813JB4FAmSl1joRHGJsdWNhQGRl
Ymlhbi5vcmcACgkQKGv37813JB7NGg/9EDZxSGhH2DYiCyf4c8WPVZkyG5VfIsm/
5Xm7PGroHwkLlwyudVZRgrA+fgfLVTznHg9dTsduGLeQ2ufWbm58hJJeIwu6AhvR
6EQ63gsQB3Dsqh7glzENeEK3sTVQu5tK6Opx63Twve36d5hjATCLJD3Ke2UYdKj3
K8QMXK2biPDhE3yWuidVl2cNH59or/bXJkxcKY4AelJgdPsVkByOlatTbcAuHrx6
p3sNiEHCjX1n7QK+YMGb1kqKP+Cx3WOTD6T29ui1LvzIiWxoxkKy0F4RC24Y0Bb6
RlJarnv3tBUJp6JgZ+YBYwOzqhdPN6gW4NTjYMfG6XS0w1MhoSxeg4ufCLVUJ7io
xZ5plKW4+A+zoUsGXyDa/mX0srOBbYK+xx07S38rDq4WjYMFb54DYeTdmq4mqkrm
BzlQoZ5lusOkrdp3C3+ZE/twuDzHA8qjqn7hG2oUnuJHs70QHpZN9rea40p1xzPS
XpG74ieS97qa/idc4x6ygJgDB8y40qqM/iwQvdI6Q0ipPSWgo+gNkPBzr8nutEJk
Ageovw16YjgUn/VlmFYycklZ2FcRi3EU3S1F6rIIS1e+MxND07dI5HGmyhpxgYFI
R0CmamhaYzk0uKKsZGyYe31h+MQBsVxKzOY8+CaDspVD9zl77q5Xc0LP8HQGNRIT
sTY8ollN5Mk=
=zRUs
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to