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 Windows is not supported by wasmer-python? #715

Open
abc767234318 opened this issue Apr 12, 2023 · 0 comments
Open

The Windows is not supported by wasmer-python? #715

abc767234318 opened this issue Apr 12, 2023 · 0 comments
Labels
❓ question Further information is requested

Comments

@abc767234318
Copy link

abc767234318 commented Apr 12, 2023

Summary

I use wasmer-python to perform the wasm program which contains wasi function. And the python script output following errors.

Traceback (most recent call last):
  File "d:\Github Project\evaluation\B.WASIRobustness\[B.1]File_operation_error\[B.1]-1\wasmer-py.py", line 1, in <module>
    from wasmer import wasi, Store, ImportObject, Module, Instance
  File "C:\Python311\Lib\site-packages\wasmer\__init__.py", line 1, in <module>
    raise ImportError("Wasmer is not available on this system")
ImportError: Wasmer is not available on this system

I am not sure if it is because my code is wrong. Or the wasmer-python it self doesn't support windows platform.

@abc767234318 abc767234318 added the ❓ question Further information is requested label Apr 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
❓ question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant