Am 19.10.20 um 12:52 schrieb Hamzeh Nasajpour: > running build_rust > error: [Errno 2] No such file or directory: 'cargo' > command "python" "-c" "import setuptools, > tokenize;__file__='setup.py';f=getattr(tokenize, 'open', > open)(__file__);code=f.read().replace('\\r\\n', > '\\n');f.close();exec(compile(code, __file__, 'exec'))" "build" failed with > status 1 This looks like cargo is not found on the path, although it should be there. You could validate $PATH like this: Add a phase before the build-phase, containing just "(pk (getenv PATH))".
> Do you have any idea? I should add the rust dependencies to `native-inputs` > or `inputs` of `etebase-py`? It must be a native-input, since cargo and rustc are expected to run on the build system. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |