Closed yb520abab closed 6 months ago
@yb520abab
Would you mind pasting the traceback message here? The error says that you have non-standard character 'â' in the file.
It may be that find_enrichment.py
isn't reading the file with utf-8. The other solution is to identify the character 'â' and replace it with something else.
@tanghaibao
Hi, I checked my files and there isn't any non-standard character 'â' in the files. Here's the traceback message: Traceback (most recent call last):
File "scripts/find_enrichment.py", line 44, in
Hi,
Thank you for providing such a great tool! I encountered a "Unicode Decode Error: 'ascii' codec can't decode byte 0xe2 in position 1103: ordinal not in range(128)". I converted all my gene symbols into gene IDs, and I converted them into UTF-8 format. The format of gene IDs look right to me. The error asked me to trace back to the file "find_enrichment.py" but I don't have the access to edit the script or other scripts. Did anyone else also encounter the similar problem? Many thanks!