Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.

Add support for pip dependencies #102

Merged
merged 12 commits into from
Jul 24, 2023
Prev Previous commit
Next Next commit
Update comment
Co-authored-by: Jeremy Tuloup <[email protected]>
martinRenou and jtpio authored Jul 24, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit fb83cfa400eb0a3ca30ef16678b8a29cf64839bc
2 changes: 1 addition & 1 deletion jupyterlite_xeus_python/build.py
Original file line number Diff line number Diff line change
@@ -190,7 +190,7 @@ def _install_pip_dependencies(prefix_path, dependencies, log=None):
# FAIL if .so / .a / .dylib / .lib / .exe / .dll
if path.suffix in non_supported_files:
raise RuntimeError(
"Cannot install binary PyPi package, only pure Python packages are supported"
"Cannot install binary PyPI package, only pure Python packages are supported"
)

file_path = _file[6:] if not inside_site_packages else _file