I did very similar to the code and I replaced the path by
path = '/Users/oliviashi/Documents/software/python/books/'
However I cannot run the file because:
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x80 in position 3131: invalid start byte
What should I do? Thank you very much!
I did very similar to the code and I replaced the path by
path = '/Users/oliviashi/Documents/software/python/books/'
However I cannot run the file because:
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x80 in position 3131: invalid start byte
What should I do? Thank you very much!