Ishan Anilbhai Koradiya
10/31/2024, 7:32 AMprefect-github
, but it throws this warning WARNING: prefect 2.18.3 does not provide the extra 'github'
. Any ideas ?
My prefect version is 2.18.3
.
pip install prefect-github
Installing this way updates my prefect version also. Does that mean my current version is not compatible ?Jeff Hale
10/31/2024, 1:06 PMpip install "prefect[github]"
should install a version of prefect-github that works with your version of Prefect.