How to install dependencies in a python sandbox using python SDK or CLI #281
Unanswered
Madhav-Gohel
asked this question in
Q&A
Replies: 1 comment 4 replies
-
|
It is
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to install python dependencies like pandas and numpy, manim
I tried --exec but this is the output
$ msb add app --image python --cpus 1 --memory 1024$ msb run app --exec "pip install numpy"Also
sb.command.run()(Python SDK) is not working or I am doing something wrongMost importantly i want to use manim
Beta Was this translation helpful? Give feedback.
All reactions