pip installed a different version of a package than you requested. This usually happens due to version constraints or conflicts that force using an alternative version.
Fixes How to fix 'installed different version than requested' in pip
# How to fix 'installed different version than requested' in pip
When multiple packages have conflicting version requirements for the same dependency, pip must choose a version that works for all. Sometimes this means installing a version that isn't your first choice, but which satisfies all constraints.
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.