-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while installing CLI: could not compile pathfinder_simd
#4
Comments
found a might-be-related issue here. |
related issue: servo/pathfinder#558 |
@Divide-By-0 @SoraSuegami Any chance that you would know about how to go around this issue? Appreciate it! |
Hey, thanks for pointing it out and filing the issue. We've just pushed a change to main that should allow it to compile, do you mind trying again? |
Works for me! |
hmmm I'm still getting this error. ➜ cargo --version
cargo 1.68.0-nightly (cc0a32087 2022-12-14)
➜ rustc --version
rustc 1.68.0-nightly (0468a00ae 2022-12-17)
➜ solc --version
solc, the solidity compiler commandline interface
Version: 0.8.25+commit.b61c2a91.Darwin.appleclang
➜ anvil --version
anvil 0.2.0 (24abca6 2024-01-16T00:26:29.218821000Z) This is my version. Some higher than the README. But i found a similar issue. Will try it out: tkaitchuck/aHash#195 |
According to the related issue I shared above, using M1, M2 device could be the reason. I'm using M1 laptop. @shreyas-londhe may I ask if you are using M1 device? |
tkaitchuck/aHash#195 (comment) I tried with Rust nightly 1.77 and got this error
I found the issue reported here: denoland/rusty_v8#1400 |
@hcheng826 Can you try running |
@hcheng826 @shreyas-londhe |
@SoraSuegami @shreyas-londhe Thanks for your help! I reset my laptop and it's working now! Appreciate all your help! Let me close this issue. |
getting this error when I tried to run
cargo install --path .
my versions is the same as in the README
Anyone has the same problem? Could it be related to this comment in README?
https://github.com/zkemail/halo2-zk-email/blob/main/README.md?plain=1#L17
The text was updated successfully, but these errors were encountered: