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

The universal build VSCode cannot launch the extension #4

Closed
xiajunwen1007 opened this issue Dec 2, 2021 · 3 comments
Closed

The universal build VSCode cannot launch the extension #4

xiajunwen1007 opened this issue Dec 2, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@xiajunwen1007
Copy link

[2021-12-01 01:01:53.024] [exthost] [error] Activating extension njpipeorgan.wolfram-language-notebook failed due to an error:
[2021-12-01 01:01:53.024] [exthost] [error] Error: No native build was found for platform=darwin arch=arm64 runtime=electron abi=89 uv=1 armv=8 libc=glibc node=14.16.0 electron=13.5.2
loaded from: /Users/xiajunwen/.vscode/extensions/njpipeorgan.wolfram-language-notebook-0.0.2/node_modules/zeromq

I think this could be an issue from VSCode itself, cause the intel build is OK. Maybe this error should be posted to VSCode team as well.

@njpipeorgan
Copy link
Owner

The reason is likely that the zeromq package does not come with prebuilt binary for m1 macbook (darwin + arm64). It is noted in zeromq issue #477

@xiajunwen1007
Copy link
Author

Yes, you are right

@njpipeorgan njpipeorgan added the enhancement New feature or request label Dec 5, 2021
@xiajunwen1007
Copy link
Author

xiajunwen1007 commented Dec 5, 2021

I’m sorry to bring this up again. I notice that the native arm64 build of zeromq is impossible in the near future, so I'm wondering is it possible to force x86 version of zeromq. Since the x86 version of zeromq works quite well on m1 machine via roseta 2. It is just a workaround.

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

No branches or pull requests

2 participants