Skip to content

xeus-python in JupyterLite: How to install a package which is not available in conda but in pip, at run time? #661

@MRYingLEE

Description

@MRYingLEE

An example of PyMuPDF is as follows:
%pip install PyMuPDF
generated output

`
Process pip requirements ...

Cannot install PyMuPDF from PyPi. Please make sure to install it from conda-forge or emscripten-forge! e.g. "%conda install PyMuPDF"
`.

%conda install PyMuPDF
generated output
`
Specs: ipywidgets, xeus-python, pandas, PyMuPDF
Channels: https://repo.prefix.dev/emscripten-forge-dev, https://repo.prefix.dev/conda-forge

Solving environment...
Cannot solve the request because of: No candidates were found for pymupdf *.
`.

There are few documents on installing packages.
Please clarify.

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions