mirror of
https://github.com/langchain-ai/langchain-sandbox.git
synced 2026-07-01 14:02:10 -04:00
[Pip library list] Cannot list installed package or install new package #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tradanghi1999 on GitHub (Apr 28, 2025).
Sorry, I have not found any guide on install new package in
langchain-sandboxso I try these codeAnd got these error:
@vbarda commented on GitHub (May 14, 2025):
!pip install openaiis not a valid python command@tradanghi1999 commented on GitHub (May 19, 2025):
Sorry, could you provide the example how to install new package in your sandbox?
@332123342 commented on GitHub (Jul 3, 2025):
import micropip
await micropip.install(["openpyxl"], keep_going=True)