Error AtlasError Documentation and Resolution

pip found a package that does not support the current Python version

Ignored the following versions that require a different python version.

pip skipped candidate releases because their `Requires-Python` metadata does not match the interpreter version being used for installation.

Requires-Pythonpackage managers
Ignored the following versions that require a different python version.
  • The current Python interpreter is outside the supported version range for the package.
  • The package version being requested only supports newer or older Python releases.
  • The environment is targeting a package build that is incompatible with the interpreter.
  1. Check the package's supported Python versions before installing it.
  2. Use a Python interpreter version that satisfies the package's Requires-Python constraint.
  3. Select a package release that supports your current interpreter if one exists.
pip documentation: pip download
pip requires a different Python version: causes and fixes | Error Atlas