unable to install azure packages when azure publish - cannot install cryptography-2.6.1 dependency:
See original GitHub issueWhich service(blob, file, queue) does this issue concern?
blob
Which version of the SDK was used? Please provide the output of pip freeze
.
1.5.0
What problem was encountered?
cannot install cryptography-2.6.1 dependency: binary dependencies without wheels are not supported. Use the --build-native-deps option to automatically build and configure the dependencies using a Docker container. More information at https://aka.ms/func-python-publish
Have you found a mitigation/solution?
No
Note: for table service, please post the issue here instead: https://github.com/Azure/azure-cosmosdb-python.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Error Deployment on Azure - python - Stack Overflow
It's recommended to use wheels for installing Python dependencies. Some packages may not install using pip when run on Azure.
Read more >Can't install a python package in the azure via kudo shell/cmd
I'm able to install the package in my local machine and run the web app successfully. I've deployed the same application in the...
Read more >Unable to publish a Python package from a pipeline to a ...
I have a basic Python 3 library that I would like to deploy to a public feed in Azure Artifacts. I am able...
Read more >Install Python Modules on Azure App Services -
Installing Python packages in Azure App Services is little tricky using pip. In this blog, I would provide best practice to do that....
Read more >Multi-Dimensional Identification of Vulnerable Access Control ...
(apps for short) including the specific software installed on a smartphone as well as ... and Microsoft Azure—are subject to data leakage attacks....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I would suggest to move it to the function worker repo, it’s not a storage or Python issue: https://github.com/Azure/azure-functions-python-worker
@vksantoshsunny ah I see.
@lmazuel any advice on this issue?