I still got the same missing module error. I also tried it with adding the pip/_vendor directory to path which changes the error to no module named pip.
I installed pip manually using get-pip.py which installed without error but when I run the executable it throws the no module named pip error.
Is it possible to add libraries, reinstall CPython with the requests module or change the python to an instance that has requests installed?