Forums

ModuleNotFoundError

getting this error : 11:03 ~ $ python3 main.py Traceback (most recent call last): File "/main.py", line 3, in <module> from twilio.rest import Client ModuleNotFoundError: No module named 'twilio'

Looks like twilio package is not installed. See https://help.pythonanywhere.com/pages/InstallingNewModules and https://help.pythonanywhere.com/pages/DebuggingImportError/