You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting_started/installation.md
+19-8Lines changed: 19 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,16 +22,27 @@ The latest version of `uv` can be installed via `curl` (recommended; can self-up
22
22
23
23
If installed via `curl`, `uv` will download Python for your target platform if one of the required versions (Python 3.10, 3.11 or 3.12) is not available natively.
24
24
25
-
## Installation
25
+
## Installation Commands
26
26
27
-
Clone [execution-spec-tests](https://github.com/ethereum/execution-spec-tests) and install its dependencies:
27
+
Clone [execution-spec-tests](https://github.com/ethereum/execution-spec-tests) and install its dependencies. If you are using an ARM64 OS ensure that you select the ARM64 tab below.
Running `uv run solc --version` should now be functional. Verify that fill is now working by running `uv run fill -m yul_test` in the execution-spec-tests folder.
86
+
65
87
## Problem: `ValueError: unsupported hash type ripemd160`
66
88
67
89
!!! danger "Problem: `Running fill fails with tests that use the RIPEMD160 precompile (0x03)`"
0 commit comments