If you see either of the following lines in an error when using the Python scoring pipeline:
- ImportError: cannot import name 'string_types'
- ModuleNotFoundError: No module named 'gitdb.utils.compat'
The following package versions need to be installed in the Python environment for the scorer:
gitdb2==2.0.6
gitdb==0.6.4
For example, if you used pip, do:
pip install --upgrade gitdb2==2.0.6 gitdb==0.6.4