Open pulpocaminante opened 1 year ago
hey I was able to actually fix this!
change these two lines in setup.py and get_version.py
get_version.py
"HOME": os.environ["USERPROFILE"],
and
setup.py
long_desc = open("README.md", encoding="utf-8").read()
this fixed it for me
editing setup.py is required, but with the home env variable you can just type
$env:HOME = $env:USERPROFILE
beforehand
ah yeah that is a much better solution
Seems to be an environment variable issue
Specifically:
Although setting
%HOME%=anything
has no effect on this error.