I had installed everything and all good, but the problem is with the package
pip install subprocess
I always got the message Could not find a version that satisfies the requirement subprocess...
I tried installing this one: https://pypi.org/project/subprocess32/ but no luck
Any suggestions or this script is not usable in 32 bits?
Thanks
I had installed everything and all good, but the problem is with the package
pip install subprocessI always got the message
Could not find a version that satisfies the requirement subprocess...I tried installing this one: https://pypi.org/project/subprocess32/ but no luck
Any suggestions or this script is not usable in 32 bits?
Thanks