We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 565b66c commit d85d3c3Copy full SHA for d85d3c3
sdk/eventhub/azure-eventhub/CLIENT_DEVELOPER.md
@@ -33,6 +33,12 @@ This guide is intended for developers contributing to the Azure Event Hubs Pytho
33
pip install -e .
34
```
35
36
+ **Note**: If the editable install fails or you encounter import errors, you may need to remove checkpoint store packages first:
37
+ ```bash
38
+ pip uninstall azure-eventhub-checkpointstoreblob azure-eventhub-checkpointstoreblob-aio -y
39
+ pip install -e .
40
+ ```
41
+
42
If you encounter import errors when running tests, use the standard installation:
43
```bash
44
pip install .
0 commit comments