Closed cyk2018 closed 8 months ago
I can't seem to reproduce but I can solve the problem probably Here's the PR: https://github.com/egraphs-good/egglog/pull/336 Lmk if it works! If you have any idea why I can't reproduce that would be interesting
I can't seem to reproduce but I can solve the problem probably Here's the PR: #336 Lmk if it works! If you have any idea why I can't reproduce that would be interesting
Thank you for your quick reply. I have try your method and fix this error. It seems in the long information I have compiled it successfully. In the end,
make: rustup: No such file or directory
make: *** [Makefile:21: nits] Error 127
is shown. I think this doesn't matter, but do you have some idea about this.
About why you can not reproduce, maybe I can only give you some information as a cpp player. First I have no Rust tool and environment in my computer. The only work is I install cargo through apt. and my cargo version is cargo 1.71.1, my make version is GNU Make 4.3. I use this tool in wsl. my wsl version is 2.0.9.0. When I search this in website. I find core is one mod in standard lib, I think does this problem you can not reproduce is that you have install some Rust tool in your computer?
Later, I will try this again in my ubuntu laptop, I think it will show that wsl doesn't matter.
I can run egglog in wsl without an issue. Could you try to uninstall your cargo
from apt
, install rustup
by following this instruction, and try again?
I can run egglog in wsl without an issue. Could you try to uninstall your
cargo
fromapt
, installrustup
by following this instruction, and try again?
I use your method in a new ubuntu laptop, nothing happend. and I try this again in wsl, building process is successful. But I think there is no error if we fix this because we only give this address more concrete.
Closing for now, but let me know if you still have issues running egglog!
when I was installing egglog, I clone this reposity and I install nextest through cargo. when I use "make all", this information is shown.
does anyone known how to fix it?