We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the issue
I tried to run fink_client_register on windows and i got this error:
The text was updated successfully, but these errors were encountered: