Trying to run resfinder using the command line but get raise ValueError

61 Views Asked by At

the full error message I receive is: raise ValueError ("SHA could not be resolved, git returned: %r" % (header_line.strip())) ValueError: SHA could not be resolved, git returned: b''

this programme has ran previously and I have python version 3.8.6 installed in this environment but python 3.10 in another environment and neither works

0

There are 0 best solutions below