You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when running the script with my otu_table this error is:
Please, anybody can help me??
File "C:\Users\Usuario\Documents\MMar\LauraVID_3\HONGOS\Funguild5\Guilds_v1.1.py", line 303, in
output.write('%s\n' % rec)
File "C:\Users\Usuario\anaconda3\lib\encodings\cp1252.py", line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
UnicodeEncodeError: 'charmap' codec can't encode character '\u0159' in position 589: character maps to
The text was updated successfully, but these errors were encountered:
I am not a maintainer of the Python script, but I can suggest:
\u0159 is the code for the letter ř. Apparently FUNGuild is having trouble with this letter; if it occurs in your OTU table I recommend removing/replacing it (and possibly other characters with diacritics) and trying FUNGuild again. If it does not occur anywhere in your OTU table then hopefully someone else can offer a suggestion. :-)
when running the script with my otu_table this error is:
Please, anybody can help me??
File "C:\Users\Usuario\Documents\MMar\LauraVID_3\HONGOS\Funguild5\Guilds_v1.1.py", line 303, in
output.write('%s\n' % rec)
File "C:\Users\Usuario\anaconda3\lib\encodings\cp1252.py", line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
UnicodeEncodeError: 'charmap' codec can't encode character '\u0159' in position 589: character maps to
The text was updated successfully, but these errors were encountered: