You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, I use wasmtime 13.0.0. As far as I understand, it is supposed to work with Python 3.8. However, when I try to run my application based on Python 3.8.18 it yields an error:
Screenshot from wasmtime._module.py
Console view:
../../../miniconda3/envs/[..]/lib/python3.8/site-packages/wasmtime/__init__.py:23: in<module>
from ._module import Module
../../../miniconda3/envs/[..]/lib/python3.8/site-packages/wasmtime/_module.py:9: in<module>
class Module:
../../../miniconda3/envs/[..]/lib/python3.8/site-packages/wasmtime/_module.py:11: in Module
def from_file(cls, engine: Engine, path: str | bytes | PathLike) ->"Module":
E TypeError: unsupported operand type(s) for|: 'type' and 'type'
The text was updated successfully, but these errors were encountered:
Currently, I use wasmtime 13.0.0. As far as I understand, it is supposed to work with Python 3.8. However, when I try to run my application based on Python 3.8.18 it yields an error:
Screenshot from wasmtime._module.py
Console view:
The text was updated successfully, but these errors were encountered: