在vscode中安装python第三方库

Posted 橘猫吃不胖~

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在vscode中安装python第三方库相关的知识,希望对你有一定的参考价值。

打开vscode,点击终端,选择新建终端

在弹出的窗口中输入以下命令:pip install 第三方库的名称

以安装numpy为例,输入pip install numpy,点击回车,安装成功之后会显示如下信息:

Requirement already satisfied: numpy in d:\\python\\lib\\site-packages (1.20.3)
已经满足的需求:numpy在d: python\\lib\\site-packages (1.20.3)

以上是关于在vscode中安装python第三方库的主要内容,如果未能解决你的问题,请参考以下文章

VS Code中安装python、第三方库

Linux中安装python3.6和第三方库

在pycharm中安装第三方库

Docker Python2.7容器中安装第三方库GCC提示:file not recognized: File format not recognized

dlib库,怎么在python中安装

pycharm安装不了time库