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

Key Error #13

Open
ArashRezaei opened this issue May 27, 2021 · 1 comment
Open

Key Error #13

ArashRezaei opened this issue May 27, 2021 · 1 comment
Labels
bug Something isn't working enhancement New feature or request

Comments

@ArashRezaei
Copy link

ArashRezaei commented May 27, 2021

I install your package, but I can not use it. As I import the package in python, it gives this error:
Can you help me to resolve this issue?

 File "C:\Users\Arash\anaconda3\lib\site-packages\occamypy\utils\sep.py", line 8, in <module>
    HOME = os.environ["HOME"]

  File "C:\Users\Arash\anaconda3\lib\os.py", line 675, in __getitem__
    raise KeyError(key) from None

KeyError: 'HOME'
@fpicetti
Copy link
Owner

Hi @ArashRezaei ,

Thanks for installing the library!

The error is due to Windows, which is currently not supported. We developed this library mainly on Mac OSX and Linux.

Can you please clone the repo and modify the line that raises that error according to this?

I cannot say that it will solve the problem; any help in porting this library to Windows will be appreciated.

Thanks!

@fpicetti fpicetti added enhancement New feature or request bug Something isn't working labels May 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants