You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running cargo install -f --locked clockwork-cli on my system fails to build and install.
I see that there's a PR waiting for approval but in the mean time your official docs are leading to a failed installation.
Result
error[E0599]: no function or associated item named `try_deserialize` found for struct `clockwork_thread_program_v1::Thread` in the current scope
--> /Users/pplanel/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clockwork-thread-program-2.0.19/src/state/versioned_thread.rs:147:59
|
147 | Err(_err) => Ok(VersionedThread::V1(ThreadV1::try_deserialize(buf)?)),
| ^^^^^^^^^^^^^^^ function or associated item not found in `Thread`
|
= help: items from traits can only be used if the trait is in scope
help: the following trait is implemented but not in scope; perhaps add a `use` for it:
|
1 + use anchor_lang::AccountDeserialize;
|
For more information about this error, try `rustc --explain E0599`.
Model Name: MacBook Pro
Model Identifier: Mac14,5
Model Number: MPHG3LL/A
Chip: Apple M2 Max
Total Number of Cores: 12 (8 performance and 4 efficiency)
Memory: 32 GB
System Firmware Version: 10151.101.3
OS Loader Version: 10151.101.3
The text was updated successfully, but these errors were encountered:
Problem
Running
cargo install -f --locked clockwork-cli
on my system fails to build and install.I see that there's a PR waiting for approval but in the mean time your official docs are leading to a failed installation.
Result
Solution
Possibly when #270 is merged
Versions
v2.0.19
The text was updated successfully, but these errors were encountered: