Hi Guys,
I am trying to import the Twilio module in my python code. But It is showing me the below error.
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-1-84f748b08924> in <module>
----> 1 from twilio.rest import Client
ModuleNotFoundError: No module named 'twilio'
How can I solve this error?