PipedreamHQ / PipedreamHQ/pipedream

[BUG] Azure Python requirements issue

Open
#4,756 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.