File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
crates/apollo_infra_utils/src Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1818* /.vscode /*
1919* .DS_Store
2020tmp_venv /*
21+ sequencer_venv /*
2122.vscode /settings.json
2223/data
2324/logs
Original file line number Diff line number Diff line change @@ -25,8 +25,9 @@ pub fn verify_cairo0_compiler_deps() {
2525
2626 assert ! (
2727 expected_cairo_lang_version. ends_with( cairo_lang_version) ,
28- "cairo-lang version {expected_cairo_lang_version} not found ({}). Please run:\n pip3.9 \
29- install -r {:?}\n then rerun the test.",
28+ "cairo-lang version {expected_cairo_lang_version} not found ({}). Run the following \
29+ commands (enter a python venv and install dependencies) and retry:\n python -m venv \
30+ sequencer_venv\n . sequencer_venv/bin/activate\n pip install -r {:?}",
3031 if cairo_lang_version. is_empty( ) {
3132 String :: from( "no installed cairo-lang found" )
3233 } else {
You can’t perform that action at this time.
0 commit comments