About this question
When I run the code, it displays the error
"No module named twilio.rest.
I tried to uninstall and install a few times with pip.
from twilio.rest import Client
client = Client(account_sid, auth_token)
message = client.messages.create(
to="",
from_="",
body="" )
print(message.sid)
ImportError: No module named twilio.rest