Hey, I’m running into the recurring problem during...
# ask-metaflow
s
Hey, I’m running into the recurring problem during triggering flows on AWS Step Functions.
TypeError: rename: src should be string, bytes or os.PathLike, not NoneType
is error that happens during bootstrapping conda environment. Deleting local folder
.metaflow
and deploying manually the flow again resolves the issue for a couple of days. But afterwards, the execution throws the same error again. Any ideas what can cause this behaviour?