PipedreamHQ / PipedreamHQ/pipedream
[BUG] Azure Python requirements issue
Open
bug
tracked internally
triaged
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
The following Python code:
```
from azure.data.tables import TableClient, TableTransactionError
```
produces this `requirements.txt` file:
```
azure==5.0.0
azure_data_tables==12.4.1
```
But this fails to install with the following error:
```
RuntimeError: Starting with v5.0.0, the 'azure' meta-package is deprecated and cannot be installed anymore. Please install the service specific packages prefixed by `azure` needed for your application
```
Contributor guide
Assessment
This issue has not been assessed yet.