Open niklasb opened 3 years ago
As a workaround to build from source on arm64 I added
blake2b-py = { git = "https://github.com/ethereum/blake2b-py.git", tag="v0.1.4" }
to my pyproject.toml
@yorhodes Where in pyprojec.toml
did you add this line?
@mattslipari Something like this:
[tool.poetry.dependencies]
blake2b-py = { git = "https://github.com/ethereum/blake2b-py.git", tag="v0.1.4" }
Alternatively, you can use my fork which added a setup.py
in order to fix some issues:
[tool.poetry.dependencies]
blake2b-py = { git = "https://github.com/MT-Cash/blake2b-py" }
@cburgdorf What do you think about uploading a source package?
@cburgdorf seconding the above
This issue is solved no?
Just installed Mythril that used blake2b-py
; the only thing needed is to install a nightly version of rust for it to install properly
I only see Wheel distribution files on https://pypi.org/project/blake2b-py/#files
It's not solved. But it would be easy to solve for the maintainer.
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:
This is an issue, since it is a dependency of py-evm (specifically, >=1.4.0)