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
LogType:dask.worker.log
LogLastModifiedTime:Thu Aug 11 18:44:21 +0000 2022
LogLength:411
LogContents:
Could not find platform independent libraries
Consider setting $PYTHONHOME to [:<exec_prefix>]
Fatal Python error: initfsencoding: Unable to get the locale encoding
ModuleNotFoundError: No module named 'encodings'
Current thread 0x00007fd28c2a6740 (most recent call first):
.skein.sh: line 2: 1442 Aborted (core dumped) environment/bin/python -m dask_yarn.cli services worker
I'm trying to run a dask yarn_cluster job on dataproc but i can't.
Dask worker log is giving me this issue:
.skein.sh: line 2: environment/bin/python: No such file or directory
while the packaged environnement i give to my yarn_cluster has python3.8 on it.
any idea ?
The text was updated successfully, but these errors were encountered: