Christian Nuss
04/12/2022, 11:19 PMKevin Kho
04/12/2022, 11:21 PMcloudpickle
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
04/13/2022, 12:47 AMChristian Nuss
04/13/2022, 12:49 AMKevin Kho
04/13/2022, 12:58 AMChristian Nuss
04/13/2022, 1:09 AM