Код: Выделить всё
Traceback (most recent call last):
File "C:\Users\AZ\AppData\Local\Programs\Python\Python310\lib\site-packages\azure\storage\queue\__init__.py", line 8, in
from ._queue_client import QueueClient
File "C:\Users\AZ\AppData\Local\Programs\Python\Python310\lib\site-packages\azure\storage\queue\_queue_client.py", line 22, in
from ._shared.base_client import StorageAccountHostsMixin, parse_connection_str, parse_query
File "C:\Users\AZ\AppData\Local\Programs\Python\Python310\lib\site-packages\azure\storage\queue\_shared\base_client.py", line 26, in
from azure.core.pipeline.transport import RequestsTransport, HttpTransport
ImportError: cannot import name 'RequestsTransport' from 'azure.core.pipeline.transport' (C:\Users\AZ\AppData\Local\Programs\Python\Python310\lib\site-packages\azure\core\pipeline\transport\__init__.py)
Process finished with exit code 1
azure-storage-queue==12.1.6
Я проверил в файле base_client.py, что он импортирует «из azure.core.pipeline.transport import RequestsTransport, HttpTransport». Все равно это неудачно
Подробнее здесь: https://stackoverflow.com/questions/791 ... ipeline-tr