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

Cannot register on windows #170

Open
pierrecavalier opened this issue Apr 12, 2023 · 0 comments
Open

Cannot register on windows #170

pierrecavalier opened this issue Apr 12, 2023 · 0 comments

Comments

@pierrecavalier
Copy link

pierrecavalier commented Apr 12, 2023

Describe the issue
I tried to run fink_client_register on windows and i got this error:

Traceback (most recent call last):
  File "c:\users\pirca\anaconda3\lib\runpy.py", line 194, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "c:\users\pirca\anaconda3\lib\runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "C:\Users\pirca\anaconda3\Scripts\fink_client_register.exe\__main__.py", line 4, in <module>
  File "c:\users\pirca\anaconda3\lib\site-packages\fink_client\scripts\fink_client_register.py", line 16, in <module>
    from fink_client.configuration import write_credentials
  File "c:\users\pirca\anaconda3\lib\site-packages\fink_client\configuration.py", line 21, in <module>
    _ROOTDIR = os.path.join(os.environ['HOME'], ".finkclient")
  File "c:\users\pirca\anaconda3\lib\os.py", line 675, in __getitem__
    raise KeyError(key) from None
KeyError: 'HOME'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Installation
Development

No branches or pull requests

2 participants