Search code examples
pythonmacospip

No matching distribution found for xyzservices during installation


When I try pip3 install xyzservices I receive:

Collecting xyzservices
  Could not find a version that satisfies the requirement xyzservices (from versions: )
No matching distribution found for xyzservices

python --version returns:

Python 3.6.8

pip3 --version returns:

pip 18.1 from /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/pip (python 3.6)

What is going on here?


Solution

  • All versions of xyzservices require Python >= 3.7. Even the oldest version 2021.7. See the code at the oldest tag 2021.7.