brew 0.1.4安装python pip错误

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了brew 0.1.4安装python pip错误相关的知识,希望对你有一定的参考价值。

我是python的新手,我一直在尝试安装brew 0.1.4。我收到以下错误。

C:Userssys>pip install brew
Collecting brew
Using cached brew-0.1.4.zip
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:UserssysAppDataLocalTemppip-build-m49ufx8lrewsetup.py",line 22, in <module>
with open('requirements.txt') as fid:
FileNotFoundError: [Errno 2] No such file or directory:'requirements.txt'

Command "python setup.py egg_info" failed with error code 1 in 
C:UserssysAppDataLocalTemppip-build-m49ufx8lrew

我已经尝试了冻结方法来创建需求文件,但仍然得到相同的错误。帮我解决这个问题。

$ pip freeze > requirements.txt
答案

来自pypi的.zip文件中似乎缺少requirements.txt。尝试从github存储库安装:

pip install git+https://github.com/viisar/brew.git

以上是关于brew 0.1.4安装python pip错误的主要内容,如果未能解决你的问题,请参考以下文章

pip安装python包出错:Could not find a version that satisfies the requirement skimage (from versions: )(示例代

pip、brew、apt-get区别和作用

OSX Brew Python“找不到满足 pyopencv 要求的版本”

错误记录Mac 中 IntelliJ IDEA 运行 Python 程序报错 ( pip 21.0 will drop support for Python 2.7 in January 20 )(代

mac 下安装pip

python 工具链 包管理工具 pip