YD
08/31/2021, 12:52 AMprefect agent local start
it still tries to find the python3.7
I pip uninstalled prefect and install it several times, but it does not help.
how can i clean install it so it will run using the python3.6 ?YD
08/31/2021, 12:57 AMpython3.6 <python path>/prefect agent local starat
Zach Angell
which prefect
?YD
08/31/2021, 3:52 PM/home/<user name>/python/Python-3.6.8/bin/pip3.6 install prefect==0.15.2
which respond with
Installing collected packages: prefect
Successfully installed prefect-0.15.2
Error message used to be that it can’t find prefect
$ prefect agent local start
-bash: /home/<user name>/python/Python-3.7.4/bin/prefect: No such file or directory
though today it is different…
$ prefect agent local start
-bash: prefect: command not found