Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Emscripten build fails to importimportlib.metadata #138515

Closed
@ryanking13

Description

@ryanking13

Emscripten build fails to importimportlib.metadat becuase theemail module is missing.

>>> import importlib.metadataTraceback (most recent call last):  File "<console>", line 1, in <module>  File "/workspaces/cpython/Lib/importlib/metadata/__init__.py", line 14, in <module>ModuleNotFoundError: No module named 'email'

email module is omitted [here], marked as a networking-related package.

OMIT_NETWORKING_FILES= (
"email/",

But the email format is used for parsing the package metadata as well, so I think it is better to include it in emscripten builds.

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp