I'm attempting to use the git2jss python package from PIP to sync a git repository with my scripts on the JSS server. I get the following:
pip install git2jss
git2jss --jss-info
Traceback (most recent call last):
File "/usr/local/bin/git2jss", line 7, in <module>
from git2jss.__init__ import main
ModuleNotFoundError: No module named 'git2jss.__init__'
Has anyone else gotten this working? I found it here:
Jamf Marketplace git2jss
