Rumah >alat pembangunan >VSCode >ubuntu中vscode使用python缺少库
首先找到pip.exe文件,我的是安装了官方的python3.7就有了这个文件,路径是
C:\Users\xp\AppData\Local\Programs\Python\Python37\Scripts
然后打开cmd,输入该文件所在路径
cd C:\Users\xp\AppData\Local\Programs\Python\Python37\Scripts
然后输入:
.\pip install 库名
比如我要安装名字为“requests”的库就输入:
.\pip install requests
然后等待安装完成就行了。
相关文章教程推荐:vscode教程
Atas ialah kandungan terperinci ubuntu中vscode使用python缺少库. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!