我正在尝试通过pip安装软件包,但由于一种依赖关系而出现此错误,我该怎么办?
ERROR: Could not find a version that satisfies the requirement rusty-rlp<0.2,>=0.1.15 (from rlp<=2.0.0.alpha-1,>=1.0.0->eth-account<0.6.0,>=0.5.3->web3<6.0.0,>=5.12.0->uniswap-python) (from versions: none)
ERROR: No matching distribution found for rusty-rlp<0.2,>=0.1.15 (from rlp<=2.0.0.alpha-1,>=1.0.0->eth-account<0.6.0,>=0.5.3->web3<6.0.0,>=5.12.0->uniswap-python)
谢谢
答案 0 :(得分:0)
使用pip
运行-v
,以查看Pip正在考虑哪些选项以及为什么拒绝它们。
看看list of rusty-rlp
's releases,0.1.15
(在撰写本文时)是唯一满足您条件的版本。
查看list of its files available for download,没有要下载的源软件包-这意味着,您只能针对可预装轮子的Python版本和体系结构安装它。适用于Windows,Linux和MacOS的Python 3.5-3.8 x64。我猜是your Python installation is not in this list。