Hello everyone, I want to modify some source codes...
# prefect-community
h
Hello everyone, I want to modify some source codes, but I don't know how to view the effects after the modification. "prefect dev start" currently has problems or some bugs I think.
1
As I menthioned above, I can't use prefect dev agent
p
Howdy!
Thanks for looking into contributing! In practice I never use the dev agent. I always use a regular prefect agent
🙌 1
if you create a virtual environment, move to the root of the forked prefect directory, then run
pip install -e ".[dev]"
, then start an agent using that virtual environment, you should be good to go
gratitude thank you 1
If anything else pops up, let me know in this thread and I'll help get you sorted
h
Thanks for your reply! As I mentioned above, I use the python virtual environment, using
python -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.
👍 1