Hi, everyone! Has anyone experienced the followin...
# prefect-getting-started
r
Hi, everyone! Has anyone experienced the following error while running prefect commands on Windows?
Copy code
ImportError('DLL load failed while importing _rust: The specified procedure could not be found')
I've run the same project on Linux and Mac without any issues but Windows raises this.
c
Hi Rogelio - this is an issue with pydantic; you can check out some of the discussion in their repo (e.g., https://github.com/pydantic/pydantic/issues/9920)