Hacker News new | ask | show | jobs
by reil_convnet 1402 days ago
Cool concept.

This panics for me after install. Any suggestions to make it work ? {I have Python in my path, so writing python would not return "not found" }

Starting the REPL server... thread 'main' panicked at 'cannot execute python: Os { code: 3, kind: NotFound, message: "The system cannot find the path specified." }',

1 comments

For someone stuck at this issue. This was fixed in latest version : https://github.com/erg-lang/erg/issues/8

Dont do cargo install erg , but rather build from source and this works.