Is it because I'm running this on windows and the script/tsv file encodings etc are for mac or linux?
spent a day figuring out the right conda environment, had to install packages individually rather than as given
the colbert package referred to , wasn't found quickly by the script, possibly because the package name is no longer just colbert
when i made it to the "python colbert_index.py " line, got an encoding error in lib\encodings\cp1252.py. Modified the open function to ignore encoding errors.
Then ended up with another System cannot find the file needed
Probably worked for many, unfortunately I couldn't go beyond this after 1.5 days of efforts.
Is it because I'm running this on windows and the script/tsv file encodings etc are for mac or linux?
spent a day figuring out the right conda environment, had to install packages individually rather than as given
the colbert package referred to , wasn't found quickly by the script, possibly because the package name is no longer just colbert
when i made it to the "python colbert_index.py " line, got an encoding error in lib\encodings\cp1252.py. Modified the open function to ignore encoding errors.
Then ended up with another System cannot find the file needed
Probably worked for many, unfortunately I couldn't go beyond this after 1.5 days of efforts.