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
@RecoX what version of Python are you using? Since Python 2.4, subprocess has been included as one of the default Python libraries. You do not have to install it if you are using any version of Python newer than 2.4
I am using Python 3.6 and all I have to do is import subprocess at the top of my discordSend.py file and it works just fine.
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
The text was updated successfully, but these errors were encountered: