Skip to content
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

Installed metacall via distributed-macos and using it to install metassr, but showing error #30

Open
dhruvdabhi101 opened this issue Sep 14, 2024 · 2 comments

Comments

@dhruvdabhi101
Copy link

Screenshot 2024-09-14 at 10 53 57 AM

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

@viferga
Copy link
Member

viferga commented Sep 25, 2024

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.

In another hand, if you want to install metacall, we are preparing the install script for MacOS, but meanwhile you have the pkg here: https://github.com/metacall/distributable-macos/releases/tag/v0.0.3

Here is how to install it, for example if you have ARM64 (M series):

sudo installer -pkg metacall-tarball-macos-arm64.pkg -target /

@viferga
Copy link
Member

viferga commented Sep 25, 2024

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants