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
File "hosteurope-letsencrypt\neu.py", line 11, in <module>
is_root = os.geteuid() == 0
AttributeError: module 'os' has no attribute 'geteuid'. Did you mean: 'getpid'?
With python 3.10 on Windows
getuid is only available on Unix:
jupyterhub/repo2docker#889
Ah it seems native execution on Windows is not supported.
The text was updated successfully, but these errors were encountered: