gpt4 book ai didi

python - 在虚拟环境中手动安装包并且 pip 要求知道

转载 作者:太空宇宙 更新时间:2023-11-03 16:53:38 25 4
gpt4 key购买 nike

我正在尝试在 virtual-env 中安装软件包

pip install -r requirements.txt 

但是,我必须从源代码下载并安装 2 个软件包

antlr4-python2-runtime 4.5.2.1

tar xvfz antlr4-python2-runtime-4.5.2.1.tar.gz

cd antlr4-python2-runtime-4.5.2.1

python setup.py install

但现在它向我显示了这个错误:

Could not find any downloads that satisfy the requirement antlr-python-runtime>=3.1.3 (from Intellect==1.4.9->-r requirements.txt (line 3))

最佳答案

我不确定发生了什么(鉴于提供的信息还不够),但从 PyPI 中的搜索来看,它们看起来是 2 个不同的包:

版本 4 antlr4-python2-runtime

版本 3 antlr_python_runtime

看来您安装了错误的软件包。

注意:还要确保您在激活 virtualenv 的情况下运行 python setup.py install

关于python - 在虚拟环境中手动安装包并且 pip 要求知道,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35639877/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com