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
amnesia ❯ git init .
Reinitialized existing Git repository in [ Truncated ]
amnesia ❯ pip install .
Processing [ Truncated ]\stickerpicker
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [10 lines of output]
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File " [ Truncated ]\stickerpicker\setup.py", line 3, in <module>
from sticker.get_version import git_tag, git_revision, version, linkified_version
File " [ Truncated ]\stickerpicker\sticker\get_version.py", line 9, in <module>
Specifically:
"HOME": os.environ["HOME"],
File " [ Truncated ]\Python\Python310\lib\os.py", line 680, in __getitem__
raise KeyError(key) from None
KeyError: 'HOME'
[end of output]
Although setting %HOME%=anything has no effect on this error.
The text was updated successfully, but these errors were encountered:
pulpocaminante
changed the title
Installation on Windows fails
Installation on Windows now failing
Jan 25, 2023
Seems to be an environment variable issue
Specifically:
Although setting
%HOME%=anything
has no effect on this error.The text was updated successfully, but these errors were encountered: