mirror of
https://github.com/langchain-ai/langchain-sandbox.git
synced 2026-07-01 14:02:10 -04:00
Getting ModuleNotFoundError even though using await micropip.install #12
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 @pratkolhe on GitHub (May 27, 2025).
I am getting the below error:
Even though the code installs this package using await micropip.install("numpy")
@pratkolhe commented on GitHub (May 28, 2025):
My bad, I was unknowingly using
allow_net=False. On usingallow_net=Truethis issue resolved.