-
Notifications
You must be signed in to change notification settings - Fork 3
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
Wasmer is not available on this system #14
Comments
Me too! |
Thanks for reporting the bug! Could you kindly let us know if your macOS is an Apple M1 or M2? It would be great if you could also provide the specific architecture of your CPU and the version of your operating system so that we can try to reproduce the issue. I'll look into the possibility of adding a pure Python WASM interpreter as a fallback option as part of my investigation. |
@merc1er Let's get back to this issue. Can you share specific details about CPU architecture of your macOS and Windows device? The issue about wasmer you mentioned is resolved and they're supporting windows completely. I think you're using an ARM device, Am I right? |
Sorry I missed the previous comment. Yes I am using an M1 chip. Latest macOS version. I am not using windows. |
Closing in favor of #17. |
I am unable to run
rift init
on both macOS (latest with Python 3.10.6) and Windows (Python 3.10+).I am getting:
After doing some research, it seems like the Wasmer package is not compatible with Python 3.10+ nor Windows (source).
The text was updated successfully, but these errors were encountered: