EnglishSpeechUpsampler icon indicating copy to clipboard operation
EnglishSpeechUpsampler copied to clipboard

TypeError: a bytes-like object is required, not 'str' when writing to a file

Open balandongiv opened this issue 6 years ago • 0 comments

For this error,

Change the script line 18

with open(filename, 'wb') as csvfile: to with open(filename, 'w') as csvfile:

Ref Ref 1

balandongiv avatar Dec 06 '18 02:12 balandongiv