tap-gitlab
tap-gitlab copied to clipboard
pytz module missing on clean installation
I installed tap-gitlab
and tried to run it but got this error:
ModuleNotFoundError: No module named 'pytz'
I installed pytz
separately using pip
, and it worked. I'm new to the project, but maybe pytz
should be in setup.py?