Import error in twilio

前端 未结 4 1111
说谎
说谎 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:34

    This Worked For me : (Windows)

    Python librarys are in G:\Python\Lib

    (Python is installed at G:, it might be different for you)

    Download Twilio from github at paste the library at >> G:\Python\Lib <<

    import problem gone :)

提交回复
热议问题