I'm trying to upload file to azure blob storage.
Installed library using following command
pip install azure-storage-blob
Project is unable to run because of following error
[ERROR] Runtime.ImportModuleError: Unable to import module 'app/handler': No module named 'cryptography.hazmat.bindings._padding'
Anyone can help to resolve this error. I'm following documentation from following link https://learn.microsoft.com/en-us/azure/storage/blobs/storage-quickstart-blobs-python
Using Python 3.7
pip install cryptography?