Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric certified for FREE! Don't miss your chance! Learn more

Reply
msprog
Advocate III
Advocate III

Help with this error

HEy Team , 

I was following the instructions per this link here :

https://github.com/microsoft/FabricRTA-in-a-Day/blob/main/assets/LogStreamSimulator.ipynb

 

the cell 7 says to install 

pip install azure-eventhub==5.11.5 --upgrade --force --quiet

this throws the following error:

 

msprog_0-1717138272940.png

 

Please can anyone assist on how to resolve.

thakns

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @msprog ,

Thanks for using Fabric Community.
If you are trying to install azure-eventhub, can you please use below code and check if that works for you?

pip install azure-eventhub==5.11.5 --upgrade

 

vgchennamsft_0-1717144576215.png


Above command will upgrades the azure-eventhub package if already installed.
If conflicts are detected, pip will display messages about incompatible dependencies.

Hope it is helpful. Please do let me know incase of further queries.

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @msprog ,

Thanks for using Fabric Community.
If you are trying to install azure-eventhub, can you please use below code and check if that works for you?

pip install azure-eventhub==5.11.5 --upgrade

 

vgchennamsft_0-1717144576215.png


Above command will upgrades the azure-eventhub package if already installed.
If conflicts are detected, pip will display messages about incompatible dependencies.

Hope it is helpful. Please do let me know incase of further queries.

Anonymous
Not applicable

Hi @msprog ,

Glad to know that your query got resolved. Please continue using Fabric Community on your further queries.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Fabric Update Carousel

Fabric Monthly Update - February 2026

Check out the February 2026 Fabric update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors