pip looked for a package or version matching your requirement but couldn't find anything on PyPI. The package, version, or name may be incorrect.
Fixes How to fix 'Could not find a version that satisfies the requirement'
# How to fix 'Could not find a version that satisfies the requirement'
This is similar to 'No matching distribution' but more general. pip tried every version of a package and none matched your constraints—either the package doesn't exist, the version is wrong, or the name is misspelled.
Review the error message above and identify which cause applies to your situation. Run additional diagnostics if needed.
Follow the corresponding solution from the causes section above.
Once you've addressed the root cause, try running 'pip install' again.