Hi guys good morning! Just starting my journey wit...
# prefect-getting-started
l
Hi guys good morning! Just starting my journey with Prefect, it has been a bit of a rough start! I'm on Mac, I'm getting an error when trying to
prefect cloud login
- getting a TypeError NoneType traceback in /prefect/utilities/dockerutils.py - L56. I worked around it by replacing the else "sha-"... with None. Wondering how far I'll be able to get until that bites me back. It allowed me to login anyways. Couldn't find this error being mentioned anywhere else, does anybody have an idea what went wrong? Thanks! Inb4: apologies for not posting the whole traceback, I'm writing this from my mobile since slack is blocked from my work device. Happy to add the extra details later if required.
Found someone commenting the same issue in another post but in relation to a docker deployment. I'm trying this one in a regular venv. I manually inputted the 2.19-python3.12 tag in the return value of get_prefect_image_name()
j
hey, sorry to hear it's been a rough start! Off the top of my head I don't know what part login should needs that utility to run. It sounds like maybe the result of
prefect.__version_info__
is something unexpected? Definitely hard to tell without the traceback/more info. I know you're not able to paste into slack here but are you able to open an issue here with the traceback/info?