I am trying to run a flow in `python3.5` which is ...
# ask-metaflow
e
I am trying to run a flow in
python3.5
which is failing and i cant figure out why. My flow
show
is attached. I reach the end of the
run_subsystem_with_bag
step, seeing the final debug printout i used of
Copy code
...
print("Jumping to the end step")
self.next(self.end)
This seems to be an actual bug ? or am i missing something obvious? Moreover, is this the best place to share something like this?
1
a
let me take a look
e
thank you! happy to help live debug if need be
s
@little-apartment-49355 can you help debug the issue with Python 3.5 compat for metaflow.s3?
l
what version of metaflow are you running?
e
i gave up wrestling with python3.5 (not sure what version of
metaflow
it was), i upgraded to 3.9 - and i havent had anny issues since
I am using a dockerized WS, and i dont have that image anymore so i cant tell what version, sorry 😕
l
this happened because py3.5 doesn't have
json.loads
support for
bytes
and expects only strings. This is borking something done under metaflow s3 library. I can send a patch fix in soon future!. Thank you finding out this bug
e
happy to help thank you 🙂
among us party 1