We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 653f1c5 commit 46d5e37Copy full SHA for 46d5e37
src/hooks/usePyodide.tsx
@@ -412,7 +412,7 @@ async def _install_requirements_from_dir(dir: str) -> None:
412
extras.update({e.strip() for e in match_extras.group(2).split(",")})
413
414
if pkg_name not in micropip.list():
415
- print(f"Installing {pkg_name} ...")
+ print(f"Installing {req} ...")
416
await micropip.install(req)
417
418
if len(extras) == 0:
0 commit comments