Anaconda Linux installer workarounds

These are steps I took in addition to the official instructions to install Anaconda on Debian.

Issue:

Traceback (most recent call last):
  File "concurrent/futures/process.py", line 261, in _process_worker
  ...
  File "<frozen posixpath>", line 451, in _joinrealpath
UnicodeEncodeError: 'ascii' codec can't encode character '\xe4' in position 97: ordinal not in range(128)

Fix:

export LC_ALL=C.UTF-8
export LC_ALL=C.UTF-8

Issue:

Traceback (most recent call last):
  File "concurrent/futures/process.py", line 424, in wait_result_broken_or_wakeup
  File "multiprocessing/connection.py", line 251, in recv
TypeError: InvalidArchiveError.__init__() missing 1 required positional argument: 'msg'

Fix:

chmod 700 -R anaconda3/

Never see. Never know.

Leave a Comment

Your email address will not be published. Required fields are marked *