Howard
11/21/2022, 2:49 AMPeyton Runyan
11/21/2022, 6:15 PMpip install -e ".[dev]"
, then start an agent using that virtual environment, you should be good to goHoward
11/22/2022, 6:45 AMpython -m venv xxxxxxxxxx
, and git clone
, then pip install -e ".[dev]"
. I got the error in the link I pasted above. Seems like some bugs. when I use prefect dev api
and prefect dev ui
, it works. when I use prefect dev start
and prefect dev agent
, it failed! So I guess, it's prefect dev agent
that caused the error.