You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: