Python-没有setuptools,有没有办法获得点子? [英] Python - Is there any way to get pip without setuptools?

查看:106
本文介绍了Python-没有setuptools,有没有办法获得点子?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

似乎有点奇怪,他们需要程序包管理器来安装程序包管理器.我在Windows BTW上.

Seems kinda weird that they'd require a package manager to install a package manager. I'm on Windows BTW.

推荐答案

Pip确实需要setuptools. Pip实际上只是安装程序工具的包装,它提供了比easy_install更好的安装程序以及一些更好的安装行为,以及卸载,需求文件等.即使您以某种方式安装了没有setuptools的pip,如果没有安装工具,它仍然无法运行.

Pip does require setuptools. Pip is really just a wrapper around setuptools to provide a better installer than easy_install and some nicer installation behaviors, plus uninstall, requirements files, etc. Even if you somehow got pip installed without setuptools it still won't run without it.

这篇关于Python-没有setuptools,有没有办法获得点子?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆