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
I'm interested in installing this project. Here's what I tried to do
I installed cargo and then ran the comand that's supposed to install it. I got the following error:
error: cargo add could not determine which package to modify. Use the --package option to specify a package.
available packages: sherpa-rs, sherpa-rs-sys
I then tried to build the package from scratch note that I don't have an Nvidia card and would like to use it via Direct-ML. I goit the following error message.
Unable to find libclang: "couldn't find any valid shared libraries matching: ['clang.dll', 'libclang.dll'], set the LIBCLANG_PATH environment variable to a path where one of these files can be found (invalid: [])"
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
The text was updated successfully, but these errors were encountered:
Hi,
I'm interested in installing this project. Here's what I tried to do
error:
cargo add
could not determine which package to modify. Use the--package
option to specify a package.available packages: sherpa-rs, sherpa-rs-sys
I then tried to build the package from scratch note that I don't have an Nvidia card and would like to use it via Direct-ML. I goit the following error message.
Unable to find libclang: "couldn't find any valid shared libraries matching: ['clang.dll', 'libclang.dll'], set the
LIBCLANG_PATH
environment variable to a path where one of these files can be found (invalid: [])"note: run with
RUST_BACKTRACE=1
environment variable to display a backtraceThe text was updated successfully, but these errors were encountered: