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

Blocker during installing with installer #3643

Open
hoyajigi opened this issue Feb 10, 2025 · 0 comments
Open

Blocker during installing with installer #3643

hoyajigi opened this issue Feb 10, 2025 · 0 comments

Comments

@hoyajigi
Copy link
Member

hoyajigi commented Feb 10, 2025

What Operating System(s) are you seeing this problem on?

macos (aarch64)

Backend.AI version

latest

Describe the bug

When you install with https://bnd.ai/installer-stable-macos-aarch64, on code line

shutil.copyfile(proxy_worker_binary, "/tmp/backend.ai/linuxkit-metadata-proxy")
, you will get error like [Errno 2] No such file or directory: '/tmp/backend.ai/linuxkit-metadata-proxy' because there is no directory as /tmp/backend.ai.
you can fix it with mkdir -p /tmp/backend.ai but it would be hard to figure out.

To Reproduce

No response

Expected Behavior

No response

Anything else?

No response

@hoyajigi hoyajigi changed the title Blocker during installing installer b.ai Blocker during installing with installer Feb 10, 2025
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

1 participant