如何在 VS Code 中使用 Twilio API

问题描述 投票:0回答:1

我无法在 VS Code 中安装 Twilio API 包。

我尝试了“twillio.rest 作为客户端”

我也成功生成了 auth sid 和 auth token, 但模块丢失,我无法安装它。

python visual-studio-code twilio-api
1个回答
0
投票

我无法在 VS Code 中安装 Twilio API 包。

VSCode 只是一个编辑器。您必须在 python 解释器中安装该包。

选择当前的 Python 解释器
后,在终端中运行命令 pip install twilio

安装软件包可以解决 ModuleNotFound 错误。

© www.soinside.com 2019 - 2024. All rights reserved.