Anton
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!Islam Otmani
09/29/2023, 6:55 PMpip3 freeze | grep "prefect\|pydantic\|fastapi"
Islam Otmani
09/29/2023, 6:56 PMIslam Otmani
09/29/2023, 7:01 PMpip freeze | findstr "prefect pydantic fastapi"
I didn't test it so feel free to just dump all of pip freeze
🙂Anton
10/02/2023, 8:16 AMAnton
10/02/2023, 8:18 AMAnton
10/04/2023, 9:46 AM