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
I used clearml-session for queue with windows machine worker and got this error
> Traceback (most recent call last):
> File "C:\Users\meshc\.clearml\venvs-builds\3.9\code\.interactive_session.py", line 1651, in <module>
> main()
> File "C:\Users\meshc\.clearml\venvs-builds\3.9\code\.interactive_session.py", line 1635, in main
> env = setup_user_env(param, task)
> File "C:\Users\meshc\.clearml\venvs-builds\3.9\code\.interactive_session.py", line 1195, in setup_user_env
> if os.geteuid() != 0:
> AttributeError: module 'os' has no attribute 'geteuid'
>
> Process failed, exit code 1
I used clearml-session for queue with windows machine worker and got this error
I guess this is because of https://github.com/allegroai/clearml-session/blob/v0.12.0/clearml_session/interactive_session_task.py#L766 and jupyterhub/repo2docker#889 (comment)
The text was updated successfully, but these errors were encountered: