简体   繁体   English

即使我下载了较新版本的 python,我似乎也没有 pip

[英]I don't seem to have pip even when I downloaded the newer versions of python

I have downloaded python version 3.7 and have checked my command prompt but it seems that I still do not have pip installed.我已经下载了 python 3.7 版并检查了我的命令提示符,但似乎我仍然没有安装 pip。 I thought it came with the newer versions of python.我认为它与 python 的较新版本一起提供。 If im just being dumb let me know im new to this.如果我只是愚蠢,让我知道我对此很陌生。 Thanks so much.非常感谢。

I think you have not installed pip here.我想你这里没有安装 pip。 To do so, here is the way.为此,方法如下。

Donwload the pypi file from here: https://pypi.org/project/pip/ After downloading, open cmd and move to the folder.从这里下载 pypi 文件: https://pypi.org/project/pip/下载后,打开 cmd 并移动到该文件夹。 then type:然后输入:

python pypi.py #change pypi with the file name

暂无
暂无

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

相关问题 Python 3.8.6 说我安装了更新版本的 Python,但我没有 - Python 3.8.6 says I have a newer version of Python installed, but I don't 我为Mac下载了Python,看来我有两个版本的Python? - I downloaded Python for Mac and it seems that I have two versions of Python? Pip 即使我下载了 python 也显示未安装? - Pip showing up an not installed even though I downloaded python? 我有 Python 3.10 版,我的指挥中心说我没有 PIP - I have Python version 3.10 and my command center is saying i don't have PIP 当我有两个版本的 python 时,如何在 PyCharm 中更新 pip? - How can I update pip in PyCharm when I have two versions of python? 有没有另一种方法可以做到这一点? 我已经尝试了 6 个版本的代码,运行时似乎无法得到结果 - is there another way to make this ? I have tried 6 versions of code, I can not seem to get a result when I run it 如果没有python 3.5或更高版本以及pip 18或更高版本,MatPlotLib将无法安装,而且我没有root访问权限 - MatPlotLib won't install without python 3.5 or above and pip 18 and above, and I don't have root access 即使我安装了 pip,Matplotlib 也无法在 python 中工作 - Matplotlib won't work in python even though i pip installed it 我没有 python 但我有 python3 - I don't have python but I have python3 我安装了 2 个版本的 python,但 cmake 使用的是旧版本。 如何强制 cmake 使用较新版本? - I have 2 versions of python installed, but cmake is using older version. How do I force cmake to use the newer version?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM