UnicodeDecodeError on conda init #27278
-
|
When trying a fresh setup, conda init fails with: Up to this point everything looked normal. The last line is because The root of the issues might be the really old OS (Debian 9), something I cannot change right now. However, I could not find any info, that it is not supported anymore. Moreover, the error does not really look like something associated with too old OS. Anyway, I have no idea how to tackle it and would appreciate any help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 12 replies
-
|
Almost looks like you might already have a Conda installation elsewhere? Starting a new terminal with out having conda info --allIf this returns |
Beta Was this translation helpful? Give feedback.
I solved it!
The bashrc template supplied by our central administration had some non-UTF8 symbols in a comment . German language has this wonderful thing called umlaut and some brilliant mind put them in the disclaimer and instruction comment block at the top (which I have not read carefully for years and have not bothered to copy here). It looks fine in any editor, but conda does not just append its block and is happy, it just dies to that.
Bottom line: