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-8
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.
Then follow [this guide](./installation_troubleshooting.md#problem-exception-failed-to-compile-yul-source) to build the `solc` binary from source and copy it to the expected location.
Running `uv run solc --version` should now return the expected version. Verify that `fill` works by running `uv run fill -m yul_test` in the execution-spec-tests root folder.
92
+
65
93
## Problem: `ValueError: unsupported hash type ripemd160`
66
94
67
95
!!! danger "Problem: `Running fill fails with tests that use the RIPEMD160 precompile (0x03)`"
0 commit comments