question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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 issue

Environment 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:open
  • Created 2 years ago
  • Comments:11 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
sabotagebeatscommented, Oct 21, 2022

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.

0reactions
unparalleled-jscommented, Oct 21, 2022

It needs libgit2 so you’d have to instal that first

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found