当我尝试安装web3 throw pip install web3时,出现以下错误:
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) (from versions: none)发布于 2020-10-02 23:48:09
这也发生在我身上。我认为PIP找不到Python(32位)包的版本。它适用于64位安装。
请在这里阅读我的答案:
Unable to install web3. I get an error saying version does not satisfy requirement rusty-rlp
https://stackoverflow.com/questions/64077249
复制相似问题