安装期间未找到 xyzservices 的匹配分布
No matching distribution found for xyzservices during installation
当我尝试 pip3 install xyzservices
时,我收到:
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)
这是怎么回事?
当我尝试 pip3 install xyzservices
时,我收到:
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)
这是怎么回事?