Thank you for the write up. I pretty much did that and Python never got added to PATH.
When trying to run from the dir, all kinds of dependencies didn't work, because Python couldnยดt even finf standard libs.
Absolute Windows related garbage, since in the PATH variables, I did see the directories set properly - they just didnยดt have any effect.
After losing many hours trying to solve that and getting sick and tired of it, I ran it once on Linux and it just works, despite the author writing about compile errors.
So for anyone having those PATH issues, or any other, I recommend using Linux.
When trying to run from the dir, all kinds of dependencies didn't work, because Python couldnยดt even finf standard libs.
Absolute Windows related garbage, since in the PATH variables, I did see the directories set properly - they just didnยดt have any effect.
After losing many hours trying to solve that and getting sick and tired of it, I ran it once on Linux and it just works, despite the author writing about compile errors.
So for anyone having those PATH issues, or any other, I recommend using Linux.
Comment