Skip to content

packages required when using pyodideUrl mount option #1007

Closed
@hoishing

Description

I tried to provide my own pyodide in order to minimize the first loading time using the pyodideUrl mount option. If I use the full distribution it's fine. However if I use the core pyodide, I will get module not found error for the following packages:

  • micorpip
  • packaging
  • typing_extensions
  • protobuf
  • cachetools

after copying these packages to the core pyodide folder everything run fine again.

I would like to ask, are these packages all I needed when using my own pyodide distribution? I seem can't find any documentation about it. Thanks ~

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions