Skip to content

Commit d85d3c3

Browse files
Copilotkashifkhan
andcommitted
Add note about removing checkpoint store packages for editable installs
Co-authored-by: kashifkhan <[email protected]>
1 parent 565b66c commit d85d3c3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sdk/eventhub/azure-eventhub/CLIENT_DEVELOPER.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ This guide is intended for developers contributing to the Azure Event Hubs Pytho
3333
pip install -e .
3434
```
3535

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+
3642
If you encounter import errors when running tests, use the standard installation:
3743
```bash
3844
pip install .

0 commit comments

Comments
 (0)