简体   繁体   English

我有 Python 3.10 版,我的指挥中心说我没有 PIP

[英]I have Python version 3.10 and my command center is saying i don't have PIP

I thought version 3 has pip installed, why is my command prompt giving me this message when i do pip --version我以为版本 3 安装了 pip,为什么我的命令提示符在我执行 pip --version 时给我这个消息

"'pip' is not recognized as an internal or external command, operable program or batch file." “'pip' 不是内部或外部命令、可运行程序或批处理文件。”

please can someone help what is the issue?请问有人可以帮忙有什么问题吗?

You can try using py -m pip --version .您可以尝试使用py -m pip --version

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 为什么系统告诉我我的系统中没有 Python 3.10? - Why is the system telling me that I don't have Python 3.10 in my system when I do? 为什么我会收到 python 错误,说我没有键盘模块? - Why do I get the python error saying I don't have the keyboard module when I do? 我不知道我有什么版本的 Python,并且在编写我的第一个网站时遇到问题 - I don´t know what version of Python I have, and problem coding my first website 即使我下载了较新版本的 python,我似乎也没有 pip - I don't seem to have pip even when I downloaded the newer versions of python python想要一个旧版本的库,我没有,但我有一个新版本 - python wants an old version of the library, which I don't have, but I have a new one 当我只安装了 3.10 版时使用 Python 2.7 版 *virtually* - Using Python version 2.7 *virtually* when I only have version 3.10 installed 我在Mac上安装了python 2.7和3.6。 如何找到与Python3相关的pip版本? - I have python 2.7 and 3.6 installed on my mac. How to find the version of pip associated with Python3? 我有 python3.4 但没有 pip 或 ensurepip .. 我的 python3.4 版本有问题吗? - I have python3.4 but no pip or ensurepip.. is something wrong with my python3.4 version? 我没有 python 但我有 python3 - I don't have python but I have python3 无法安装 tensorflow-addons 我有 tensorflow 版本 2.8 和 python 3.10 - cant install tensorflow-addons i have tensorflow version 2.8 and python 3.10
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM