1、第三方包whl下载地址:
https://pypi.org/

2、当前环境支持的所有标签组合
pip debug –verbose
C:\\Users\\tzy90>pip debug –verbose WARNING: This command is only meant for debugging. Do not use this with automation for parsing and getting these details, since the output and options of this command may change without notice. pip version: pip 25.3 from D:\\Programs\\Python\\Python310\\lib\\site-packages\\pip (python 3.10) sys.version: 3.10.7 (tags/v3.10.7:6cc6b13, Sep 5 2022, 14:08:36) [MSC v.1933 64 bit (AMD64)] sys.executable: D:\\Programs\\Python\\Python310\\python.exe sys.getdefaultencoding: utf-8 sys.getfilesystemencoding: utf-8 locale.getpreferredencoding: cp936 sys.platform: win32 sys.implementation: name: cpython 'cert' config value: global REQUESTS_CA_BUNDLE: None CURL_CA_BUNDLE: None pip._vendor.certifi.where(): D:\\Programs\\Python\\Python310\\lib\\site-packages\\pip\\_vendor\\certifi\\cacert.pem pip._vendor.DEBUNDLED: False vendored library versions: CacheControl==0.14.3 distlib==0.4.0 distro==1.9.0 msgpack==1.1.2 packaging==25.0 platformdirs==4.5.0 pyproject-hooks==1.2.0 requests==2.32.5 certifi==2025.10.05 idna==3.10 urllib3==1.26.20 rich==14.2.0 (Unable to locate actual module version, using vendor.txt specified version) pygments==2.19.2 resolvelib==1.2.1 setuptools==70.3.0 (Unable to locate actual module version, using vendor.txt specified version) tomli==2.3.0 tomli-w==1.2.0 truststore==0.10.4 dependency-groups==1.3.1 (Unable to locate actual module version, using vendor.txt specified version) Compatible tags: 36 cp310-cp310-win_amd64 cp310-abi3-win_amd64 cp310-none-win_amd64 cp39-abi3-win_amd64 cp38-abi3-win_amd64 cp37-abi3-win_amd64 cp36-abi3-win_amd64 cp35-abi3-win_amd64 cp34-abi3-win_amd64 cp33-abi3-win_amd64 cp32-abi3-win_amd64 py310-none-win_amd64 py3-none-win_amd64 py39-none-win_amd64 py38-none-win_amd64 py37-none-win_amd64 py36-none-win_amd64 py35-none-win_amd64 py34-none-win_amd64 py33-none-win_amd64 py32-none-win_amd64 py31-none-win_amd64 py30-none-win_amd64 cp310-none-any py310-none-any py3-none-any py39-none-any py38-none-any py37-none-any py36-none-any py35-none-any py34-none-any py33-none-any py32-none-any py31-none-any py30-none-any
3、https://pypi.org/网址中搜索下载适合的包
截图中所示:cp35-abi3-win_amd64结尾的包即可
pycryptodome-3.20.0-cp35-abi3-win_amd64.whl (1.8 MB view details)




