Hey everyone, im trying to run orion on my local d...
# prefect-community
o
Hey everyone, im trying to run orion on my local dev machine and keep running into Its Windows 11, Python 3.9 I have the same configuration on another windows machine and its working fine. Any ideas what might be causing this?
Copy code
Error: Got unexpected extra argument (prefect.orion.api.server:create_app)
1
Forgot to mention I'm using Prefect 2.6.1
j
Might be that there is a space in the path to the directory and it might not be parsed correctly. There was an open issue on that topic and an open pr. See issue here: https://github.com/PrefectHQ/prefect/issues/6821. If there is a space and you change to a different directory with no space on the path does it work?
o
Thanks a lot that seems to have worked
👍 1