Skip to content

Missing _signal module on WASI #5050

@d3lm

Description

@d3lm

Summary

If you try to import platform you get the following error:

>>>>> import platform
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "platform", line 119, in <module>
  File "subprocess", line 49, in <module>
  File "signal", line 1, in <module>
ModuleNotFoundError: No module named '_signal'

It seems that the _signal module is missing. Any idea what this could be or how we could resolve this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions