Import error in twilio

前端 未结 4 1116
说谎
说谎 2020-12-07 02:56

I am having the same problem as this thread regarding twilio-python:

twilio.rest missing from twilio python module version 2.0.8?

However I have the same pr

4条回答
  •  死守一世寂寞
    2020-12-07 03:30

    I named a python file in my project twilio.py. Since that file was loaded first, then subsequent calls to load twilio would reference that file instead of the twilio library.

    TLDR: just don't name your python file twilio.py

提交回复
热议问题