I am trying to install `prefect-github` , but it t...
# ask-community
i
I am trying to install
prefect-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
.
Copy code
pip install prefect-github
Installing this way updates my prefect version also. Does that mean my current version is not compatible ?
j
pip install "prefect[github]"
should install a version of prefect-github that works with your version of Prefect.