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 ran ./build.sh and then it took large amount of time to install and at the end, it showed something like It doesn't have permission to read some file.
When i check if i have metacall installed, then it was showing path as in Screenshot.
And i tried to install metassr, it showed that, metacall is no present.
Is this the error of metacall or distributed-macos. If yes, how can i fix it ?
Device: Apple Mac M1
OS: MacOS Sonoma
The text was updated successfully, but these errors were encountered:
First of all, I think this is a bug from Rust Port in metacall/core, it is searching for metacalld, which is not correct because we have forced metacall to be always named libmetacall.so even if it is in debug or release mode. @josead told me about this bug before.
Another thing is, how have you installed metacall? Can you show all the commands..? Without full logs I cannot help you.
@dhruvdabhi101 I have updated the build.rs from Rust Port, let's see if it works properly now. It will publish a new version as soon it finishes the CI: metacall/core@fc1d577
I ran
./build.sh
and then it took large amount of time to install and at the end, it showed something like It doesn't have permission to read some file.When i check if i have metacall installed, then it was showing path as in Screenshot.
And i tried to install
metassr
, it showed that,metacall
is no present.Is this the error of
metacall
ordistributed-macos
. If yes, how can i fix it ?Device: Apple Mac M1
OS: MacOS Sonoma
The text was updated successfully, but these errors were encountered: