-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[python 3.8] UnicodeDecodeError: 'ascii' codec can't decode byte 0xce in position 45: ordinal not in range(128) #149
Comments
I have the same issue. Here is the list of packages that are currently installed.
Thanks for any ideas on how to get it to run. |
Ok, I think I got it. It should also take care of #141 .
I played around with the locale settings of my Docker container, but it didn't bring much. I ended up patching the file
I'm not sure how |
Sad that this fix has not reached the official package.
|
If you make a pull request I'm happy to accept it |
The fix is in your git code, but this is too new to be installed with "pip install loompy". So I likely just need to wait. Until then an install from git is sufficient to fix the problem. No pull request necessary any more. But Thank you! |
Hello,
I've just made an updated conda environment for python 3.8 and I can't read loom files using
anndata.read_loom()
anymore. It gives me this error (see full traceback below):Of note: I can read the same file in my python3.7 environment, but it prints a message:
Variable names are not unique. To make them unique, call '.var_names_make_unique'.
It's always been like this. After running
.var_names_make_unique
, it all works out perfectly.Any idea why UnicodeDecoder is failing? Is there anything I can do?
The text was updated successfully, but these errors were encountered: