Skip to content
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

AttributeError: module 'os' has no attribute 'geteuid' #36

Open
IlyaMescheryakov1402 opened this issue Oct 18, 2024 · 0 comments
Open

Comments

@IlyaMescheryakov1402
Copy link

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 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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant