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

No matching distribution found for subprocess #3

Open
wiseman-timelord opened this issue Apr 19, 2023 · 1 comment
Open

No matching distribution found for subprocess #3

wiseman-timelord opened this issue Apr 19, 2023 · 1 comment

Comments

@wiseman-timelord
Copy link

D:\IGA\iga>pip install -r requirements.txt
ERROR: Could not find a version that satisfies the requirement subprocess (from versions: none)
ERROR: No matching distribution found for subprocess

@dennishansen
Copy link
Owner

subprocess is a built-in Python module and doesn't need to be installed separately for python 2.7+

You can try to resolve the issue by check upgrading the pip version using the command pip install --upgrade pip and then running pip install -r requirements.txt again.

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