blocker: Ubuntu 20.04LTS Raspberry Pi `pip install eth-ape` fails at requirement `blake2b-py` with `ERROR: Could not find a version`
See original GitHub issueEnvironment information
ape
and plugin versions: won’t install- Python Version:
Python 3.8.10
- OS: ubuntu 20.04 lts raspberry pi 4 model B
What went wrong?
$ pip install eth-ape
[truncated]
Collecting eth-bloom<2.0.0,>=1.0.3
Downloading eth_bloom-1.0.4-py3-none-any.whl (5.4 kB)
ERROR: Could not find a version that satisfies the requirement blake2b-py<0.2,>=0.1.4 (from py-evm==0.4.0a4; extra == "py-evm"->eth-tester[py-evm]==v0.5.0-beta.4; extra == "tester"->web3[tester]<6.0.0,>=5.18.0->eth-ape) (from versions: 0.1.2, 0.1.3)
ERROR: No matching distribution found for blake2b-py<0.2,>=0.1.4 (from py-evm==0.4.0a4; extra == "py-evm"->eth-tester[py-evm]==v0.5.0-beta.4; extra == "tester"->web3[tester]<6.0.0,>=5.18.0->eth-ape)
How can it be fixed?
looks like a version issue with blake2b-py
Issue Analytics
- State:
- Created 2 years ago
- Comments:11 (9 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ve figured out this is because libffi7 is not installed because it requires libgcc-s1. working on these issues and will try to produce reproducible steps if I can get this to work.
It needs
libgit2
so you’d have to instal that first