ModuleNotFoundError: No module named 'azure-core'
If you are trying to run a Python code and you get the above Azure error, well the reason for this error is you do not have azure-code package installed on your device.
Fix:
- Open Terminal/Command Prompt.
- Run the below command to install azure-core
pip3 install azure-coreor
pip install azure-core - Once installed you should see logs like these,
Installing collected packages: azure-core Successfully installed azure-core-1.28.0

Now try to run the Python program again, you should not see this error.
Provide Feedback For This Article
We take your feedback seriously and use it to improve our content. Thank you for helping us serve you better!
😊 Thanks for your time, your feedback has been registered!
Comments & Discussion
Facing issues? Have questions? Post them here! We're happy to help!