Provide source package on PyPI or precompiled packages for M1 MacBooks
Open
- Dominant language
- Rust
- Stars
- 10
- Forks
- 16
- Avg merge
- 7m
- Merged PRs (30d)
- 3
Description
Similar to https://github.com/ethereum/blake2b-py/issues/1, since 0.1.4 does not provide a source package, it cannot be installed on M1 MacBooks currently:
```sh
$ pip install 'blake2b-py==1.4.0'
ERROR: Could not find a version that satisfies the requirement blake2b-py==1.4.0
ERROR: No matching distribution found for blake2b-py==1.4.0
```
This is an issue, since it is a dependency of py-evm (specifically, >=1.4.0)
Contributor guide
Assessment
This issue has not been assessed yet.