请帮助我修复在 cmd 中找不到的 Pip 命令
Please help me to fix Pip command not found in cmd
我正在使用 python 进行一个名为“Dolphin The New Assistant”的项目,我真的需要这些模块
图书馆:
speech_recognition
维基百科
时间,日期时间
json
smtplib
os,系统
回覆
youtube_search
gTTs
但不知何故,当我输入“pip install(这些包)”时,它说 pip 不是有效命令,而且在我的笔记本电脑上找不到
请帮我解决问题
谢谢
您似乎没有安装 pip。根据您的 OS(Windows 或 MacOS),运行 终端中的以下内容:
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py
我正在使用 python 进行一个名为“Dolphin The New Assistant”的项目,我真的需要这些模块 图书馆: speech_recognition 维基百科 时间,日期时间 json smtplib os,系统 回覆 youtube_search gTTs 但不知何故,当我输入“pip install(这些包)”时,它说 pip 不是有效命令,而且在我的笔记本电脑上找不到 请帮我解决问题 谢谢
您似乎没有安装 pip。根据您的 OS(Windows 或 MacOS),运行 终端中的以下内容:
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py