Closed charlie2clarke closed 2 years ago
Apologies, you can consider this issue closed.
My problem was that I had a local module named azure and this was causing conflict issues when trying to import azure.servicebus. I've renamed my personal azure module and everything is working fine now.
@charlie2clarke glad that you were able to resolve the issue :)
Describe the bug Unable to import ServiceBusClient from azure-servicebus.
To Reproduce Steps to reproduce the behavior:
My requirements.txt following a pip freeze:
Output of pip show azure-servicebus:
Is this a version compatibility issue?