Slackbot
03/17/2022, 5:32 PMEduardo
ploomber build
uses. my recommendation: open a notebook and execute: import sys; print(sys.executable)
, then open a terminal but instead executing ploomber build
, run import sys; print(sys.executable)
. do these match? my guess it that you'll get two different values. let me know so i can help you troubleshoot thisGaurav
03/17/2022, 6:00 PMGaurav
03/17/2022, 6:08 PMEduardo