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

Windows support #14

Open
matbech opened this issue Nov 19, 2021 · 0 comments
Open

Windows support #14

matbech opened this issue Nov 19, 2021 · 0 comments

Comments

@matbech
Copy link

matbech commented Nov 19, 2021

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:
jupyterhub/repo2docker#889

Ah it seems native execution on Windows is not supported.

@matbech matbech changed the title geteuid Windows: geteuid not available Nov 19, 2021
@steinsag steinsag changed the title Windows: geteuid not available Support Windows Dec 6, 2021
@steinsag steinsag changed the title Support Windows Windows support Dec 6, 2021
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