3rd-party-integrations / github-team-sync

Sync GitHub teams to groups in Active Directory, LDAP, Okta, OneLogin or AzureAD when using any authentication method for GitHub.
MIT License
201 stars 67 forks source link

Python versioning changed ? #135

Closed maestro1315 closed 2 years ago

maestro1315 commented 2 years ago

I'm receiving the below error when building in Docker.

11 1.618 Warning: Python 3.9 was not found on your system...

11 1.620 Neither 'pyenv' nor 'asdf' could be found to install Python.

11 1.620 You can specify specific versions of Python with:

11 1.620 $ pipenv --python path/to/python

Changing to the below in the pipfile gets me further but then I receive errors during the pipenv install step.

[requires] python_version = "3.10"

GolanTrevize10 commented 2 years ago

I had the same issue, check #126