/opt/wasm/wai/tutorial-01/ python3 consume.py
Traceback (most recent call last):
File "/opt/wasm/wai/tutorial-01/consume.py", line 2, in <module>
from tutorial_01 import bindings
File "/opt/homebrew/lib/python3.10/site-packages/tutorial_01/__init__.py", line 7, in <module>
from wasmer import Store as _Store # type: ignore
File "/opt/homebrew/lib/python3.10/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
/opt/wasm/wai/tutorial-01/ python3 consume.py Traceback (most recent call last): File "/opt/wasm/wai/tutorial-01/consume.py", line 2, in <module> from tutorial_01 import bindings File "/opt/homebrew/lib/python3.10/site-packages/tutorial_01/__init__.py", line 7, in <module> from wasmer import Store as _Store # type: ignore File "/opt/homebrew/lib/python3.10/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
which wasmer /opt/homebrew/bin/wasmer
wasmer -v wasmer 3.0.2