Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows 7 SP1 32 bits installation problems #2

Open
RecoX opened this issue Nov 3, 2020 · 3 comments
Open

Windows 7 SP1 32 bits installation problems #2

RecoX opened this issue Nov 3, 2020 · 3 comments

Comments

@RecoX
Copy link

RecoX commented Nov 3, 2020

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

@RecoX
Copy link
Author

RecoX commented Nov 27, 2020

Actually, I'm getting the same problem in Windows 7 SP 1 64bits.

what a shame.

@jasonrorr
Copy link
Contributor

@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.

StackOverflow Link:
https://stackoverflow.com/questions/26144305/how-to-install-subprocess-module-for-python

@RecoX
Copy link
Author

RecoX commented Jul 27, 2021

Thanks for your reply, we already move to git.

But good to know about that for someone who needs it in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants