hosteurope-letsencrypt
hosteurope-letsencrypt copied to clipboard
Windows support
With python 3.10 on Windows
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'?
getuid is only available on Unix: https://github.com/jupyterhub/repo2docker/issues/889
Ah it seems native execution on Windows is not supported.