Christian Nuss
04/12/2022, 11:19 PMKevin Kho
cloudpickle
changeChristian Nuss
04/13/2022, 12:46 AMfrom something import thing
with Flow(...):
thing()
then i get No module named 'something'
all the time and am hacking the Docker containers like mad to get the something
installed using pip install -e something
if you have any workarounds, that'd be amazing!Kevin Kho
Christian Nuss
04/13/2022, 12:49 AMKevin Kho
Christian Nuss
04/13/2022, 1:09 AM