Atul-Anand-Jha / Speaker-Identification-Python

Speaker Identification System (upto 100% accuracy); built using Python 2.7 and python_speech_features library
GNU Lesser General Public License v3.0
207 stars 75 forks source link

Error in giving the path of the file #10

Closed Studentrsr closed 4 years ago

Studentrsr commented 5 years ago

I am getting a syntax error SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \UXXXXXXXX escape while mentioning the path for source

Atul-Anand-Jha commented 5 years ago

This is the problem with python version. python version 2 and 3 treats unicode characters and bytes differently. This might be the reason.