当我尝试在Windows10上使用conda安装Twilio时,它会出现以下错误:
>>> conda install -c jonrowland twilio
Fetching package metadata .............
Solving package specifications: .
UnsatisfiableError: The following specifications were found to be in conflict:
- python 3.6*
- twilio -> httplib2 -> python 2.7* -> vc 9
Use "conda info <package>" to see the dependencies for each package.
我在Windows 10上使用带有Anaconda的python 3.6。
答案 0 :(得分:0)
使用pip3安装twilio
如果收到有关“已从该版本的库中删除TwilioRestClient的错误。请参考当前文档以获取指导。”将“ TwilioRestClient”替换为“客户端”