Tyndyll
05/17/2022, 12:22 PMImportError('Unable to import Github, please ensure you have installed the github extra')
error.
As far as I am aware it has been installedprefect@ubuntu-focal:~$ . prefect-default/bin/activate
(prefect-default) prefect@ubuntu-focal:~$ python
Python 3.8.10 (default, Mar 15 2022, 12:22:08)
[GCC 9.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from prefect.storage import GitHub
>>>
Anna Geller
05/17/2022, 12:32 PMgithub
Python library, e.g. using:
pip install "prefect[github]"
Tyndyll
05/17/2022, 12:35 PMAnna Geller
05/17/2022, 12:38 PMTyndyll
05/17/2022, 12:45 PMTarek
06/02/2022, 11:58 AMpip install "prefect[github]"
locally, but the problem persists, or should be installed on the agent docke container also?Anna Geller
06/02/2022, 12:15 PM