-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
cleint/src/lib.rs PubsubClientError::UnexpectedErrorMessageError #2571
Comments
You need to use versions 1.16 of the Solana crates |
Can you share full logs? This looks like a cache issue because
Try installing the latest CLI with:
Both of the issues might be happening only on Windows(haven't seen anybody else report them), it's recommended to use WSL for Solana development on Windows. |
I deleted my .cargo/git/checkouts and started fresh to better understand where this might be a user error. In order to use cargo install --git https://github.com/coral-xyz/anchor anchor-cli --locked --force without /avm or /cli edited I receive:
error[E0793]: reference to packed field is unaligned
This allows me to bypass those errors.
cargo update -p solana-zk-token-sdk --precise 1.14.19 allows the install to complete. however as @Aursen stated, this looks like it uses downgraded solana-crates.
Now, the avm install latest again results in:
I again re-edit_ avm & cli Cargo.toml to use tokio 1.28.0. (this doesn't feel right) **Compiling solana-client v1.14.20 |
@acheroncrypto fixed it with #2572 |
Thank you. |
Closing this as it's fixed in #2572. |
@Sam-Berman1 is this issue resolved, I'm experiencing the same problem |
After bypassing the error described here
an avm install latest
returns:
The text was updated successfully, but these errors were encountered: