Liz
09/27/2023, 9:04 PMSivanandha Rajadurai
09/27/2023, 10:28 PMIryna
09/28/2023, 3:05 AMFinished in state Failed('Flow run encountered an exception. shutil.Error: [(\'C:\\\\Users\\\\user_x\\\\AppData\\\\Local\\\\Temp\\\\tmpu8dj3ri0prefect\\\\.git\\\\objects\\\\pack\\\\pack-dcb61de38801bc82e121d9ddd04df4adace353d8.idx\', \'C:\\\\Users\\\\user_x\\\\AppData\\\\Local\\\\Temp\\\\tmpj3paxn4kprefect\\\\.git\\\\objects\\\\pack\\\\pack-dcb61de38801bc82e121d9ddd04df4adace353d8.idx\', "[Errno 13] Permission denied: \'C:\\\\\\\\Users\\\\\\\\user_x\\\\\\\\AppData\\\\\\\\Local\\\\\\\\Temp\\\\\\\\tmpj3paxn4kprefect\\\\\\\\.git\\\\\\\\objects\\\\\\\\pack\\\\\\\\pack-dcb61de38801bc82e121d9ddd04df4adace353d8.idx\'"), (\'C:\\\\Users\\\\user_x\\\\AppData\\\\Local\\\\Temp\\\\tmpu8dj3ri0prefect\\\\.git\\\\objects\\\\pack\\\\pack-dcb61de38801bc82e121d9ddd04df4adace353d8.pack\', \'C:\\\\Users\\\\user_x\\\\AppData\\\\Local\\\\Temp\\\\tmpj3paxn4kprefect\\\\.git\\\\objects\\\\pack\\\\pack-dcb61de38801bc82e121d9ddd04df4adace353d8.pack\', "[Errno 13] Permission denied: \'C:\\\\\\\\Users\\\\\\\\user_x\\\\\\\\AppData\\\\\\\\Local\\\\\\\\Temp\\\\\\\\tmpj3paxn4kprefect\\\\\\\\.git\\\\\\\\objects\\\\\\\\pack\\\\\\\\pack-dcb61de38801bc82e121d9ddd04df4adace353d8.pack\'")]\n')
Ben Muller
09/28/2023, 3:22 AMpydantic > 2.0
and marvin requires >= 2.0
Any chance this will be getting resolved any time soon?Slackbot
09/28/2023, 7:05 AMTyndyll
09/28/2023, 10:04 AMAndreas Nord
09/28/2023, 10:13 AMPanda
09/28/2023, 2:19 PMBrian Newman
09/28/2023, 2:25 PMJason Motley
09/28/2023, 2:34 PMRichard Freeman
09/28/2023, 3:20 PMJared Rhodes
09/28/2023, 3:26 PMGoshDarnedHero
09/28/2023, 4:17 PMGoshDarnedHero
09/28/2023, 4:17 PMGoshDarnedHero
09/28/2023, 4:17 PMGoshDarnedHero
09/28/2023, 4:17 PMGoshDarnedHero
09/28/2023, 4:17 PMYaron Levi
09/28/2023, 9:13 PMChris Duke
09/29/2023, 12:32 AMravi
09/29/2023, 9:52 AMDeepanshu Aggarwal
09/29/2023, 11:39 AMAnton
09/29/2023, 12:43 PM(anton) C:\Users\Anton\Desktop\DE2\2_workflow_orchestration\flows\03_deployments>python flow_pandas.py
Traceback (most recent call last):
File "C:\Users\Anton\Desktop\DE2\2_workflow_orchestration\flows\03_deployments\flow_pandas.py", line 5, in <module>
from prefect import flow, task
File "C:\Users\Anton\anaconda3\envs\anton\Lib\site-packages\prefect\_init_.py", line 37, in <module>
from prefect.runner import Runner, serve
File "C:\Users\Anton\anaconda3\envs\anton\Lib\site-packages\prefect\runner.py", line 46, in <module>
from prefect.client.orchestration import get_client
File "C:\Users\Anton\anaconda3\envs\anton\Lib\site-packages\prefect\client\orchestration.py", line 11, in <module>
import pydantic
File "pydantic\_init_.py", line 2, in init pydantic._init_
File "pydantic\dataclasses.py", line 41, in init pydantic.dataclasses
# +=========+=========================================+
ModuleNotFoundError: No module named 'typing_extensions'
I updated all the packages in my env, prefect, python, etc. checked all the possible solutions around 'typing_extensions'. Maybe I missed something obvious? Do you have any suggestions to where should I look? Cheers!Yaron Levi
09/29/2023, 1:46 PMKyle Niosco
09/29/2023, 2:58 PMGregory Hunt
09/29/2023, 3:25 PMInfrastructure returned without reporting flow run 'ae92eb90-d347-4c4d-b15b-ad4cbf3b5466' as started or raising an error. This behavior is not expected and generally indicates improper implementation of infrastructure. The flow run will not be marked as failed, but an issue may have occurred.
I am returning a 0 status_code and an identifier, so I can't figure out what is triggering thisJason Wiener
09/29/2023, 8:04 PMprefect profile use 'eks'
or prefect profile use 'local'
, prefect deployment ls
returns the list of deployments from my cloud instance. This also occurs with prefect -p 'eks' deployment ls
or prefect -p 'local' deployment ls
. prefect profile ls
shows all three profiles and shows 'eks' as the active profile. The deploy commands also seems stuck on the cloud profile. Any ideas what's going on?Eric
09/29/2023, 9:51 PMbotocore.errorfactory.ClientException: An error occurred (ClientException) when calling the RegisterTaskDefinition operation: Fargate requires task definition to have execution role ARN to support ECR images.
Matt Alhonte
09/30/2023, 12:29 AMThiago Salgado
10/01/2023, 8:34 PMAtte Keinänen
10/02/2023, 7:14 AM