使用python将文件上载到azure blob存储

2024-06-25 07:26:47 发布

您现在位置:Python中文网/ 问答频道 /正文

我正在尝试将文件上载到azure blob存储。

使用以下命令安装库

pip install azure-storage-blob

由于以下错误,项目无法运行

[ERROR] Runtime.ImportModuleError: Unable to import module 'app/handler': No module named 'cryptography.hazmat.bindings._padding'

任何人都可以帮助解决此错误。我在下面的链接中查看文档 https://docs.microsoft.com/en-us/azure/storage/blobs/storage-quickstart-blobs-python

使用Python 3.7


Tags: installpip文件项目命令错误storageerror