AutoGPTQ [BUG]在安装源代码时,Windows 11操作系统遇到了一个问题

gwbalxhn  于 4个月前  发布在  Windows
关注(0)|答案(7)|浏览(134)

描述问题

Windows 11操作系统在安装源代码时遇到了一个问题

硬件详情

GPU:NVIDIA 3060

软件版本

CUDA:12.2 torch:2.1.2+cu121

重现步骤

重现问题的步骤:

  1. 转到'...'
  2. 点击'....'
  3. 向下滚动到'....'
  4. 查看错误

预期行为

(qwen) C:\Users\PD\AutoGPTQ-main>pip install -vvv -e .
Using pip 24.0 from D:\Users\PD\anaconda3\envs\qwen\lib\site-packages\pip (python 3.9)
Non-user install because site-packages writeable
Created temporary directory: C:\Users\PD\AppData\Local\Temp\pip-build-tracker-75s6_bth
Initialized build tracking at C:\Users\PD\AppData\Local\Temp\pip-build-tracker-75s6_bth
Created build tracker: C:\Users\PD\AppData\Local\Temp\pip-build-tracker-75s6_bth
Entered build tracker: C:\Users\PD\AppData\Local\Temp\pip-build-tracker-75s6_bth
Created temporary directory: C:\Users\PD\AppData\Local\Temp\pip-install-gtc0myvn
Created temporary directory: C:\Users\PD\AppData\Local\Temp\pip-ephem-wheel-cache-x64r9_dk
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Obtaining file:///C:/Users/PD/AutoGPTQ-main
  Added file:///C:/Users/PD/AutoGPTQ-main to build tracker 'C:\\Users\\PD\\AppData\\Local\\Temp\\pip-build-tracker-75s6_bth'
  Running setup.py (path:C:\Users\PD\AutoGPTQ-main\setup.py) egg_info for package from file:///C:/Users/PD/AutoGPTQ-main
  Created temporary directory: C:\Users\PD\AppData\Local\Temp\pip-pip-egg-info-y59xsgqq
  Running command python setup.py egg_info
  conda_cuda_include_dir D:\Users\PD\anaconda3\envs\qwen\Lib\site-packages\nvidia/cuda_runtime/include
  running egg_info
  creating C:\Users\PD\AppData\Local\Temp\pip-pip-egg-info-y59xsgqq\auto_gptq.egg-info
  writing C:\Users\PD\AppData\Local\Temp\pip-pip-egg-info-y59xsgqq\auto_gptq.egg-info\PKG-INFO
  writing dependency_links to C:\Users\PD\AppData\Local\Temp\pip-pip-egg-info-y59xsgqq\auto_gptq.egg-info\dependency_links.txt
  writing requirements to C:\Users\PD\AppData\Local\Temp\pip-pip-egg-info-y59xsgqq\auto_gptq.egg-info\requires.txt
  writing top-level names to C:\Users\PD\AppData\Local\Temp\pip-pip-egg-info-y59xsgqq\auto_gptq.egg-info\top_level.txt
  writing manifest file 'C:\Users\PD\AppData\Local\Temp\pip-pip-egg-info-y59xsgqq\auto_gptq.egg-info\SOURCES.txt'
  reading manifest file 'C:\Users\PD\AppData\Local\Temp\pip-pip-egg-info-y59xsgqq\auto_gptq.egg-info\SOURCES.txt'
  adding license file 'LICENSE'
  writing manifest file 'C:\Users\PD\AppData\Local\Temp\pip-pip-egg-info-y59xsgqq\auto_gptq.egg-info\SOURCES.txt'
  Preparing metadata (setup.py) ... done
  Source in c:\users\pd\autogptq-main has version 0.8.0.dev0+cu121, which satisfies requirement auto_gptq==0.8.0.dev0+cu121 from file:///C:/Users/PD/AutoGPTQ-main
  Removed auto_gptq==0.8.0.dev0+cu121 from file:///C:/Users/PD/AutoGPTQ-main from build tracker 'C:\\Users\\PD\\AppData\\Local\\Temp\\pip-build-tracker-75s6_bth'
Requirement already satisfied: accelerate>=0.26.0 in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from auto_gptq==0.8.0.dev0+cu121) (0.27.2)
Requirement already satisfied: datasets in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from auto_gptq==0.8.0.dev0+cu121) (2.17.1)
Requirement already satisfied: sentencepiece in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from auto_gptq==0.8.0.dev0+cu121) (0.2.0)
Requirement already satisfied: numpy in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from auto_gptq==0.8.0.dev0+cu121) (1.24.1)
Requirement already satisfied: rouge in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from auto_gptq==0.8.0.dev0+cu121) (1.0.1)
Requirement already satisfied: gekko in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from auto_gptq==0.8.0.dev0+cu121) (1.0.6)
Requirement already satisfied: torch>=1.13.0 in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from auto_gptq==0.8.0.dev0+cu121) (2.1.2+cu121)
Requirement already satisfied: safetensors in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from auto_gptq==0.8.0.dev0+cu121) (0.4.2)
Requirement already satisfied: transformers>=4.31.0 in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from auto_gptq==0.8.0.dev0+cu121) (4.32.1)
Requirement already satisfied: peft>=0.5.0 in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from auto_gptq==0.8.0.dev0+cu121) (0.8.2)
Requirement already satisfied: tqdm in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from auto_gptq==0.8.0.dev0+cu121) (4.66.2)
Requirement already satisfied: packaging>=20.0 in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from accelerate>=0.26.0->auto_gptq==0.8.0.dev0+cu121) (23.2)
Requirement already satisfied: psutil in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from accelerate>=0.26.0->auto_gptq==0.8.0.dev0+cu121) (5.9.8)
Requirement already satisfied: pyyaml in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from accelerate>=0.26.0->auto_gptq==0.8.0.dev0+cu121) (6.0.1)
Requirement already satisfied: huggingface-hub in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from accelerate>=0.26.0->auto_gptq==0.8.0.dev0+cu121) (0.20.3)
Requirement already satisfied: filelock in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from torch>=1.13.0->auto_gptq==0.8.0.dev0+cu121) (3.9.0)
Requirement already satisfied: typing-extensions in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from torch>=1.13.0->auto_gptq==0.8.0.dev0+cu121) (4.8.0)
Requirement already satisfied: sympy in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from torch>=1.13.0->auto_gptq==0.8.0.dev0+cu121) (1.12)
Requirement already satisfied: networkx in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from torch>=1.13.0->auto_gptq==0.8.0.dev0+cu121) (3.2.1)
Requirement already satisfied: jinja2 in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from torch>=1.13.0->auto_gptq==0.8.0.dev0+cu121) (3.1.2)
Requirement already satisfied: fsspec in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from torch>=1.13.0->auto_gptq==0.8.0.dev0+cu121) (2023.10.0)
Requirement already satisfied: regex!=2019.12.17 in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from transformers>=4.31.0->auto_gptq==0.8.0.dev0+cu121) (2023.12.25)
Requirement already satisfied: requests in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from transformers>=4.31.0->auto_gptq==0.8.0.dev0+cu121) (2.28.1)
Requirement already satisfied: tokenizers!=0.11.3,<0.14,>=0.11.1 in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from transformers>=4.31.0->auto_gptq==0.8.0.dev0+cu121) (0.13.3)
Requirement already satisfied: colorama in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from tqdm->auto_gptq==0.8.0.dev0+cu121) (0.4.6)
Requirement already satisfied: pyarrow>=12.0.0 in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from datasets->auto_gptq==0.8.0.dev0+cu121) (15.0.0)
Requirement already satisfied: pyarrow-hotfix in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from datasets->auto_gptq==0.8.0.dev0+cu121) (0.6)
Requirement already satisfied: dill<0.3.9,>=0.3.0 in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from datasets->auto_gptq==0.8.0.dev0+cu121) (0.3.8)
Requirement already satisfied: pandas in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from datasets->auto_gptq==0.8.0.dev0+cu121) (2.2.0)
Requirement already satisfied: xxhash in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from datasets->auto_gptq==0.8.0.dev0+cu121) (3.4.1)
Requirement already satisfied: multiprocess in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from datasets->auto_gptq==0.8.0.dev0+cu121) (0.70.16)
Requirement already satisfied: aiohttp in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from datasets->auto_gptq==0.8.0.dev0+cu121) (3.9.3)
Requirement already satisfied: six in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from rouge->auto_gptq==0.8.0.dev0+cu121) (1.16.0)
Requirement already satisfied: aiosignal>=1.1.2 in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from aiohttp->datasets->auto_gptq==0.8.0.dev0+cu121) (1.3.1)
Requirement already satisfied: attrs>=17.3.0 in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from aiohttp->datasets->auto_gptq==0.8.0.dev0+cu121) (23.2.0)
Requirement already satisfied: frozenlist>=1.1.1 in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from aiohttp->datasets->auto_gptq==0.8.0.dev0+cu121) (1.4.1)
Requirement already satisfied: multidict<7.0,>=4.5 in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from aiohttp->datasets->auto_gptq==0.8.0.dev0+cu121) (6.0.5)
Requirement already satisfied: yarl<2.0,>=1.0 in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from aiohttp->datasets->auto_gptq==0.8.0.dev0+cu121) (1.9.4)
Requirement already satisfied: async-timeout<5.0,>=4.0 in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from aiohttp->datasets->auto_gptq==0.8.0.dev0+cu121) (4.0.3)
Requirement already satisfied: charset-normalizer<3,>=2 in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from requests->transformers>=4.31.0->auto_gptq==0.8.0.dev0+cu121) (2.1.1)
Requirement already satisfied: idna<4,>=2.5 in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from requests->transformers>=4.31.0->auto_gptq==0.8.0.dev0+cu121) (3.4)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from requests->transformers>=4.31.0->auto_gptq==0.8.0.dev0+cu121) (1.26.13)
Requirement already satisfied: certifi>=2017.4.17 in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from requests->transformers>=4.31.0->auto_gptq==0.8.0.dev0+cu121) (2022.12.7)
Requirement already satisfied: MarkupSafe>=2.0 in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from jinja2->torch>=1.13.0->auto_gptq==0.8.0.dev0+cu121) (2.1.3)
Requirement already satisfied: python-dateutil>=2.8.2 in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from pandas->datasets->auto_gptq==0.8.0.dev0+cu121) (2.8.2)
Requirement already satisfied: pytz>=2020.1 in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from pandas->datasets->auto_gptq==0.8.0.dev0+cu121) (2024.1)
Requirement already satisfied: tzdata>=2022.7 in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from pandas->datasets->auto_gptq==0.8.0.dev0+cu121) (2024.1)
Requirement already satisfied: mpmath>=0.19 in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from sympy->torch>=1.13.0->auto_gptq==0.8.0.dev0+cu121) (1.3.0)
Created temporary directory: C:\Users\PD\AppData\Local\Temp\pip-unpack-cxae3mfa
Installing collected packages: auto_gptq
  Running setup.py develop for auto_gptq
    Running command python setup.py develop
    conda_cuda_include_dir D:\Users\PD\anaconda3\envs\qwen\Lib\site-packages\nvidia/cuda_runtime/include
    running develop
    D:\Users\PD\anaconda3\envs\qwen\lib\site-packages\setuptools\command\develop.py:40: EasyInstallDeprecationWarning: easy_install command is deprecated.
    !!

            ********************************************************************************
            Please avoid running ``setup.py`` and ``easy_install``.
            Instead, use pypa/build, pypa/installer or other
            standards-based tools.

            See https://github.com/pypa/setuptools/issues/917 for details.
            ********************************************************************************

    !!
      easy_install.initialize_options(self)
    D:\Users\PD\anaconda3\envs\qwen\lib\site-packages\setuptools\_distutils\cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
    !!

            ********************************************************************************
            Please avoid running ``setup.py`` directly.
            Instead, use pypa/build, pypa/installer or other
            standards-based tools.

            See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
            ********************************************************************************

    !!
      self.initialize_options()
    running egg_info
    creating auto_gptq.egg-info
    writing auto_gptq.egg-info\PKG-INFO
    writing dependency_links to auto_gptq.egg-info\dependency_links.txt
    writing requirements to auto_gptq.egg-info\requires.txt
    writing top-level names to auto_gptq.egg-info\top_level.txt
    writing manifest file 'auto_gptq.egg-info\SOURCES.txt'
    reading manifest file 'auto_gptq.egg-info\SOURCES.txt'
    adding license file 'LICENSE'
    writing manifest file 'auto_gptq.egg-info\SOURCES.txt'
    running build_ext
    D:\Users\PD\anaconda3\envs\qwen\lib\site-packages\torch\utils\cpp_extension.py:383: UserWarning: Error checking compiler version for g++: [WinError 2] 系统找不到指定的文件。
      warnings.warn(f'Error checking compiler version for {compiler}: {error}')
    Traceback (most recent call last):
      File "<string>", line 2, in <module>
      File "<pip-setuptools-caller>", line 34, in <module>
      File "C:\Users\PD\AutoGPTQ-main\setup.py", line 205, in <module>
        setup(
      File "D:\Users\PD\anaconda3\envs\qwen\lib\site-packages\setuptools\__init__.py", line 103, in setup
        return distutils.core.setup(**attrs)
      File "D:\Users\PD\anaconda3\envs\qwen\lib\site-packages\setuptools\_distutils\core.py", line 185, in setup
        return run_commands(dist)
      File "D:\Users\PD\anaconda3\envs\qwen\lib\site-packages\setuptools\_distutils\core.py", line 201, in run_commands
        dist.run_commands()
      File "D:\Users\PD\anaconda3\envs\qwen\lib\site-packages\setuptools\_distutils\dist.py", line 969, in run_commands
        self.run_command(cmd)
      File "D:\Users\PD\anaconda3\envs\qwen\lib\site-packages\setuptools\dist.py", line 963, in run_command
        super().run_command(command)
      File "D:\Users\PD\anaconda3\envs\qwen\lib\site-packages\setuptools\_distutils\dist.py", line 988, in run_command
        cmd_obj.run()
      File "D:\Users\PD\anaconda3\envs\qwen\lib\site-packages\setuptools\command\develop.py", line 34, in run
        self.install_for_development()
      File "D:\Users\PD\anaconda3\envs\qwen\lib\site-packages\setuptools\command\develop.py", line 111, in install_for_development
        self.run_command('build_ext')
      File "D:\Users\PD\anaconda3\envs\qwen\lib\site-packages\setuptools\_distutils\cmd.py", line 318, in run_command
        self.distribution.run_command(command)
      File "D:\Users\PD\anaconda3\envs\qwen\lib\site-packages\setuptools\dist.py", line 963, in run_command
        super().run_command(command)
      File "D:\Users\PD\anaconda3\envs\qwen\lib\site-packages\setuptools\_distutils\dist.py", line 988, in run_command
        cmd_obj.run()
      File "D:\Users\PD\anaconda3\envs\qwen\lib\site-packages\setuptools\command\build_ext.py", line 89, in run
        _build_ext.run(self)
      File "D:\Users\PD\anaconda3\envs\qwen\lib\site-packages\setuptools\_distutils\command\build_ext.py", line 345, in run
        self.build_extensions()
      File "D:\Users\PD\anaconda3\envs\qwen\lib\site-packages\torch\utils\cpp_extension.py", line 525, in build_extensions
        _check_cuda_version(compiler_name, compiler_version)
      File "D:\Users\PD\anaconda3\envs\qwen\lib\site-packages\torch\utils\cpp_extension.py", line 413, in _check_cuda_version
        raise RuntimeError(CUDA_MISMATCH_MESSAGE.format(cuda_str_version, torch.version.cuda))
    RuntimeError:
    The detected CUDA version (11.3) mismatches the version that was used to compile
    PyTorch (12.1). Please make sure to use the same CUDA versions.

    error: subprocess-exited-with-error

    × python setup.py develop did not run successfully.
    │ exit code: 1
    ╰─> See above for output.

    note: This error originates from a subprocess, and is likely not a problem with pip.
    full command: 'D:\Users\PD\anaconda3\envs\qwen\python.exe' -c '
    exec(compile('"'"''"'"''"'"'
    # This is <pip-setuptools-caller> -- a caller that pip uses to run setup.py
    #
    # - It imports setuptools before invoking setup.py, to enable projects that directly
    #   import from `distutils.core` to work with newer packaging standards.
    # - It provides a clear error message when setuptools is not installed.
    # - It sets `sys.argv[0]` to the underlying `setup.py`, when invoking `setup.py` so
    #   setuptools doesn'"'"'t think the script is `-c`. This avoids the following warning:
    #     manifest_maker: standard file '"'"'-c'"'"' not found".
    # - It generates a shim setup.py, for handling setup.cfg-only projects.
    import os, sys, tokenize

    try:
        import setuptools
    except ImportError as error:
        print(
            "ERROR: Can not execute `setup.py` since setuptools is not available in "
            "the build environment.",
            file=sys.stderr,
        )
        sys.exit(1)

    __file__ = %r
    sys.argv[0] = __file__

    if os.path.exists(__file__):
        filename = __file__
        with tokenize.open(__file__) as f:
            setup_py_code = f.read()
    else:
        filename = "<auto-generated setuptools caller>"
        setup_py_code = "from setuptools import setup; setup()"

    exec(compile(setup_py_code, filename, "exec"))
    '"'"''"'"''"'"' % ('"'"'C:\\Users\\PD\\AutoGPTQ-main\\setup.py'"'"',), "<pip-setuptools-caller>", "exec"))' develop --no-deps
    cwd: C:\Users\PD\AutoGPTQ-main\
error: subprocess-exited-with-error

× python setup.py develop did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.
Exception information:
Traceback (most recent call last):
  File "D:\Users\PD\anaconda3\envs\qwen\lib\site-packages\pip\_internal\cli\base_command.py", line 180, in exc_logging_wrapper
    status = run_func(*args)
  File "D:\Users\PD\anaconda3\envs\qwen\lib\site-packages\pip\_internal\cli\req_command.py", line 245, in wrapper
    return func(self, options, args)
  File "D:\Users\PD\anaconda3\envs\qwen\lib\site-packages\pip\_internal\commands\install.py", line 452, in run
    installed = install_given_reqs(
  File "D:\Users\PD\anaconda3\envs\qwen\lib\site-packages\pip\_internal\req\__init__.py", line 72, in install_given_reqs
    requirement.install(
  File "D:\Users\PD\anaconda3\envs\qwen\lib\site-packages\pip\_internal\req\req_install.py", line 839, in install
    install_editable_legacy(
  File "D:\Users\PD\anaconda3\envs\qwen\lib\site-packages\pip\_internal\operations\install\editable_legacy.py", line 42, in install_editable
    call_subprocess(
  File "D:\Users\PD\anaconda3\envs\qwen\lib\site-packages\pip\_internal\utils\subprocess.py", line 224, in call_subprocess
    raise error
pip._internal.exceptions.InstallationSubprocessError: python setup.py develop exited with 1
Remote version of pip: 24.0
Local version of pip:  24.0
Was pip installed by pip? False
Removed build tracker: 'C:\\Users\\PD\\AppData\\Local\\Temp\\pip-build-tracker-75s6_bth'

截图

如果适用,请添加截图以帮助解释您的问题。

其他上下文

在此添加有关问题的任何其他上下文。

6rqinv9w

6rqinv9w1#

你好,@anyiz ,你的问题是:

raise RuntimeError(CUDA_MISMATCH_MESSAGE.format(cuda_str_version, torch.version.cuda))
    RuntimeError:
    The detected CUDA version (11.3) mismatches the version that was used to compile
    PyTorch (12.1). Please make sure to use the same CUDA versions.

这看起来与AutoGPTQ无关。

klsxnrf1

klsxnrf12#

你好,@anyiz。你的问题是:

raise RuntimeError(CUDA_MISMATCH_MESSAGE.format(cuda_str_version, torch.version.cuda))
    RuntimeError:
    The detected CUDA version (11.3) mismatches the version that was used to compile
    PyTorch (12.1). Please make sure to use the same CUDA versions.

这个问题看起来与AutoGPTQ无关。我重新安装了Torch=1.12.1+cu113,这次CUDA版本与之对应。然而,当我再次运行pip install - vvv - e.脚本卸载我的Torch时,重新安装Torch=2.2.1导致了一个错误,得到一个空的CUDA版本。我该如何解决这个问题?以下是我的操作步骤:

(qwen) C:\Users\PD\AutoGPTQ-main>pip list
Package                       Version
----------------------------- ------------
accelerate                    0.27.2
aiohttp                       3.9.3
aiosignal                     1.3.1
async-timeout                 4.0.3
attrs                         23.2.0
certifi                       2022.12.7
charset-normalizer            2.1.1
colorama                      0.4.6
datasets                      2.17.1
dill                          0.3.8
einops                        0.7.0
filelock                      3.9.0
frozenlist                    1.4.1
fsspec                        2023.10.0
gekko                         1.0.6
huggingface-hub               0.20.3
idna                          3.4
Jinja2                        3.1.2
MarkupSafe                    2.1.3
mpmath                        1.3.0
multidict                     6.0.5
multiprocess                  0.70.16
networkx                      3.2.1
numpy                         1.24.1
packaging                     23.2
pandas                        2.2.0
peft                          0.8.2
pillow                        10.2.0
pip                           24.0
psutil                        5.9.8
pyarrow                       15.0.0
pyarrow-hotfix                0.6
python-dateutil               2.8.2
pytz                          2024.1
PyYAML                        6.0.1
regex                         2023.12.25
requests                      2.28.1
rouge                         1.0.1
safetensors                   0.4.2
sentencepiece                 0.2.0
setuptools                    69.1.0
six                           1.16.0
sympy                         1.12
tiktoken                      0.6.0
tokenizers                    0.13.3
torch                         1.12.1+cu113
torchaudio                    0.12.1+cu113
torchvision                   0.13.1+cu113
tqdm                          4.66.2
transformers                  4.32.1
transformers-stream-generator 0.0.4
typing_extensions             4.8.0
tzdata                        2024.1
urllib3                       1.26.13
wheel                         0.42.0
xxhash                        3.4.1
yarl                          1.9.4

(qwen) C:\Users\PD\AutoGPTQ-main>pip install -vvv -e .
Using pip 24.0 from D:\Users\PD\anaconda3\envs\qwen\lib\site-packages\pip (python 3.9)
Non-user install because site-packages writeable
Created temporary directory: C:\Users\PD\AppData\Local\Temp\pip-build-tracker-rkl5fgyh
Initialized build tracking at C:\Users\PD\AppData\Local\Temp\pip-build-tracker-rkl5fgyh
Created build tracker: C:\Users\PD\AppData\Local\Temp\pip-build-tracker-rkl5fgyh
Entered build tracker: C:\Users\PD\AppData\Local\Temp\pip-build-tracker-rkl5fgyh
Created temporary directory: C:\Users\PD\AppData\Local\Temp\pip-install-axmag2x8
Created temporary directory: C:\Users\PD\AppData\Local\Temp\pip-ephem-wheel-cache-ycn7nwy9
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Obtaining file:///C:/Users/PD/AutoGPTQ-main
  Added file:///C:/Users/PD/AutoGPTQ-main to build tracker 'C:\\Users\\PD\\AppData\\Local\\Temp\\pip-build-tracker-rkl5fgyh'
  Running setup.py (path:C:\Users\PD\AutoGPTQ-main\setup.py) egg_info for package from file:///C:/Users/PD/AutoGPTQ-main
  Created temporary directory: C:\Users\PD\AppData\Local\Temp\pip-pip-egg-info-_53yzjjq
  Running command python setup.py egg_info
  conda_cuda_include_dir D:\Users\PD\anaconda3\envs\qwen\Lib\site-packages\nvidia/cuda_runtime/include
  running egg_info
  creating C:\Users\PD\AppData\Local\Temp\pip-pip-egg-info-_53yzjjq\auto_gptq.egg-info
  writing C:\Users\PD\AppData\Local\Temp\pip-pip-egg-info-_53yzjjq\auto_gptq.egg-info\PKG-INFO
  writing dependency_links to C:\Users\PD\AppData\Local\Temp\pip-pip-egg-info-_53yzjjq\auto_gptq.egg-info\dependency_links.txt
  writing requirements to C:\Users\PD\AppData\Local\Temp\pip-pip-egg-info-_53yzjjq\auto_gptq.egg-info\requires.txt
  writing top-level names to C:\Users\PD\AppData\Local\Temp\pip-pip-egg-info-_53yzjjq\auto_gptq.egg-info\top_level.txt
  writing manifest file 'C:\Users\PD\AppData\Local\Temp\pip-pip-egg-info-_53yzjjq\auto_gptq.egg-info\SOURCES.txt'
  reading manifest file 'C:\Users\PD\AppData\Local\Temp\pip-pip-egg-info-_53yzjjq\auto_gptq.egg-info\SOURCES.txt'
  adding license file 'LICENSE'
  writing manifest file 'C:\Users\PD\AppData\Local\Temp\pip-pip-egg-info-_53yzjjq\auto_gptq.egg-info\SOURCES.txt'
  Preparing metadata (setup.py) ... done
  Source in c:\users\pd\autogptq-main has version 0.8.0.dev0+cu113, which satisfies requirement auto_gptq==0.8.0.dev0+cu113 from file:///C:/Users/PD/AutoGPTQ-main
  Removed auto_gptq==0.8.0.dev0+cu113 from file:///C:/Users/PD/AutoGPTQ-main from build tracker 'C:\\Users\\PD\\AppData\\Local\\Temp\\pip-build-tracker-rkl5fgyh'
Requirement already satisfied: accelerate>=0.26.0 in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from auto_gptq==0.8.0.dev0+cu113) (0.27.2)
Requirement already satisfied: datasets in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from auto_gptq==0.8.0.dev0+cu113) (2.17.1)
Requirement already satisfied: sentencepiece in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from auto_gptq==0.8.0.dev0+cu113) (0.2.0)
Requirement already satisfied: numpy in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from auto_gptq==0.8.0.dev0+cu113) (1.24.1)
Requirement already satisfied: rouge in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from auto_gptq==0.8.0.dev0+cu113) (1.0.1)
Requirement already satisfied: gekko in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from auto_gptq==0.8.0.dev0+cu113) (1.0.6)
1 location(s) to search for versions of torch:
* https://pypi.tuna.tsinghua.edu.cn/simple/torch/
Fetching project page and analyzing links: https://pypi.tuna.tsinghua.edu.cn/simple/torch/
Getting page https://pypi.tuna.tsinghua.edu.cn/simple/torch/
Found index url https://pypi.tuna.tsinghua.edu.cn/simple/
Looking up "https://pypi.tuna.tsinghua.edu.cn/simple/torch/" in the cache
Request header has "max_age" as 0, cache bypassed
Starting new HTTPS connection (1): pypi.tuna.tsinghua.edu.cn:443
https://pypi.tuna.tsinghua.edu.cn:443 "GET /simple/torch/ HTTP/1.1" 304 0
Fetched page https://pypi.tuna.tsinghua.edu.cn/simple/torch/ as text/html
  Skipping link: none of the wheel's tags (cp27-cp27m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/fb/d7/71b982339efc4fff3c622c6fefecddfd3e0b35b60c5f822872d5b806bb71/torch-1.0.0-cp27-cp27m-manylinux1_x86_64.whl#sha256=4aadc7124afc431ac6a227a05dc8eff417b6fd8f90fc6c44d514ddfca9a6b474 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/)
  Skipping link: none of the wheel's tags (cp27-cp27mu-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/56/92/419c6959c0c427909994f019c039bf963354fe50153fa3a41094782b3a43/torch-1.0.0-cp27-cp27mu-manylinux1_x86_64.whl#sha256=cb92ac65fcc7685fa6c5920b24101182dcb706d841fc6154ada604f749b615e3 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/)
  Skipping link: none of the wheel's tags (cp27-none-macosx_10_6_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/9a/c0/af73b96a2b91c25945895491208fdf248d26b4606eabcb82472298e851bd/torch-1.0.0-cp27-none-macosx_10_6_x86_64.whl#sha256=53e12607830ccb1e5fc4076aafe19bdbbc380799793fbaad696714b72859bde6 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/)
  Skipping link: none of the wheel's tags (cp35-cp35m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/86/78/a113ef4e76dfb539e5c73be2aa010008b88fe1d83e324b5a3b16011bb245/torch-1.0.0-cp35-cp35m-manylinux1_x86_64.whl#sha256=cedbc382a0e992a169c73d2c469887c2e5ce0c6fa88b1dabe8f9021e1acb564f (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/)
  Skipping link: none of the wheel's tags (cp35-none-macosx_10_6_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/e2/b0/f0f5be42ba4bc9944607d118321b21125c8d9a95f44c96808e524bd47d13/torch-1.0.0-cp35-none-macosx_10_6_x86_64.whl#sha256=7e73a141bf817c0a914131dec51ea24a2f1946b96749b003af664230a9b95197 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/7e/60/66415660aa46b23b5e1b72bc762e816736ce8d7260213e22365af51e8f9c/torch-1.0.0-cp36-cp36m-manylinux1_x86_64.whl#sha256=012a9c7efce86c7a0ce78cd7945fe7c798049537fc3e85af9f14e8789d13c17f (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/)
  Skipping link: none of the wheel's tags (cp36-none-macosx_10_7_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/d0/47/068dc7020fd8cf89cca74a16690e274fb55c08684bcaece11348d98264f0/torch-1.0.0-cp36-none-macosx_10_7_x86_64.whl#sha256=ded9e2e59c086127423c23e902e2bec42b3b443a0e458fae76c013f62a7e0748 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/f5/3b/0b8de6e654c2983898564226792c6f09d9bcaba97b7b29c40e4ed4ae43ed/torch-1.0.0-cp37-cp37m-manylinux1_x86_64.whl#sha256=df005dff3e3f12911630e48e0e75d3594a424a317d785b49426c23d0810a4682 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/)
  Skipping link: none of the wheel's tags (cp37-none-macosx_10_7_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/32/44/3a9e5b9e7d582625880fbdee9f2162357c7f0c1776b29f1eb35bcc5357e8/torch-1.0.0-cp37-none-macosx_10_7_x86_64.whl#sha256=f4196ce8ba17797f3c2d13c0d53cf461a8e32f6130a08e6e4ce917637afccdc6 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/)
  Skipping link: none of the wheel's tags (cp27-cp27m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/32/03/58598c909307c476783cd2aeac0bf31c4a007a3dfefdce87dd004c2d0c1f/torch-1.0.1-cp27-cp27m-manylinux1_x86_64.whl#sha256=743ab46bf82eef8b71042f9423eeef6e2bae0974694f3b3e918a287f69dd693a (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/)
  Skipping link: none of the wheel's tags (cp27-cp27mu-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/4f/36/c826fd725208e736e43778310a892cd1d6185d987b4db9c10dc29f6e3309/torch-1.0.1-cp27-cp27mu-manylinux1_x86_64.whl#sha256=6618b915124d22309d6ba7d80cf7539084bc7146f21837a9329a1d9e3a4e647d (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/)
  Skipping link: none of the wheel's tags (cp27-none-macosx_10_6_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/6e/e1/52ec6cf586810d9ac80c755f7f1f07bf063267e9eb4b961da27a6351e431/torch-1.0.1-cp27-none-macosx_10_6_x86_64.whl#sha256=b71e072dc68ef49afc3d9aaf0af8bcb20ce03bfce5cb43ee45be2d9cae5edf40 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/)
  Skipping link: none of the wheel's tags (cp35-cp35m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/7f/99/2a699ac907eaeba9d490a3d58116bfe6e73cda561bacd7b8bbeb7fdd25d1/torch-1.0.1-cp35-cp35m-manylinux1_x86_64.whl#sha256=0932756a2de0ea9a47a4aee34e6cd475734a355477e5149a006fc8faf57a3229 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/)
  Skipping link: none of the wheel's tags (cp35-none-macosx_10_6_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/e3/61/9cdaf21523293ac026ef3adde8ac0b0863159a322c36aa577dfa47dc63ea/torch-1.0.1-cp35-none-macosx_10_6_x86_64.whl#sha256=6154a8b92d869982d586d6a31955071d4bceb89e170153efd2861555bccd84c1 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/f7/92/1ae072a56665e36e81046d5fb8a2f39c7728c25c21df1777486c49b179ae/torch-1.0.1-cp36-cp36m-manylinux1_x86_64.whl#sha256=1330e1c47302113f05e65b17e518e9ebcf41b53982e38ee4e662fbc5390bb46c (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/)
  Skipping link: none of the wheel's tags (cp36-none-macosx_10_7_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/26/90/14b572514cee8aa577ff6607405982e431e3864f85d43abcb18347cd7d84/torch-1.0.1-cp36-none-macosx_10_7_x86_64.whl#sha256=ebf899165c96cba8468237c8bb0a0cc9e1a838ecd05fb0272934a83f33594a77 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/4e/ba/d78f35357995297206790fe1af8688bc0403828c90f8e99190035196d56e/torch-1.0.1-cp37-cp37m-manylinux1_x86_64.whl#sha256=13d09d5022e0dd251a88b6be0415eecddafb093b067a253ff0c5c0f5acd12077 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/)
  Skipping link: none of the wheel's tags (cp37-none-macosx_10_7_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/b1/a6/414a603f24eee6df88da1d087fe358a13d32f8d571eba71520f4620d96be/torch-1.0.1-cp37-none-macosx_10_7_x86_64.whl#sha256=d7a88d0e8c58effe46a4b31531e26340657375c61da4f5a2002b0e4b07f85437 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/)
  Skipping link: none of the wheel's tags (cp27-cp27m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/f4/ce/5f0d393b305aea396be45cbdc977f5f7ba31c0003cc0e822e0e560dffaaf/torch-1.0.1.post2-cp27-cp27m-manylinux1_x86_64.whl#sha256=a002d509e98a3ea17f45affc5c440808d7ac119d7510bb27da7b184aafb59943 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/)
  Skipping link: none of the wheel's tags (cp27-cp27mu-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/93/b3/672813e65ac7605bac14a2a8e40e1a18e03bf0ac588c6a799508ee66c289/torch-1.0.1.post2-cp27-cp27mu-manylinux1_x86_64.whl#sha256=43e40d9cf70d038fe9a9c06eaadf3f39756fe76a530a0bd1dec9f21654ee5851 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/)
  Skipping link: none of the wheel's tags (cp27-none-macosx_10_6_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/b6/0a/913d41850dba7fffe62c66383f401cca73f0168b7c3af56fb3d9cc94356d/torch-1.0.1.post2-cp27-none-macosx_10_6_x86_64.whl#sha256=2e04bcc8b6536ba01a924cbcfb9eff2428be6c9cc73956df38dfcf63c948fbf5 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/)
  Skipping link: none of the wheel's tags (cp35-cp35m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/59/d2/4e806f73b4b72daab9064c99394fc22ea6ef1fb052154546405057cd192d/torch-1.0.1.post2-cp35-cp35m-manylinux1_x86_64.whl#sha256=c8dd2478d3e8c0da293c618be60432bb166fe36c50663e26b1fe9e7123365fe5 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/)
  Skipping link: none of the wheel's tags (cp35-none-macosx_10_6_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/91/1f/984c586639a44bd166efad7cded2bcec8e9a235bcc1286b78dd49a82b20b/torch-1.0.1.post2-cp35-none-macosx_10_6_x86_64.whl#sha256=7822918f3d32a99db2bb5616a5c28d989d6e4b6a54d720cb25e60551dacafa1e (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/31/ca/dd2c64f8ab5e7985c4af6e62da933849293906edcdb70dac679c93477733/torch-1.0.1.post2-cp36-cp36m-manylinux1_x86_64.whl#sha256=639e9414cd3a787c807206199bf3285815a41fac9b2e20aca0db9a971db5399e (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/)
  Skipping link: none of the wheel's tags (cp36-none-macosx_10_7_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/87/fa/f3f09928494120f02a09053645c9a3fabdb5ebf9b2dc262557700a485df4/torch-1.0.1.post2-cp36-none-macosx_10_7_x86_64.whl#sha256=96fd5e8ffc117f79d1baaa65da601d35411f341d90d8ca1204236925f164b043 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/7a/24/260f228857c652b58ee6f3ff7cacc9d987cea776a1ece6b76d794dcb7058/torch-1.0.1.post2-cp37-cp37m-manylinux1_x86_64.whl#sha256=652b70751bbe974370feff27f51b6cd7856c14a57eb06fdd1c9f2dfcc2731401 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/)
  Skipping link: none of the wheel's tags (cp37-none-macosx_10_7_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/5f/4a/f4eb1d57fa7db52298959ce38f27869dfe6bc75010048a64c5be94cbd33f/torch-1.0.1.post2-cp37-none-macosx_10_7_x86_64.whl#sha256=40ad926ebdef6db70811102ae1448584a0c338a2fce2ff718533b9016664398e (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/)
  Skipping link: none of the wheel's tags (cp27-cp27m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/1c/9b/26dcfb126b70c7ea1a7c65f313a0f7069cf7a30df47b8d98dcc606ae69e4/torch-1.1.0-cp27-cp27m-manylinux1_x86_64.whl#sha256=f3342d535a3465bd73f30504a16d61d2995618e07b62b94b041b4a5860c1c684 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/)
  Skipping link: none of the wheel's tags (cp27-cp27mu-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/0f/ff/92aea60792d3b45c44ded21d6248690f69a6153af9685aad1424507ffe84/torch-1.1.0-cp27-cp27mu-manylinux1_x86_64.whl#sha256=12387aa96653004d9ad7d9e5d3eadc98b15e51f5f4d168808cb5d81bffe70618 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/)
  Skipping link: none of the wheel's tags (cp27-none-macosx_10_6_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/a9/a4/57738e8d39b7b6ae96cb40ee14453dd8bf97259c2f3c8232413aae32e736/torch-1.1.0-cp27-none-macosx_10_6_x86_64.whl#sha256=b1abcbb86c08912dd791895d3beccbef9404de7a0b9966ae7f8c9d2a04668e49 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/)
  Skipping link: none of the wheel's tags (cp35-cp35m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/56/9b/a241f6e3d1df013e65e0b03b17e46bd9517036cd9ba9d8cb9384df396e3b/torch-1.1.0-cp35-cp35m-manylinux1_x86_64.whl#sha256=d7d48a3472688debf86ba9ba61b570d6ed0529413dacaa8408b84db878079395 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/)
  Skipping link: none of the wheel's tags (cp35-none-macosx_10_6_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/1b/00/c6f64d2441c6077321560835de93e34a4b2d5937e8f9ae7568959ec11da8/torch-1.1.0-cp35-none-macosx_10_6_x86_64.whl#sha256=cb1a87d732b084bf1d931b8d1e34c357b10b2f9f7bbdf1a41fe951d16007ed75 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/69/60/f685fb2cfb3088736bafbc9bdbb455327bdc8906b606da9c9a81bae1c81e/torch-1.1.0-cp36-cp36m-manylinux1_x86_64.whl#sha256=40c644abef1767dcac58f3285021ea963123b392e5628d402e985123ea8701ca (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/)
  Skipping link: none of the wheel's tags (cp36-none-macosx_10_7_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/d9/02/2d0bbb9ddfcf85771d9eb7ac8fd3c9e00980205e5d1df72e09767791cc92/torch-1.1.0-cp36-none-macosx_10_7_x86_64.whl#sha256=ac6d634468849876b1ae3ae8e35a6c4755be9eddac2708922782730ec0415cd0 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/ac/23/a4b5c189dd624411ec84613b717594a00480282b949e3448d189c4aa4e47/torch-1.1.0-cp37-cp37m-manylinux1_x86_64.whl#sha256=337161e62354f40766be367a338766b409c59b64214436851ac81d6ef2e4f3ab (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/)
  Skipping link: none of the wheel's tags (cp37-none-macosx_10_7_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/c9/e2/40f7f017437139e5dc076ea5ad4207da61250cc078bceef7d6f333c1d05c/torch-1.1.0-cp37-none-macosx_10_7_x86_64.whl#sha256=2e852457ff6830868d7acd1fcb0b3ea3b0447947d5f57460cbe2eb4e05796d85 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/)
  Skipping link: none of the wheel's tags (cp27-none-macosx_10_6_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/f2/12/31142f451f63d0d4f87167a22565ca60861fe53313933816ce86710bffe6/torch-1.1.0.post2-cp27-none-macosx_10_6_x86_64.whl#sha256=ee2c48794c767606f4629ee3d1f147e2fcb1a02a31b6bca252cc7c7e3ad22c4a (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/)
  Skipping link: none of the wheel's tags (cp35-none-macosx_10_6_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/80/f6/4908d4e62e4ff5d68727bc687a550acfaae7821a0e945930762e210a3b54/torch-1.1.0.post2-cp35-none-macosx_10_6_x86_64.whl#sha256=9f4182043f8ac72d6fd52c5189f1600c94e827b698748c355097077874e8c810 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/)
  Skipping link: none of the wheel's tags (cp36-none-macosx_10_7_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/98/14/8fb914c6f13e9d889f4e14f6d811901fc48fde6be7f052756d08e861f960/torch-1.1.0.post2-cp36-none-macosx_10_7_x86_64.whl#sha256=87d4778e848e4c83505a0d10135d514871ea0ae2da75e0710be272ea5048f9e3 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/)
  Skipping link: none of the wheel's tags (cp37-none-macosx_10_7_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/95/80/0851d6088bb054be3ddf47bfde1aedb4e1cbd170cf8e1c60cad321b97162/torch-1.1.0.post2-cp37-none-macosx_10_7_x86_64.whl#sha256=3f3023345c6db4db28a79f52ada186fc6307ba8a0c85252eb0a70b78eff3a443 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/cc/17/54db9dee74594a65fdd7286b1bddd13627f7554fce726e5324778a50bd93/torch-1.10.0-cp36-cp36m-manylinux1_x86_64.whl#sha256=56022b0ce94c54e95a2f63fc5a1494feb1fc3d5c7a9b35a62944651d03edef05 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/47/80/40b67ef0e409c3896cdb701e3fb3b9dfc4a371be51f6f8c241817324ed6a/torch-1.10.0-cp36-cp36m-manylinux2014_aarch64.whl#sha256=13e1ffab502aa32d6841a018771b47028d02dbbc685c5b79cfd61db5464dae4e (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp36-cp36m-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/ab/29/05055eb7157609c17aacf59776a22224126bcb15650c81b47dc830727440/torch-1.10.0-cp36-cp36m-win_amd64.whl#sha256=3c0a942e0df104c80b0eedc30d2a19cdc3d28601bc6e280bf24b2e6255016d3b (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp36-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/62/51/8fd9477c4fc827c4a0e428615374352fcc2aa2fb961712c1e4882aa138d8/torch-1.10.0-cp36-none-macosx_10_9_x86_64.whl#sha256=eea16c01af1980ba709c00e8d5e6c09bedb5b30f9fa2085f6a52a78d7dc4e125 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/c4/0f/e209948db1f0c2fae6e617f928d83952795bc5298979db2e880cd2d688a1/torch-1.10.0-cp37-cp37m-manylinux1_x86_64.whl#sha256=b812e8d40d7037748da40bb695bd849e7b2e7faad4cd06df53d2cc4531926fda (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/b9/68/9ace20c0f2252a8650e31373b5729ec14ee3396a6930e3b6fb4f2f1bf4f5/torch-1.10.0-cp37-cp37m-manylinux2014_aarch64.whl#sha256=034df0b20603bfc81325094586647302891b9b20be7e36f152c7dd6af00deac1 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp37-cp37m-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/be/bb/4400d40ae03eaf97ce949ea5dc0b8ca277e1940c80285b9ad97f5ebda346/torch-1.10.0-cp37-cp37m-win_amd64.whl#sha256=67fc509e207b8e7330f2e76e77800950317d31d035a4d19593db991962afead4 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp37-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/86/96/73c12ac2ce9dd2baa6a6980dd2a4848c530ca776f6a90a20404b7ca0b3d5/torch-1.10.0-cp37-none-macosx_10_9_x86_64.whl#sha256=4499055547087d7ef7e8a754f09c2c4f1470297ae3e5490363dba66c75501b21 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/2e/4a/a9d5f56ad834c1273e335875d9c1240afe93dae984a727693b0b2ded3d59/torch-1.10.0-cp38-cp38-manylinux1_x86_64.whl#sha256=ab0cf330714c8f79a837c04784a7a5658b014cf5a4ca527e7b710155ae519cdf (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/c3/bf/922aaf8be825874bc5b2455212fe2aeaa37bff08ddbc4cf7e500252c1ac8/torch-1.10.0-cp38-cp38-manylinux2014_aarch64.whl#sha256=e01ba5946267014abfdb30248bcdbd457aaa20cff749febe7fc191e5ae096af4 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp38-cp38-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/b1/c0/54bb06dc4f3998a3b5e017a6356a7764fd91bba56cf744705ccb565239f0/torch-1.10.0-cp38-cp38-win_amd64.whl#sha256=9013002adcb42bac05dcdbf0a03dd9f6bb5d7ab8b9817041c1176a014870786b (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp38-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/16/c7/a12f2a3bc86f3c2ddb6808f575f0c43ea9dcfdfc69f3664454ac3a4cdd1c/torch-1.10.0-cp38-none-macosx_10_9_x86_64.whl#sha256=aef7afb62e9b174b4e0e5e1e4a42e3bab3b8490a668d666f62f7d4517559fbf2 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp38-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/d8/95/21dfbeae46a9787f9863ca59f3b022b6059cafa2a0a05b28be1bc8e99bab/torch-1.10.0-cp38-none-macosx_11_0_arm64.whl#sha256=d6185827b285780653cdd81d77a09fdca76a5b190d5986d552be2a5c442cfaa4 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/eb/59/ada45144bea5fb8b6abaff2195237721beae20a0f129722f493d91403469/torch-1.10.0-cp39-cp39-manylinux1_x86_64.whl#sha256=d82e68302c9b5c76ed585e04d61be0ca2184f70cb8ffeba8610570609ad5d7c9 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/03/f6/67e0ef29a03fd1cf585bdec03eb3aaf9f00498474f5c7b59f83d9779a7f1/torch-1.10.0-cp39-cp39-manylinux2014_aarch64.whl#sha256=e5822200bf80a1495ad98a2bb41803eeba4a85ce373e35fc65765f7f888f5374 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Found link https://pypi.tuna.tsinghua.edu.cn/packages/4e/15/05a18c780f152c28ce7e0f3d9673ef17fb63bd1eae97ffb408bf762a6087/torch-1.10.0-cp39-cp39-win_amd64.whl#sha256=ca2c88fa4376e2648785029ab108e6e7abd784eb6535fc6036004b9254f9f7c1 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2), version: 1.10.0
  Skipping link: none of the wheel's tags (cp39-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/ab/75/b0e2cb5be9d2ddb85eb09efc9a8808674fe7a2357dd0673362473f1939b0/torch-1.10.0-cp39-none-macosx_10_9_x86_64.whl#sha256=d6ef87470b44df9970e84542547d5ba7720bb89616602441df555a39b124e2bc (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp39-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/b2/ba/d5b6238a236cf2f9201da950cfb435a3c25ab44f829ff0020814903aab25/torch-1.10.0-cp39-none-macosx_11_0_arm64.whl#sha256=eea675ec01ec4b4a0655fd2984f166a5ca3b933dae6ad4eb4e52eba7026dc176 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/9a/f5/b76d021f06e50f770d3f6c1a1b50b62a69e587b1f0db7248269c4be21206/torch-1.10.1-cp36-cp36m-manylinux1_x86_64.whl#sha256=adbb5f292e260e39715d67478823e03e3001db1af5b02c18caa34549dccb421e (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/40/5f/bedde012fc05b03000edb4a3b378c60e549393ef0407e8863fbfd8f61fe0/torch-1.10.1-cp36-cp36m-manylinux2014_aarch64.whl#sha256=ac8cae04458cc47555fa07a760496c2fdf687223bcc13df5fed56ea3aead37f5 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp36-cp36m-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/80/1f/9233be4a0ec573f95d4b3310d4733c2d8a938c5aef96d298e4116d761ebd/torch-1.10.1-cp36-cp36m-win_amd64.whl#sha256=40508d67288c46ff1fad301fa6e996e0e936a733f2401475fc92c21dc3ef702d (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp36-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/d9/08/9b8fe796e9e95c716b25bf02e54a13208d055de39fec092e4c9f7973cbcf/torch-1.10.1-cp36-none-macosx_10_9_x86_64.whl#sha256=8b47bd113c6cbd9a49669aaaa233ad5f25852d6ca3e640f9c71c808e65a1fdf4 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/20/8a/c1e970cf64a1fa105bc5064b353ecabe77974b69029a80d04580fee38d5f/torch-1.10.1-cp37-cp37m-manylinux1_x86_64.whl#sha256=50360868ad3f039cf99f0250300dbec51bf686a7b84dc6bbdb8dff4b1171c0f0 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/96/28/4edf5126366c8a68cd80e73eab6703fcf32983e09add854408aece8bd204/torch-1.10.1-cp37-cp37m-manylinux2014_aarch64.whl#sha256=e3d2154722189ed74747a494dce9588978dd55e43ca24c5bd307fb52620b232b (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp37-cp37m-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/c0/f2/b12037765c40da46d7a48914dda220187a69d3a6a1ff102330c2e647f9a6/torch-1.10.1-cp37-cp37m-win_amd64.whl#sha256=d9c495bcd5f00becff5b051b5e4be86b7eaa0433cd0fe57f77c02bc1b93ab5b1 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp37-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/73/e0/fde158edd6a6f60a72b4830213c2c1a414554a75faed41ad5b3dfab5aea2/torch-1.10.1-cp37-none-macosx_10_9_x86_64.whl#sha256=6b327d7b4eb2461b16d46763d46df71e597235ccc428650538a2735a0898270d (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/98/63/b2e68b08a43ee4acdb109ff7701c26a5a323d258cd20ca70bb8a69a6fd97/torch-1.10.1-cp38-cp38-manylinux1_x86_64.whl#sha256=1c6c56178e5dacf7602ad00dc79c263d6c41c0f76261e9641e6bd2679678ceb3 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/5c/61/7cbf0d475f5a620ab76fa07fa79847f76c579b0704c44a6c6e5350ed9963/torch-1.10.1-cp38-cp38-manylinux2014_aarch64.whl#sha256=2ffa2db4ccb6466c59e3f95b7a582d47ae721e476468f4ffbcaa2832e0b92b9b (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp38-cp38-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/50/38/bff472469fe8f2bc9a039244f05529a45f2fa963900dd862cb805e999d42/torch-1.10.1-cp38-cp38-win_amd64.whl#sha256=af577602e884c5e40fbd29ec978f052202355da93cd31e0a23251bd7aaff5a99 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp38-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/0b/4e/f43ed43fcf500e88efc865a17529f8e5edd96419806416eb5dbafcb47c2f/torch-1.10.1-cp38-none-macosx_10_9_x86_64.whl#sha256=725d86e9809073eef868a3ddf4189878ee7af46fac71403834dd0925b3db9b82 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp38-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/d2/4b/7121839260649cc5ff07a88a99740e60350f88f7fec0c290f0bfce3a343c/torch-1.10.1-cp38-none-macosx_11_0_arm64.whl#sha256=fa197cfe047d0515bef238f42472721406609ebaceff2fd4e17f2ad4692ee51c (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/2c/c8/dcef19018d2fe730ecacf47650d3d6e8d6fe545f02fbdbde0174e0279f02/torch-1.10.1-cp39-cp39-manylinux1_x86_64.whl#sha256=cca660b27a90dbbc0af06c859260f6b875aef37c0897bd353e5deed085d2c877 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/41/a5/f2efa1765492a46282cb7d02afe0bff476939882c4ce585c2fe0daca9c33/torch-1.10.1-cp39-cp39-manylinux2014_aarch64.whl#sha256=01f4ffdafbfbd7d106fb4e487feee2cf29cced9903df8cb0444b0e308f9c5e92 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Found link https://pypi.tuna.tsinghua.edu.cn/packages/37/76/3cef008554c9cb30fbe8667ee2a0ed80e0b8e9485c3b115b4a6bc7a7d17a/torch-1.10.1-cp39-cp39-win_amd64.whl#sha256=607eccb7d539a11877cd02d95f4b164b7941fcf538ac7ff087bfed19e3644283 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2), version: 1.10.1
  Skipping link: none of the wheel's tags (cp39-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/0f/fe/15c5eb63e5b0d92343469123ecc26579a4bb30df0a2813fe68aca4d36880/torch-1.10.1-cp39-none-macosx_10_9_x86_64.whl#sha256=26b6dfbe21e247e67c615bfab0017ec391ed1517f88bbeea6228a49edd24cd88 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp39-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/3a/8a/4d2a0c624b11345dcd066eaef1bdb4c4d5e035d70bac1b564476e3190538/torch-1.10.1-cp39-none-macosx_11_0_arm64.whl#sha256=5644280d88c5b6de27eacc0d911f968aad41a4bab297af4df5e571bc0927d3e4 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp310-cp310-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/2f/48/16d106d2ce3644eb09ef0c78e4afdd6cb12942f01fd290fdd50e9e4f3430/torch-1.10.2-cp310-cp310-manylinux2014_aarch64.whl#sha256=8f3fd2e3ffc3bb867133fdf7fbcc8a0bb2e62a5c0696396f51856f5abf9045a8 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/a4/54/81b1c3c574a1ffde54b0c82ed2a37d81395709cdd5f50e59970aeed5d95e/torch-1.10.2-cp36-cp36m-manylinux1_x86_64.whl#sha256=258a0729fb77a3457d5822d84b536057cd119b08049a8d3c41dc3dcdeb48d56e (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/cb/83/002f6ea66fe0d6691e0f67db8dff9405dd2f47d13c92505c483a05f4d759/torch-1.10.2-cp36-cp36m-manylinux2014_aarch64.whl#sha256=935e5ac804c5093c79f23a7e6ca5b912c166071aa9d8b4a0a3d6a85126d6a47b (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp36-cp36m-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/c4/49/9da10fef2c2ba8ff91eeab70a123ca60d082b1012b3aff7825c9b1115852/torch-1.10.2-cp36-cp36m-win_amd64.whl#sha256=65fd02ed889c63fd82bf1a440c5a94c1310c29f3e6f9f62add416d34da355d97 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp36-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/36/f1/54ffb7f517e040667d027e8a9ae82ed6782c894e60333c7f884e4e776a41/torch-1.10.2-cp36-none-macosx_10_9_x86_64.whl#sha256=6a81f886823bbd15edc2dc0908fa214070df61c9f7ab8831f0a03630275cca5a (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/01/73/a8dcb6da2193980309bf2d605d0ff56698a7c6977ea954413b163baddf77/torch-1.10.2-cp37-cp37m-manylinux1_x86_64.whl#sha256=3eee3cf53c1f8fb3f1fe107a22025a8501fc6440d14e09599ba7153002531f84 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/58/54/0d8c4fba0af8323aa28d99f040ffacd4772bc0f219d5b31f70433d784eb1/torch-1.10.2-cp37-cp37m-manylinux2014_aarch64.whl#sha256=ef99b8cca5f9358119b07956915faf6e7906f433ab4a603c160ae9de88918371 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp37-cp37m-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/6c/00/5d6b86f8765b2e0d93d644fdcb31dd8140960b24dbf11c97cb3c74518749/torch-1.10.2-cp37-cp37m-win_amd64.whl#sha256=d43bc3f3a2d89ae185ef96d903c935c335219231e57685658648396984e2a67a (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp37-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/f2/34/25fc738739fa145dd58aaaeb0f08f222c7a82d93b0900c2b2a9a54b27cef/torch-1.10.2-cp37-none-macosx_10_9_x86_64.whl#sha256=6da1b877880435440a5aa9678ef0f01986d4886416844db1d97ebfb7fd1778d0 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/4a/a0/3b8d5b80560afbff0688edd66926335bef153d91a95926810ab234798ae2/torch-1.10.2-cp38-cp38-manylinux1_x86_64.whl#sha256=ab77a9f838874f295ed5410c0686fa22547456e0116efb281c66ef5f9d46fe28 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/f8/2c/ace8d8d942ccd064639fae6c366344d832fbca174b8df059396a5f51e3a5/torch-1.10.2-cp38-cp38-manylinux2014_aarch64.whl#sha256=9ef4c004f9e5168bd1c1930c6aff25fed5b097de81db6271ffbb2e4fb8b89319 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp38-cp38-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/d4/53/c4a13bbab1385d505c78064ad5ae6a63a990f207a559fcfe950bdeb5f96c/torch-1.10.2-cp38-cp38-win_amd64.whl#sha256=376fc18407add20daa6bbaaffc5a5e06d733abe53bcbd60ef2532bfed34bc091 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp38-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/7e/ee/14fcdd0e8b19108efd953cc5b38f409df39659bbec3b12afaa6dd3e2967b/torch-1.10.2-cp38-none-macosx_10_9_x86_64.whl#sha256=f281438ee99bd72ad65c0bba1026a32e45c3b636bc067fc145ad291e9ea2faab (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp38-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/c0/2a/3401595e371a63195016968efd450c46048cf0d1b341adb33c029ab6aa1e/torch-1.10.2-cp38-none-macosx_11_0_arm64.whl#sha256=3592d3dd62b32760c82624e7586222747fe2281240e8653970b35f1d6d4a434c (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/0a/e9/085d1399f5cc1b203d2926b90e76e9678f74b5a078cd491e1c3caddb7abe/torch-1.10.2-cp39-cp39-manylinux1_x86_64.whl#sha256=fbaf18c1b3e0b31af194a9d853e3739464cf982d279df9d34dd18f1c2a471878 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/48/2e/23ee7f39b883dde0f1bc9dffa4a67e24fd61991926a01dadd5c8d288a604/torch-1.10.2-cp39-cp39-manylinux2014_aarch64.whl#sha256=97b7b0c667e8b0dd1fc70137a36e0a4841ec10ef850bda60500ad066bef3e2de (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Found link https://pypi.tuna.tsinghua.edu.cn/packages/82/49/cb675c5b70a081f39a2b09d0b4d98a2b14f08d895b3439fe3c0c48163018/torch-1.10.2-cp39-cp39-win_amd64.whl#sha256=901b52787baeb2e9e1357ca7037da0028bc6ad743f530e0040ae96ef8e27156c (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2), version: 1.10.2
  Skipping link: none of the wheel's tags (cp39-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/97/46/5843fa34474ccbe5141c818b155189d086915cd8cb93b4230bcc341c208c/torch-1.10.2-cp39-none-macosx_10_9_x86_64.whl#sha256=5b68e9108bd7ebd99eee941686046c517cfaac5331f757bcf440fe02f2e3ced1 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp39-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/7b/91/89bbe2316b93671b6bccec094df6bc66109cf6d21a364cd2f1becd11ba3c/torch-1.10.2-cp39-none-macosx_11_0_arm64.whl#sha256=b07ef01e36b716d0d65ca60c4db0ac9d094a0e797d9b55290da4dcda91463b6c (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp310-cp310-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/76/96/3fd30662981043ac6fa1dc4f2cf8f5fa5401cc125ff7b7bf1536eae5db28/torch-1.11.0-cp310-cp310-manylinux1_x86_64.whl#sha256=62052b50fffc29ca7afc0c04ef8206b6f1ca9d10629cb543077e12967e8d0398 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp310-cp310-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/b2/11/72b6ba00907441486dbb58df9ab7b667f0f51de75a3904261e70e85a3f06/torch-1.11.0-cp310-cp310-manylinux2014_aarch64.whl#sha256=866bfba29ac98dec35d893d8e17eaec149d0ac7a53be7baae5c98069897db667 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp310-cp310-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/ea/50/f249331269934c911a47846ccd9315f7a63941300b832d887956f60c249b/torch-1.11.0-cp310-cp310-win_amd64.whl#sha256=951640fb8db308a59d9b510e7d1ad910aff92913323bbe4bc75435347ddd346d (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp310-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/87/ac/31d233b21345c4f713109e5e933a5a99473d31049c03f004ffb6cc24785d/torch-1.11.0-cp310-none-macosx_10_9_x86_64.whl#sha256=5d77b5ece78fdafa5c7f42995ff9474399d22571cd6b2de21a5d666306a2ff8c (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp310-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/36/0f/91edc4a0342aa2388a1845484a134aa88730a8632cfe4ad6c761f4ff4114/torch-1.11.0-cp310-none-macosx_11_0_arm64.whl#sha256=b5a38682769b544c875ecc34bcb81fbad5c922139b61319aacffcfd8a32f528c (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/94/32/96a0955e5d6ed8a837eda5ca095dd2694c4617cfa70ca599660cd5ff7447/torch-1.11.0-cp37-cp37m-manylinux1_x86_64.whl#sha256=f82d77695a60626f2b7382d85bc566de8a6b3e50d32080755abc040db802e419 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/0f/34/c3fc160170e1af3a28df2c0fabc19e1ace66300b9a14b37b7d3b337531b0/torch-1.11.0-cp37-cp37m-manylinux2014_aarch64.whl#sha256=b96654d42566080a134e784705f33f8536b3b95b5dcde357ed7879b1692a5f78 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp37-cp37m-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/1d/38/b654e16f97be5985877056f5f13747cbd015a105ac092f8bf4ff6ca03f6f/torch-1.11.0-cp37-cp37m-win_amd64.whl#sha256=8ee7c2e8d7f7020d5bfbc1bb91b9591044c26bbd0cee5e4f694cfd7ed8649260 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp37-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/c2/18/fa0b20ba0e67c2c2b8128330086c39c2b2afc296434eb13cd07bfcce6c45/torch-1.11.0-cp37-none-macosx_10_9_x86_64.whl#sha256=6860b1d1bf0bb0b67a6bd47f85a0e4c825b518eea13b5d6101999dbbcbd5bc0c (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/2b/5c/14f3d5bf876d4db062e20baa933dce98ab7dde6599f462099fa2f69cc7e0/torch-1.11.0-cp38-cp38-manylinux1_x86_64.whl#sha256=4322aa29f50da7f404db06cdf30896ea67b09f673af4a985afc7162bc897864d (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/8e/14/e995722459b6780817e94b4cc2a7ed71a1ead209e0d4052ba4eea224e4a8/torch-1.11.0-cp38-cp38-manylinux2014_aarch64.whl#sha256=e4d2e0ddd652f30e94cff750220324ec45705d4ecc69658f773b3cb1c7a28dd0 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp38-cp38-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/fb/1b/cb472a0e2bdb298bb85e1b239883fbd994660f45e50a4c4fba8dc080f47e/torch-1.11.0-cp38-cp38-win_amd64.whl#sha256=34ce5ea4d8d85da32cdbadb50d4585106901e9f8a3527991daa70c13a09de1f7 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp38-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/79/df/c5ac776569d658eeec99bb8cf908c17ff7e89d15dc5d94ba5ec6df6b3e55/torch-1.11.0-cp38-none-macosx_10_9_x86_64.whl#sha256=0ccc85cd06227a3edf809e2c795fd5762c3d4e8a38b5c9f744c6e7cf841361bb (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp38-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/7c/bc/c5ada769b0f31ca1b7f05e15575703641d648100ac432a182e350076e64d/torch-1.11.0-cp38-none-macosx_11_0_arm64.whl#sha256=c1554e49d74f1b2c3e7202d77056ba2dd7465437585bac64062b580f714a44e9 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/f8/04/ebf936e02d37c185341558de73324c6511d7fb7578cb1c3439411475fd7e/torch-1.11.0-cp39-cp39-manylinux1_x86_64.whl#sha256=58c7814502b1c129a650d7092033bbb0bbd64faf1a7941631aaa1aeaddc37570 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/cf/9a/8d80deb5d2e9e17933f5dfe717a42a7608dc0e6799f7a7a0de3f7d7093d7/torch-1.11.0-cp39-cp39-manylinux2014_aarch64.whl#sha256=831cf588f01dda9409e75576741d2823453990dee2983d670f2584b37a01adf7 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Found link https://pypi.tuna.tsinghua.edu.cn/packages/c7/56/52a05ec2ad6c58472a768351a6ea4b600c532a3f46dde57fe2aaa14bfbd1/torch-1.11.0-cp39-cp39-win_amd64.whl#sha256=44a1d02fd20f827f0f36dc26fdcfc45e793806a6ad52769a22260655a77a4369 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0), version: 1.11.0
  Skipping link: none of the wheel's tags (cp39-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/fe/6f/9d42e62cbd28e69fef578f8c4a1d33a4716d378dbc7ae720d211b28dc81a/torch-1.11.0-cp39-none-macosx_10_9_x86_64.whl#sha256=50fd9bf85c578c871c28f1cb0ace9dfc6024401c7f399b174fb0f370899f4454 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp39-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/ec/bc/5e2b92f471496da1629e156553c8d92e0df667743f3128dd5e4db287ddb9/torch-1.11.0-cp39-none-macosx_11_0_arm64.whl#sha256=0e48af66ad755f0f9c5f2664028a414f57c49d6adc37e77e06fe0004da4edb61 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp310-cp310-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/52/c2/323619638a1154da0a134297a4cc1c46df4142e9fd553370301937e21fcb/torch-1.12.0-cp310-cp310-manylinux1_x86_64.whl#sha256=3322d33a06e440d715bb214334bd41314c94632d9a2f07d22006bf21da3a2be4 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp310-cp310-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/a8/54/af39450ee79c9bfe8db0754354cb490a6fd04a44f95c2622b00e019d1606/torch-1.12.0-cp310-cp310-manylinux2014_aarch64.whl#sha256=2568f011dddeb5990d8698cc375d237f14568ffa8489854e3b94113b4b6b7c8b (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp310-cp310-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/c6/d6/81230cb26d5b83cd0d17a7fdf875c62d3dc1c116723c9c75dfe3d65b1a12/torch-1.12.0-cp310-cp310-win_amd64.whl#sha256=e3e8348edca3e3cee5a67a2b452b85c57712efe1cc3ffdb87c128b3dde54534e (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp310-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/76/4b/0a527d9c8f8e1890591bf5addd9e20b52a0b09b2098e8b4fb556ccf5225b/torch-1.12.0-cp310-none-macosx_10_9_x86_64.whl#sha256=349ea3ba0c0e789e0507876c023181f13b35307aebc2e771efd0e045b8e03e84 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp310-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/5a/e8/82c14c28360dafe02877b28c70218c8b6ca8a0f2fbb0515b2abd027ca251/torch-1.12.0-cp310-none-macosx_11_0_arm64.whl#sha256=13c7cca6b2ea3704d775444f02af53c5f072d145247e17b8cd7813ac57869f03 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/09/e0/03c31c44805679550fce01bb1de47b32aab06e677c8afc5c91bc2fd68e7c/torch-1.12.0-cp37-cp37m-manylinux1_x86_64.whl#sha256=60d06ee2abfa85f10582d205404d52889d69bcbb71f7e211cfc37e3957ac19ca (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/39/46/5bd0729de7dca1917274ed4b423e5dfa2b3bdb6d8253e75d133f1a63b3b5/torch-1.12.0-cp37-cp37m-manylinux2014_aarch64.whl#sha256=a1325c9c28823af497cbf443369bddac9ac59f67f1e600f8ab9b754958e55b76 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp37-cp37m-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/e2/94/6d8ff9dab8b9b88efd233890c4e494cc1084268e06b7791af440be5a8f6b/torch-1.12.0-cp37-cp37m-win_amd64.whl#sha256=fb47291596677570246d723ee6abbcbac07eeba89d8f83de31e3954f21f44879 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp37-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/5d/2d/6a319cd56da3bb40ed9448f97bf9e61c6b14c5d1460f85e608da904ac172/torch-1.12.0-cp37-none-macosx_10_9_x86_64.whl#sha256=abbdc5483359b9495dc76e3bd7911ccd2ddc57706c117f8316832e31590af871 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp37-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/bc/2f/0114d981300640fce74b6815fdf96c68e4ea362db59bea501180474dadfe/torch-1.12.0-cp37-none-macosx_11_0_arm64.whl#sha256=72207b8733523388c49d43ffcc4416d1d8cd64c40f7826332e714605ace9b1d2 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/86/c3/30eb447a38bb73d57883ec0941e213249b2001d78332a3026351e0ee8d1f/torch-1.12.0-cp38-cp38-manylinux1_x86_64.whl#sha256=0986685f2ec8b7c4d3593e8cfe96be85d462943f1a8f54112fc48d4d9fbbe903 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/5a/d5/e29e92ab033fb6ea1c9103f943549291df59b78dac8079312bb7a93d1b7d/torch-1.12.0-cp38-cp38-manylinux2014_aarch64.whl#sha256=0399746f83b4541bcb5b219a18dbe8cade760aba1c660d2748a38c6dc338ebc7 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp38-cp38-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/a1/39/b2080f1a03618f0c16fdaccc7f25f5522cf267525c684e136cd25f72b613/torch-1.12.0-cp38-cp38-win_amd64.whl#sha256=7ddb167827170c4e3ff6a27157414a00b9fef93dea175da04caf92a0619b7aee (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp38-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/94/53/3ee8fed5449e108a7ddfe7a89736e2998461f9778c889737eab43aa24a56/torch-1.12.0-cp38-none-macosx_10_9_x86_64.whl#sha256=2143d5fe192fd908b70b494349de5b1ac02854a8a902bd5f47d13d85b410e430 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp38-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/93/f2/49064a51408aa6b249ffb3d4f5d2b87600637b0778117e0d9d7f483309cd/torch-1.12.0-cp38-none-macosx_11_0_arm64.whl#sha256=44a3804e9bb189574f5d02ccc2dc6e32e26a81b3e095463b7067b786048c6072 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/8f/27/addb0019d7aa3704576ca9c055f7566a3db31f95110e55b31173b87aec4a/torch-1.12.0-cp39-cp39-manylinux1_x86_64.whl#sha256=844f1db41173b53fe40c44b3e04fcca23a6ce00ac328b7099f2800e611766845 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/a9/fc/b23d2805c9dad3f6a16d9caf125d28078fb6b5c2f7e6394c3381c116a8ca/torch-1.12.0-cp39-cp39-manylinux2014_aarch64.whl#sha256=63341f96840a223f277e498d2737b39da30d9f57c7a1ef88857b920096317739 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Found link https://pypi.tuna.tsinghua.edu.cn/packages/a4/4f/d8245c749b90e643fa06547c0aa36698507597b24d501c22e5bba4fb31a8/torch-1.12.0-cp39-cp39-win_amd64.whl#sha256=201abf43a99bb4980cc827dd4b38ac28f35e4dddac7832718be3d5479cafd2c1 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0), version: 1.12.0
  Skipping link: none of the wheel's tags (cp39-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/28/26/e265afe2ba66ff95849783261ae213c66556573d8bffd9802ae44eeda9e7/torch-1.12.0-cp39-none-macosx_10_9_x86_64.whl#sha256=c0313438bc36448ffd209f5fb4e5f325b3af158cdf61c8829b8ddaf128c57816 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp39-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/7c/05/98e23a1b739c2286c9bdcd1160b3446b64560130fc8f766f55ec5ca05392/torch-1.12.0-cp39-none-macosx_11_0_arm64.whl#sha256=5ed69d5af232c5c3287d44cef998880dadcc9721cd020e9ae02f42e56b79c2e4 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp310-cp310-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/ca/74/7342c7f21449557a8263c925071a55081edd7e9b641404cfe31d6fb71d3b/torch-1.12.1-cp310-cp310-manylinux1_x86_64.whl#sha256=9c038662db894a23e49e385df13d47b2a777ffd56d9bcd5b832593fab0a7e286 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp310-cp310-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/36/b0/4857929aa28dfe26f7de909ebf002b60499edcd7566441a7433df865f9ba/torch-1.12.1-cp310-cp310-manylinux2014_aarch64.whl#sha256=4e1b9c14cf13fd2ab8d769529050629a0e68a6fc5cb8e84b4a3cc1dd8c4fe541 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp310-cp310-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/b9/25/fc2111599a038aa6c1c618a7dc9246aabc95f899008949ade31213255a0c/torch-1.12.1-cp310-cp310-win_amd64.whl#sha256=e9c8f4a311ac29fc7e8e955cfb7733deb5dbe1bdaabf5d4af2765695824b7e0d (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp310-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/37/72/ef80d39a371a9b4a8aadfb22b141972cc67a7075dae69a9d5b8116505ec0/torch-1.12.1-cp310-none-macosx_10_9_x86_64.whl#sha256=976c3f997cea38ee91a0dd3c3a42322785414748d1761ef926b789dfa97c6134 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp310-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/2f/17/8b557dde1cdb5fbe82f90a3f192046c8e508f106456e12f17c87543e6a42/torch-1.12.1-cp310-none-macosx_11_0_arm64.whl#sha256=68104e4715a55c4bb29a85c6a8d57d820e0757da363be1ba680fa8cc5be17b52 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/b9/af/23c13cd340cd333f42de225ba3da3b64e1a70425546d1a59bfa42d465a5d/torch-1.12.1-cp37-cp37m-manylinux1_x86_64.whl#sha256=743784ccea0dc8f2a3fe6a536bec8c4763bd82c1352f314937cb4008d4805de1 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/26/0d/be61ecd639ecd4d7d285c3c415f3c7273dc10e69789acd041888c0b5605d/torch-1.12.1-cp37-cp37m-manylinux2014_aarch64.whl#sha256=b5dbcca369800ce99ba7ae6dee3466607a66958afca3b740690d88168752abcf (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp37-cp37m-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/d6/bd/e4d72796bc445a22cb77d52d70e4df251a15cd6433b6166d33250d9c736c/torch-1.12.1-cp37-cp37m-win_amd64.whl#sha256=f3b52a634e62821e747e872084ab32fbcb01b7fa7dbb7471b6218279f02a178a (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp37-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/70/95/8de7cb231239fbac6f045bdee308ae0eb3ba89cf7c4f27b82bf3720b1a7c/torch-1.12.1-cp37-none-macosx_10_9_x86_64.whl#sha256=8a34a2fbbaa07c921e1b203f59d3d6e00ed379f2b384445773bd14e328a5b6c8 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp37-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/41/d9/0e5f898e7a5257b1dd4f1b51926f342b92d2cd53d2b544d2e91fb3b0238c/torch-1.12.1-cp37-none-macosx_11_0_arm64.whl#sha256=42f639501928caabb9d1d55ddd17f07cd694de146686c24489ab8c615c2871f2 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/50/5e/ad5fc13e43dc6bb964f68e2284ef36fac63b018efecf4a35c381c4668b71/torch-1.12.1-cp38-cp38-manylinux1_x86_64.whl#sha256=0b44601ec56f7dd44ad8afc00846051162ef9c26a8579dda0a02194327f2d55e (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/5c/9e/108882bb53f8a105424c3aa3f73425e0f1ce142a6a7cfceb807bde28e363/torch-1.12.1-cp38-cp38-manylinux2014_aarch64.whl#sha256=cd26d8c5640c3a28c526d41ccdca14cf1cbca0d0f2e14e8263a7ac17194ab1d2 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp38-cp38-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/e7/ae/2e4166eae0a2693ad9233da1c927f5f1b4d050d9d906ba656e1771d7c852/torch-1.12.1-cp38-cp38-win_amd64.whl#sha256=42e115dab26f60c29e298559dbec88444175528b729ae994ec4c65d56fe267dd (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp38-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/c6/3d/458fd09b2c9f6a4192682b767b62394018711f5c44f366bfce6c3d250aca/torch-1.12.1-cp38-none-macosx_10_9_x86_64.whl#sha256=a8320ba9ad87e80ca5a6a016e46ada4d1ba0c54626e135d99b2129a4541c509d (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp38-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/0a/c7/edde1dc87e3ec5f3ffed8019fb399948d82f40d71db092d395c8179e782c/torch-1.12.1-cp38-none-macosx_11_0_arm64.whl#sha256=03e31c37711db2cd201e02de5826de875529e45a55631d317aadce2f1ed45aa8 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/1e/2f/06d30fbc76707f14641fe737f0715f601243e039d676be487d0340559c86/torch-1.12.1-cp39-cp39-manylinux1_x86_64.whl#sha256=9b356aea223772cd754edb4d9ecf2a025909b8615a7668ac7d5130f86e7ec421 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/65/53/368e6cc70870ec65a520f20d9d55e52de38c2130aa8f90fe51d5c08a1dc6/torch-1.12.1-cp39-cp39-manylinux2014_aarch64.whl#sha256=6cf6f54b43c0c30335428195589bd00e764a6d27f3b9ba637aaa8c11aaf93073 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Found link https://pypi.tuna.tsinghua.edu.cn/packages/8b/af/950a5da8937a95ca3bb6d638b95aa64c08254c352940594f4a7c18db053b/torch-1.12.1-cp39-cp39-win_amd64.whl#sha256=f00c721f489089dc6364a01fd84906348fe02243d0af737f944fddb36003400d (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0), version: 1.12.1
  Skipping link: none of the wheel's tags (cp39-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/71/08/dc7e078f035d17c7cecc8cae81cc450827eb95cd59785346663aafb17d90/torch-1.12.1-cp39-none-macosx_10_9_x86_64.whl#sha256=bfec2843daa654f04fda23ba823af03e7b6f7650a873cdb726752d0e3718dada (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp39-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/c8/74/fd7d90bb7c589a695417e6922149dc3eb29fe0c9a97b6fb28ae851f1c19f/torch-1.12.1-cp39-none-macosx_11_0_arm64.whl#sha256=69fe2cae7c39ccadd65a123793d30e0db881f1c1927945519c5c17323131437e (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp310-cp310-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/83/4b/f71a84a44192ff5fc57c2a82b9b015876c3244d3ef478a8910b701515ed0/torch-1.13.0-cp310-cp310-manylinux1_x86_64.whl#sha256=f68edfea71ade3862039ba66bcedf954190a2db03b0c41a9b79afd72210abd97 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp310-cp310-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/5c/61/b0303b8810c1300e75e8e665d043f6c2b272a4da60e9cc33416cde8edb76/torch-1.13.0-cp310-cp310-manylinux2014_aarch64.whl#sha256=d2d2753519415d154de4d3e64d2eaaeefdba6b6fd7d69d5ffaef595988117700 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp310-cp310-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/7a/66/5ea6ba0bb16957f4d673660c58f6ca75f45152e9e7a54bb4a960170fde21/torch-1.13.0-cp310-cp310-win_amd64.whl#sha256=6c227c16626e4ce766cca5351cc62a2358a11e8e466410a298487b9dff159eb1 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp310-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/b6/79/ead6840368f294497591af143980372ff956fc4c982c457a8b5610a5a1f3/torch-1.13.0-cp310-none-macosx_10_9_x86_64.whl#sha256=49a949b8136b32b2ec0724cbf4c6678b54e974b7d68f19f1231eea21cde5c23b (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp310-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/79/b3/eaea3fc35d0466b9dae1e3f9db08467939347b3aaa53c0fd81953032db33/torch-1.13.0-cp310-none-macosx_11_0_arm64.whl#sha256=0fdd38c96230947b1ed870fed4a560252f8d23c3a2bf4dab9d2d42b18f2e67c8 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp311-cp311-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/08/e3/30098859059f08e9f842518afb6475db5c7fc48120d02f7e88f516d5da92/torch-1.13.0-cp311-cp311-manylinux1_x86_64.whl#sha256=43db0723fc66ad6486f86dc4890c497937f7cd27429f28f73fb7e4d74b7482e2 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/7a/fb/b1b11ae95ffa7099ca2e60ed5945e56130cc8740208f42aa77f17e03ab3c/torch-1.13.0-cp37-cp37m-manylinux1_x86_64.whl#sha256=e643ac8d086706e82f77b5d4dfcf145a9dd37b69e03e64177fc23821754d2ed7 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/4f/78/0e87938c508f8b50b429c34234932fb1556c62a2f0a3774ee78652aef707/torch-1.13.0-cp37-cp37m-manylinux2014_aarch64.whl#sha256=bb33a911460475d1594a8c8cb73f58c08293211760796d99cae8c2509b86d7f1 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp37-cp37m-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/ec/5e/88854e28b3cb1cd5439d13299bde21b85be810d8d43f3547d72094e05eba/torch-1.13.0-cp37-cp37m-win_amd64.whl#sha256=220325d0f4e69ee9edf00c04208244ef7cf22ebce083815ce272c7491f0603f5 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp37-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/41/3d/680befd296b07e7963d637f945cfe4e7fe0d217045a2f50158cc2448a2b2/torch-1.13.0-cp37-none-macosx_10_9_x86_64.whl#sha256=cd1e67db6575e1b173a626077a54e4911133178557aac50683db03a34e2b636a (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp37-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/51/dc/53ec2d915f485c3b23f650011d9fec44a5263c8b3ae273e71f207b4dc2eb/torch-1.13.0-cp37-none-macosx_11_0_arm64.whl#sha256=9197ec216833b836b67e4d68e513d31fb38d9789d7cd998a08fba5b499c38454 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/06/3d/19b2090f3f01751e816d409edcc808c82c2973348713186ac153e735d49f/torch-1.13.0-cp38-cp38-manylinux1_x86_64.whl#sha256=fa768432ce4b8ffa29184c79a3376ab3de4a57b302cdf3c026a6be4c5a8ab75b (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/2a/5e/a6859a5dfac9f4925707d5837d90ffcc9071677ca4a6392e9405d6bf432b/torch-1.13.0-cp38-cp38-manylinux2014_aarch64.whl#sha256=635dbb99d981a6483ca533b3dc7be18ef08dd9e1e96fb0bb0e6a99d79e85a130 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp38-cp38-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/10/87/34c2dabaafa7e946b6edf3fe717151b52ef5a6342a8cabf3f7452ac73b38/torch-1.13.0-cp38-cp38-win_amd64.whl#sha256=857c7d5b1624c5fd979f66d2b074765733dba3f5e1cc97b7d6909155a2aae3ce (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp38-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/81/5f/2bae5eb478d65ce7e1dfbe58353c744bfe519c55cd862d85d64b478e5528/torch-1.13.0-cp38-none-macosx_10_9_x86_64.whl#sha256=ef934a21da6f6a516d0a9c712a80d09c56128abdc6af8dc151bee5199b4c3b4e (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp38-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/24/86/3ba3dc76d4cdf7074afea3f32b5971fd4fedc0c8419b9e480bfd7ce8fec8/torch-1.13.0-cp38-none-macosx_11_0_arm64.whl#sha256=f01a9ae0d4b69d2fc4145e8beab45b7877342dddbd4838a7d3c11ca7f6680745 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/9b/65/9bfeaa7b08a727f07b617c036c4fc52e28e5aef88d890c857c1f33850aa0/torch-1.13.0-cp39-cp39-manylinux1_x86_64.whl#sha256=9ac382cedaf2f70afea41380ad8e7c06acef6b5b7e2aef3971cdad666ca6e185 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/80/46/54fe9ff17de407bb661b9eec4ca9806e98416412c8345b7691334cc53d68/torch-1.13.0-cp39-cp39-manylinux2014_aarch64.whl#sha256=e20df14d874b024851c58e8bb3846249cb120e677f7463f60c986e3661f88680 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Found link https://pypi.tuna.tsinghua.edu.cn/packages/4c/d9/713853e06954bb657607d1e59d29e5896e1933e5d7fb50847a5730ad7325/torch-1.13.0-cp39-cp39-win_amd64.whl#sha256=4a378f5091307381abfb30eb821174e12986f39b1cf7c4522bf99155256819eb (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0), version: 1.13.0
  Skipping link: none of the wheel's tags (cp39-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/68/13/62f70eaa7f0785841e4df6d31c2e5027eca589040854b34ad8eba154eea8/torch-1.13.0-cp39-none-macosx_10_9_x86_64.whl#sha256=922a4910613b310fbeb87707f00cb76fec328eb60cc1349ed2173e7c9b6edcd8 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp39-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/28/ac/286c2b0639b838c27b8a13ba660d0141b055d9e5694a18c685692e9acd6e/torch-1.13.0-cp39-none-macosx_11_0_arm64.whl#sha256=47fe6228386bff6d74319a2ffe9d4ed943e6e85473d78e80502518c607d644d2 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp310-cp310-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/81/58/431fd405855553af1a98091848cf97741302416b01462bbf9909d3c422b3/torch-1.13.1-cp310-cp310-manylinux1_x86_64.whl#sha256=fd12043868a34a8da7d490bf6db66991108b00ffbeecb034228bfcbbd4197143 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp310-cp310-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/2c/45/43233d36e8e7ec5588fa802bb098337ae73c314863190c68797287f2fbdd/torch-1.13.1-cp310-cp310-manylinux2014_aarch64.whl#sha256=d9fe785d375f2e26a5d5eba5de91f89e6a3be5d11efb497e76705fdf93fa3c2e (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp310-cp310-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/33/bd/e174e6737daba03f8eaa7c051b9971d361022eb37b86cbe5db0b08cab00e/torch-1.13.1-cp310-cp310-win_amd64.whl#sha256=98124598cdff4c287dbf50f53fb455f0c1e3a88022b39648102957f3445e9b76 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp310-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/82/d8/0547f8a22a0c8aeb7e7e5e321892f1dcf93ea021829a99f1a25f1f535871/torch-1.13.1-cp310-none-macosx_10_9_x86_64.whl#sha256=393a6273c832e047581063fb74335ff50b4c566217019cc6ace318cd79eb0566 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp310-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/24/45/61e41ef8a84e1d6200ff10b7cb87e23e211599ab62420396a363295f973c/torch-1.13.1-cp310-none-macosx_11_0_arm64.whl#sha256=0122806b111b949d21fa1a5f9764d1fd2fcc4a47cb7f8ff914204fd4fc752ed5 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp311-cp311-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/bf/47/d52be83b0ce72e83a6691177f27b110b7efefaae4f228f45e404c521e51d/torch-1.13.1-cp311-cp311-manylinux1_x86_64.whl#sha256=22128502fd8f5b25ac1cd849ecb64a418382ae81dd4ce2b5cebaa09ab15b0d9b (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/00/86/77a9eddbf46f1bca2468d16a401911f58917f95b63402d6a7a4522521e5d/torch-1.13.1-cp37-cp37m-manylinux1_x86_64.whl#sha256=76024be052b659ac1304ab8475ab03ea0a12124c3e7626282c9c86798ac7bc11 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/19/ae/79b619e5f3abc7c3343c19d99678830369e9d87fe5ed44973e08e5b5bcaa/torch-1.13.1-cp37-cp37m-manylinux2014_aarch64.whl#sha256=ea8dda84d796094eb8709df0fcd6b56dc20b58fdd6bc4e8d7109930dafc8e419 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp37-cp37m-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/b1/85/62b8da9d984ae95f6fdda707df4af6552a5cea46fde2b944223daf236524/torch-1.13.1-cp37-cp37m-win_amd64.whl#sha256=2ee7b81e9c457252bddd7d3da66fb1f619a5d12c24d7074de91c4ddafb832c93 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp37-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/b9/18/d97cdc571b4cb90c0d3613cffb19a55ef1e48e74e0c5a6c293e97234b7d3/torch-1.13.1-cp37-none-macosx_10_9_x86_64.whl#sha256=0d9b8061048cfb78e675b9d2ea8503bfe30db43d583599ae8626b1263a0c1380 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp37-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/24/dd/22d7048ba641ed3699fc2dc04eb3384db1f09b0202b64c9f9fede0243e7d/torch-1.13.1-cp37-none-macosx_11_0_arm64.whl#sha256=f402ca80b66e9fbd661ed4287d7553f7f3899d9ab54bf5c67faada1555abde28 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/6b/0e/c640bda79e61766896fe16dfe0a3ab12b06ad50cf8814950518896dec0a5/torch-1.13.1-cp38-cp38-manylinux1_x86_64.whl#sha256=727dbf00e2cf858052364c0e2a496684b9cb5aa01dc8a8bc8bbb7c54502bdcdd (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/f4/e5/003ac2b5b95cfea3a0a87150ede879daad446d581fdf967a8d7b2d4b6e05/torch-1.13.1-cp38-cp38-manylinux2014_aarch64.whl#sha256=df8434b0695e9ceb8cc70650afc1310d8ba949e6db2a0525ddd9c3b2b181e5fe (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp38-cp38-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/a6/41/122f37c99422566ea74b9cce90eb9218f5e8fb2582466da220f95842a0a0/torch-1.13.1-cp38-cp38-win_amd64.whl#sha256=5e1e722a41f52a3f26f0c4fcec227e02c6c42f7c094f32e49d4beef7d1e213ea (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp38-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/13/60/6129b3b0ce696e45774ab9b4b4f1a1bf5d74a2b9b2e81c88fb4620e6cad3/torch-1.13.1-cp38-none-macosx_10_9_x86_64.whl#sha256=33e67eea526e0bbb9151263e65417a9ef2d8fa53cbe628e87310060c9dcfa312 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp38-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/5d/91/1adb7b73c7dad9fb64ed26bc9d8c060afb9541fca68d71a9c1b48377f332/torch-1.13.1-cp38-none-macosx_11_0_arm64.whl#sha256=eeeb204d30fd40af6a2d80879b46a7efbe3cf43cdbeb8838dd4f3d126cc90b2b (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/25/09/184125ce54b2d7e665f3b674a1ac5d96b442f00dd11804490e926231e36b/torch-1.13.1-cp39-cp39-manylinux1_x86_64.whl#sha256=50ff5e76d70074f6653d191fe4f6a42fdbe0cf942fbe2a3af0b75eaa414ac038 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/86/08/41315a205bcd103a9698fa8afafbb73a234db8791cdb8b96d1efb10243a7/torch-1.13.1-cp39-cp39-manylinux2014_aarch64.whl#sha256=2c3581a3fd81eb1f0f22997cddffea569fea53bafa372b2c0471db373b26aafc (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Found link https://pypi.tuna.tsinghua.edu.cn/packages/56/13/841d298885ca6b48923d502528d51af00a56f93179c152d31ae88d3054cd/torch-1.13.1-cp39-cp39-win_amd64.whl#sha256=0aa46f0ac95050c604bcf9ef71da9f1172e5037fdf2ebe051962d47b123848e7 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0), version: 1.13.1
  Skipping link: none of the wheel's tags (cp39-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/ce/52/14eaa44345e444be2e2da749a7fdbdec71c45294cff33023de12ac3a9115/torch-1.13.1-cp39-none-macosx_10_9_x86_64.whl#sha256=6930791efa8757cb6974af73d4996b6b50c592882a324b8fb0589c6a9ba2ddaf (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp39-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/2d/ab/8210e877debc6e16c5f64345b08abfd667ade733329ef8b38dd06a362513/torch-1.13.1-cp39-none-macosx_11_0_arm64.whl#sha256=e0df902a7c7dd6c795698532ee5970ce898672625635d885eade9976e5a04949 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.7.0)
  Skipping link: none of the wheel's tags (cp27-cp27m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/29/97/54d97bd1892261ceeb11853398730b3fdf1605b15ad2fa9b9a6a51010051/torch-1.2.0-cp27-cp27m-manylinux1_x86_64.whl#sha256=a8c21f82fd03b67927078ea917040478c3263753fe1906fc19d0f5f0c7d9aa10 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/)
  Skipping link: none of the wheel's tags (cp27-cp27mu-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/aa/91/d5c9d3fb65ca12c06a3118164a40e6011b7f44c185e0bcd9e055dd1b2b21/torch-1.2.0-cp27-cp27mu-manylinux1_x86_64.whl#sha256=880a0c22692eaebbce808a5bf2255ab7d345ab43c40795be0a421c6250ba0fb4 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/)
  Skipping link: none of the wheel's tags (cp27-none-macosx_10_6_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/db/64/252fbd52d22cdddc646f3eb676a1a3af9e8ae51b524bbd6d661665eb8353/torch-1.2.0-cp27-none-macosx_10_6_x86_64.whl#sha256=f63d489c54b4f170ce8335727bbb196ceb9acd0e7805477bbef8fabc914bc0f9 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/)
  Skipping link: none of the wheel's tags (cp35-cp35m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/21/2e/14b3b24adc4ba2f8af26000a871d721f6cd84e966cfc06418c088d04fbb9/torch-1.2.0-cp35-cp35m-manylinux1_x86_64.whl#sha256=661ad06b4616663149bd504e8c0271196d0386712e21a92619d95ba88138794a (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/)
  Skipping link: none of the wheel's tags (cp35-none-macosx_10_6_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/44/47/f39349db6dacff94d8b6bccad9bc3d7ae24632ad4825d7980706dcd9effd/torch-1.2.0-cp35-none-macosx_10_6_x86_64.whl#sha256=2ac8e58b069232f079bd289aa160366a9367ae1a4616a2c1007dceed19ff9bfa (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/30/57/d5cceb0799c06733eefce80c395459f28970ebb9e896846ce96ab579a3f1/torch-1.2.0-cp36-cp36m-manylinux1_x86_64.whl#sha256=a13bf6f78a49d844b85c142b8cd62d2e1833a11ed21ea0bc6b1ac73d24c76415 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/)
  Skipping link: none of the wheel's tags (cp36-none-macosx_10_7_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/17/97/79c3636f4ed8f7165374c920e11fa6454638b5632eeef997d967fd13b04c/torch-1.2.0-cp36-none-macosx_10_7_x86_64.whl#sha256=43a0e28c448ddeea65fb9e956bc743389592afac824095bdbc08e8a87364c639 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/05/65/5248be50c55ab7429dd5c11f5e2f9f5865606b80e854ca63139ad1a584f2/torch-1.2.0-cp37-cp37m-manylinux1_x86_64.whl#sha256=b87fd224a7de3bc01ce87eb947698797b4514e27115b0aa60a56991515dd9dd6 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/)
  Skipping link: none of the wheel's tags (cp37-none-macosx_10_7_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/ba/88/7640344d841e97b9a1531385caac39d984b2c6f4abd1376e1ce0de3a0933/torch-1.2.0-cp37-none-macosx_10_7_x86_64.whl#sha256=0698d0a48014b9b8f36d93e69901eca2e7ec712cd2033908f7a77e7d86a4f0d7 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/)
  Skipping link: none of the wheel's tags (cp27-cp27m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/f9/89/84740770505a7a6f83fc18d992c9e53c981c998d2514b4171bd8a28b5b77/torch-1.3.0-cp27-cp27m-manylinux1_x86_64.whl#sha256=7499fbc00ebbb04b6a6cc77ba7055b3b93460da87139dd8aeb357c5446a44cf8 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
  Skipping link: none of the wheel's tags (cp27-cp27mu-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/2f/e9/90851b92b606c4fdd13fa971dd0d47e500736ee9e56fd94570341f08700c/torch-1.3.0-cp27-cp27mu-manylinux1_x86_64.whl#sha256=93e3542d57d413d4bbd75f34ce06b7a2840da3a258e3ce20c751b31a6c24189f (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
  Skipping link: none of the wheel's tags (cp35-cp35m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/da/b5/94ce035094590a56758037dce2160b147fcb2965860b9c22580b5e7047d6/torch-1.3.0-cp35-cp35m-manylinux1_x86_64.whl#sha256=aec5245b459427bd4acea092bacbd6794bebaf65488caf931833a76cfbf9c5fa (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
  Skipping link: none of the wheel's tags (cp35-none-macosx_10_6_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/03/bb/fbf5a3ee3fedc7d5ce92a425e777ef6ee620d4db726028a0bf0ec03542a9/torch-1.3.0-cp35-none-macosx_10_6_x86_64.whl#sha256=edf07e00bb7271406cec50630d7e17f89221eeea9bd6abab885f710d31758691 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/ae/05/50a05de5337f7a924bb8bd70c6936230642233e424d6a9747ef1cfbde353/torch-1.3.0-cp36-cp36m-manylinux1_x86_64.whl#sha256=2d07d9db5cf43d152c17caf13428c10ab8c8fbf9c3bd503cfc46222cbfd1bb1c (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
  Skipping link: none of the wheel's tags (cp36-none-macosx_10_7_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/8d/87/4e42d7ab7cb1e5ee9f2f81d9c5955a7c558894f11c90898fdf838ea40327/torch-1.3.0-cp36-none-macosx_10_7_x86_64.whl#sha256=3b3ef18d03d8bc2ffccef1b3d2a156aa6f3235ed76d1c93cf3711c48055c79ce (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/b4/0b/9d33aef363b6728ad937643d98be713c6c25d50ce338678ad57cee6e6fd5/torch-1.3.0-cp37-cp37m-manylinux1_x86_64.whl#sha256=d460039d0d6c9e3e70b76bf9594c4ac364a287f125d22e10a6e9e1198887422c (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
  Skipping link: none of the wheel's tags (cp37-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/0f/27/36b5f7acd661b2a435c7c9283dd4ddeac9a4c7fc0e328efaddeae2ffaf68/torch-1.3.0-cp37-none-macosx_10_9_x86_64.whl#sha256=b33884ff0ca101ea6a3415e946b85f98253ee32401c6d863cc5fc6d5bb02d81c (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
  Skipping link: none of the wheel's tags (cp27-none-macosx_10_7_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/b5/d4/c1860f4836f11c137f08edf74027038468fc0c8094350fc87a2641cb793b/torch-1.3.0.post2-cp27-none-macosx_10_7_x86_64.whl#sha256=02d435248e40a9ed3d81ef81a5466e21216833eab2b9cf076f303b7159592fc7 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
  Skipping link: none of the wheel's tags (cp35-none-macosx_10_6_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/e9/35/2f22898caff94f83b10e352e30727f082e2c9da6f73c6e087fe988575978/torch-1.3.0.post2-cp35-none-macosx_10_6_x86_64.whl#sha256=ab98d84ee449b2e42f352a34fdefc3b6a5fb28041f40619b33d2d09b1a35bd31 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
  Skipping link: none of the wheel's tags (cp36-none-macosx_10_7_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/4d/6b/5630630daae83cd9a7cd34e9e2bd4000228e41da97733e4defc2cfc47198/torch-1.3.0.post2-cp36-none-macosx_10_7_x86_64.whl#sha256=0e6a5ab1970be4d40d176c878c86f56a05af30016db5cd45fa8ef2a3b168c71b (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
  Skipping link: none of the wheel's tags (cp37-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/c2/c9/46d13c7cd7234aca5f12eb84487a14af1719f8e47ae4268786b7b22baec3/torch-1.3.0.post2-cp37-none-macosx_10_9_x86_64.whl#sha256=16efb90d9f341c6af2bba30556a4ff4c31277b184d1e8ad8d2269ac91a7a38f9 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
  Skipping link: none of the wheel's tags (cp27-cp27m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/60/24/067b6e52dc4f7ea932c159f25e86ece443eb148b35f5b8fcae22fe85155b/torch-1.3.1-cp27-cp27m-manylinux1_x86_64.whl#sha256=d8e1d904a6193ed14a4fed220b00503b2baa576e71471286d1ebba899c851fae (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
  Skipping link: none of the wheel's tags (cp27-cp27mu-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/d6/17/1b3f5c0899371b598b453f13ca937a3a640357145c5bd7f5e7422e05ec29/torch-1.3.1-cp27-cp27mu-manylinux1_x86_64.whl#sha256=b6f01d851d1c5989d4a99b50ae0187762b15b7718dcd1a33704b665daa2402f9 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
  Skipping link: none of the wheel's tags (cp27-none-macosx_10_7_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/33/a7/377bc12b4c28c17b0c103f3f65d358ddfb84734a0b5967a4cfd9fc2c5659/torch-1.3.1-cp27-none-macosx_10_7_x86_64.whl#sha256=31062923ac2e60eac676f6a0ae14702b051c158bbcf7f440eaba266b0defa197 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
  Skipping link: none of the wheel's tags (cp35-cp35m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/24/33/ccfe4e16bfa1f2ca10e22bca05b313cba31800f9597f5f282020cd6ba45e/torch-1.3.1-cp35-cp35m-manylinux1_x86_64.whl#sha256=458f1d87e5b7064b2c39e36675d84e163be3143dd2fc806057b7878880c461bc (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
  Skipping link: none of the wheel's tags (cp35-none-macosx_10_6_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/ec/43/75b39e4caa41cc09611ddf4963f6357e68702b94edf52da108cc070d1c6e/torch-1.3.1-cp35-none-macosx_10_6_x86_64.whl#sha256=3b05233481b51bb636cee63dc761bb7f602e198178782ff4159d385d1759608b (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/88/95/90e8c4c31cfc67248bf944ba42029295b77159982f532c5689bcfe4e9108/torch-1.3.1-cp36-cp36m-manylinux1_x86_64.whl#sha256=0cec2e13a2e95c24c34f17d437f354ee2a40902e8d515a524556b350e12555dd (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
  Skipping link: none of the wheel's tags (cp36-none-macosx_10_7_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/65/96/c97c8a0ea8f66de41f452925b521bcfdebef6fffb899dc704fc269d87563/torch-1.3.1-cp36-none-macosx_10_7_x86_64.whl#sha256=77fd8866c0bf529861ffd850a5dada2190a8d9c5167719fb0cfa89163e23b143 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/f9/34/2107f342d4493b7107a600ee16005b2870b5a0a5a165bdf5c5e7168a16a6/torch-1.3.1-cp37-cp37m-manylinux1_x86_64.whl#sha256=72a1c85bffd2154f085bc0a1d378d8a54e55a57d49664b874fe7c949022bf071 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
  Skipping link: none of the wheel's tags (cp37-none-macosx_10_7_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/7e/94/0ed9f7899aa0f5e7ff753a3a2b6944c146eef3f4cd51c59ab07c4575992b/torch-1.3.1-cp37-none-macosx_10_7_x86_64.whl#sha256=134e8291a97151b1ffeea09cb9ddde5238beb4e6d9dfb66657143d6990bfb865 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
  Skipping link: none of the wheel's tags (cp27-cp27m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/f6/6a/6c094d561eeee5c640422662bdb5e7291a458e4f6d0cc487fd25dab6e92e/torch-1.4.0-cp27-cp27m-manylinux1_x86_64.whl#sha256=271d4d1e44df6ed57c530f8849b028447c62b8a19b8e8740dd9baa56e7f682c1 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
  Skipping link: none of the wheel's tags (cp27-cp27mu-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/46/ca/306bb933a68b888ab1c20ede0342506b85857635f04fb55a56e53065579b/torch-1.4.0-cp27-cp27mu-manylinux1_x86_64.whl#sha256=6f2fd9eb8c7eaf38a982ab266dbbfba0f29fb643bc74e677d045d6f2595e4692 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
  Skipping link: none of the wheel's tags (cp27-none-macosx_10_7_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/e5/fc/738857432c0877008821aac85df30a276e8eebc812a749ac6fbbba0f4ea9/torch-1.4.0-cp27-none-macosx_10_7_x86_64.whl#sha256=30ce089475b287a37d6fbb8d71853e672edaf66699e3dd2eb19be6ce6296732a (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
  Skipping link: none of the wheel's tags (cp35-cp35m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/47/69/7a1291b74a3af0043db9048606daeb8b57cd9dea90b9df740485f3843878/torch-1.4.0-cp35-cp35m-manylinux1_x86_64.whl#sha256=54d06a0e8ee85e5a437c24f4af9f4196c819294c23ffb5914e177756f55f1829 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
  Skipping link: none of the wheel's tags (cp35-none-macosx_10_6_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/a7/b7/8ceb6ddfe5af19b63b7f7cbfe45bbe323eb6fcc1a7e5480454f8b2f50e46/torch-1.4.0-cp35-none-macosx_10_6_x86_64.whl#sha256=bb1e87063661414e1149bef2e3a2499ce0b5060290799d7e26bc5578037075ba (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/24/19/4804aea17cd136f1705a5e98a00618cb8f6ccc375ad8bfa437408e09d058/torch-1.4.0-cp36-cp36m-manylinux1_x86_64.whl#sha256=8856f334aa9ecb742c1504bd2563d0ffb8dceb97149c8d72a04afa357f667dbc (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
  Skipping link: none of the wheel's tags (cp36-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/e1/17/95f76742a61cbf6e787314eb2e331729db5a3bde6c5924b4ebd9174bea54/torch-1.4.0-cp36-none-macosx_10_9_x86_64.whl#sha256=9a1b1db73d8dcfd94b2eee24b939368742aa85f1217c55b8f5681e76c581e99a (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/1a/3b/fa92ece1e58a6a48ec598bab327f39d69808133e5b2fb33002ca754e381e/torch-1.4.0-cp37-cp37m-manylinux1_x86_64.whl#sha256=8fff03bf7b474c16e4b50da65ea14200cc64553b67b9b2307f9dc7e8c69b9d28 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
  Skipping link: none of the wheel's tags (cp37-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/4a/72/0282449efe6e8a7ab6354ac990b8275bd8c881dcbf95b3ef0a041da3897b/torch-1.4.0-cp37-none-macosx_10_9_x86_64.whl#sha256=405b9eb40e44037d2525b3ddb5bc4c66b519cd742bff249d4207d23f83e88ea5 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/bc/47/5b7c4f832b600779eed76cac86efbd5054f124bc919930aced51de2ccbb1/torch-1.4.0-cp38-cp38-manylinux1_x86_64.whl#sha256=504915c6bc6051ba6a4c2a43c446463dff04411e352f1e26fe13debeae431778 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
  Skipping link: none of the wheel's tags (cp38-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/53/e1/f2ba65890bb3ed98eda66ec9195e97b9b1b5824117ff4c8ad3b3f298e464/torch-1.4.0-cp38-none-macosx_10_9_x86_64.whl#sha256=d7b34a78f021935ad727a3bede56a8a8d4fda0b0272314a04c5f6890bbe7bb29 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
  Skipping link: none of the wheel's tags (cp27-none-macosx_10_7_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/9f/2f/055ad72a8b1f9eecfbbb28e2476b0a84736f37bb520a66387e6d8b19c6d4/torch-1.5.0-cp27-none-macosx_10_7_x86_64.whl#sha256=6fcfe5deaf0788bbe8639869d3c752ff5fe1bdedce11c7ed2d44379b1fbe6d6c (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.6.0)
  Skipping link: none of the wheel's tags (cp35-cp35m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/29/2a/7ef31c8057c6679ad0019974dc9f6d0ad9dbd71d45eaa60f2e33f1b2baf8/torch-1.5.0-cp35-cp35m-manylinux1_x86_64.whl#sha256=931b79aed9aba50bf314214be6efaaf7972ea9539a3d63f82622bc5860a1fd81 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.6.0)
  Skipping link: none of the wheel's tags (cp35-none-macosx_10_6_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/1d/04/42e82a3ea57491df8cc2de60b5706c949e502a49ea25d18d2cac44b778af/torch-1.5.0-cp35-none-macosx_10_6_x86_64.whl#sha256=7f3d6af2d7e2576b9640aa684f0c18a773efffe8b37f9056272287345c1dcba5 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.6.0)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/13/70/54e9fb010fe1547bc4774716f11ececb81ae5b306c05f090f4461ee13205/torch-1.5.0-cp36-cp36m-manylinux1_x86_64.whl#sha256=dfaac4c5d27ac80705956743c34fb1ab5fb37e1646a6c8e45f05f7e739f6ea7c (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.6.0)
  Skipping link: none of the wheel's tags (cp36-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/c9/e0/12f7c10e6b932f5e5d39f4ed5697b41b7751443a652d8c1c031e12e197f0/torch-1.5.0-cp36-none-macosx_10_9_x86_64.whl#sha256=402951484443bb49b5bc2129414ac6c644c07b8378e79922cf3645fd08cbfdc9 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.6.0)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/76/58/668ffb25215b3f8231a550a227be7f905f514859c70a65ca59d28f9b7f60/torch-1.5.0-cp37-cp37m-manylinux1_x86_64.whl#sha256=865d4bec21542647e0822e8b753e05d67eee874974a3937273f710edd99a7516 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.6.0)
  Skipping link: none of the wheel's tags (cp37-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/59/6f/cdee668c94f5efb3745e9485765fd6b4918a855f7d36c0514ddf38daaddf/torch-1.5.0-cp37-none-macosx_10_9_x86_64.whl#sha256=3cc72d36eaeda96488e3a29373f739b887338952417b3e1620871063bf5d14d2 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.6.0)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/ec/77/6de2895b3f0953f5e4bd9c7bb3f04552124051d1c0eb66697354aa510bf9/torch-1.5.0-cp38-cp38-manylinux1_x86_64.whl#sha256=ecdc2ea4011e3ec04937b6b9e803ab671c3ac04e81b1df20354e01453e508b2f (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.6.0)
  Skipping link: none of the wheel's tags (cp38-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/5c/8a/a64859cbcfc0f7cfe15130ebcb8d70701936c7520036fbc379bee565c395/torch-1.5.0-cp38-none-macosx_10_9_x86_64.whl#sha256=cb4412c6b00117ab5e014d07dac45b87f1e918e31fbb849e7e39f1f9140fff59 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.6.0)
  Skipping link: none of the wheel's tags (cp35-cp35m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/77/0c/c70f85961ad643801e82276087c8d816ae9b3d9119645313232b73840579/torch-1.5.1-cp35-cp35m-manylinux1_x86_64.whl#sha256=b84fd18fd8216b74a19828433c3beeb1f0d1d29f45dead3be9ed784ae6855966 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.6.0)
  Skipping link: none of the wheel's tags (cp35-none-macosx_10_6_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/f1/fd/65e6551b9d09b9e796af9aec9129eae8b105d3f416d1fb39e3b85d29bcf5/torch-1.5.1-cp35-none-macosx_10_6_x86_64.whl#sha256=5d909a55cd979fec2c9a7aa35012024b9cc106acbc496faf5de798b148406450 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.6.0)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/62/01/457b49d790b6c4b9720e6f9dbbb617692f6ce8afdaadf425c055c41a7416/torch-1.5.1-cp36-cp36m-manylinux1_x86_64.whl#sha256=a358cee1d35b86757bf915e320ba776d39c20e60db50779060842efc86f02edd (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.6.0)
  Skipping link: none of the wheel's tags (cp36-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/85/e2/690ecae13b307cc676fd115a2e756688b83a6a6dec0c093c123777396b43/torch-1.5.1-cp36-none-macosx_10_9_x86_64.whl#sha256=0a83f41140222c7cc947aa29ed253f3e6fa490606d3d4acd02bfd9f338e3c707 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.6.0)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/a4/cf/007b6de316c9f3d4cb315a60c308342cc299e464167f5ebc369e93b5e23a/torch-1.5.1-cp37-cp37m-manylinux1_x86_64.whl#sha256=70046cf66eb40ead89df25b8dcc571c3007fc9849d4e1d254cc09b4b355374d4 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.6.0)
  Skipping link: none of the wheel's tags (cp37-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/5d/ad/51da3af99a515c31226f50c37d85e63423f9e28174c2984e11e4fb47ae01/torch-1.5.1-cp37-none-macosx_10_9_x86_64.whl#sha256=bb2a3e6c9c9dbfda856bd1b1a55d88789a9488b569ffba9cd6d9aa536ef866ba (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.6.0)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/bd/be/3093d92b543a84e7dc0731f9c5b4e8ffe3c6e3b52f0d7bf3a5aa360ba305/torch-1.5.1-cp38-cp38-manylinux1_x86_64.whl#sha256=c42658f2982591dc4d0459645c9ab26e0ce18aa7ab0993c27c8bcb1c98931d11 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.6.0)
  Skipping link: none of the wheel's tags (cp38-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/99/d4/799d207b2006ae317d117b44e47854ab65ab69789aed85734d41c39a2d48/torch-1.5.1-cp38-none-macosx_10_9_x86_64.whl#sha256=ff1dbeaa017bae66036e8e7a698a5475ac5a0d7b0a690f0a04ac3b1133b1feb3 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.6.0)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/38/53/914885a93a44b96c0dd1c36f36ff10afe341f091230aad68f7228d61db1e/torch-1.6.0-cp36-cp36m-manylinux1_x86_64.whl#sha256=7669f4d923b5758e28b521ea749c795ed67ff24b45ba20296bc8cff706d08df8 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.1)
  Skipping link: none of the wheel's tags (cp36-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/c6/80/c194bc40b4b146ffdc253441c2153fe30032ee1fedd96c6421bbfa2a9ded/torch-1.6.0-cp36-none-macosx_10_9_x86_64.whl#sha256=728facb972a5952323c6d790c2c5922b2b35c44b0bc7bdfa02f8639727671a0c (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.1)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/5d/5e/35140615fc1f925023f489e71086a9ecc188053d263d3594237281284d82/torch-1.6.0-cp37-cp37m-manylinux1_x86_64.whl#sha256=87d65c01d1b70bb46070824f28bfd93c86d3c5c56b90cbbe836a3f2491d91c76 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.1)
  Skipping link: none of the wheel's tags (cp37-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/58/26/6b86448bda61c1ce463ad2c962641a933113f4496de16085df41217cdccc/torch-1.6.0-cp37-none-macosx_10_9_x86_64.whl#sha256=3838bd01af7dfb1f78573973f6842ce75b17e8e4f22be99c891dcb7c94bc13f5 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.1)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/8c/5d/faf0d8ac260c7f1eda7d063001c137da5223be1c137658384d2d45dcd0d5/torch-1.6.0-cp38-cp38-manylinux1_x86_64.whl#sha256=5357873e243bcfa804c32dc341f564e9a4c12addfc9baae4ee857fcc09a0a216 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.1)
  Skipping link: none of the wheel's tags (cp38-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/76/ad/d30381549db0ecfd2c89db746be50515f4f54d8ce1347d95d16211b45658/torch-1.6.0-cp38-none-macosx_10_9_x86_64.whl#sha256=4f9a4ad7947cef566afb0a323d99009fe8524f0b0f2ca1fb7ad5de0400381a5b (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.1)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/80/2a/58f8078744e0408619c63148f7a2e8e48cf007e4146b74d4bb67c56d161b/torch-1.7.0-cp36-cp36m-manylinux1_x86_64.whl#sha256=6b0c9b56cb56afe3ecbac79351d21c6f7172dffc7b7daa8c365f660541baf1a5 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.1)
  Skipping link: none of the wheel's tags (cp36-cp36m-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/e8/41/809e807bc34e541c9da87330dc79da742fe8a6e24a130c3a62df19862f48/torch-1.7.0-cp36-cp36m-win_amd64.whl#sha256=b609b30b09627409612461b247531cf50894256e8b026105f1bc3858d67c2fa7 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.1)
  Skipping link: none of the wheel's tags (cp36-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/95/37/6ee116858f016f1bf1123664142978941df88002f159168be9b709ac0d6c/torch-1.7.0-cp36-none-macosx_10_9_x86_64.whl#sha256=e8cc3b2c3937b7ae036a3b447a189af049bfc006bca054fc1d8ae78766ca3105 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.1)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/d9/74/d52c014fbfb50aefc084d2bf5ffaa0a8456f69c586782b59f93ef45e2da9/torch-1.7.0-cp37-cp37m-manylinux1_x86_64.whl#sha256=1520c48430dea38e5845b7b3defc9054edad45f1f245808aa268ade840bb2c2a (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.1)
  Skipping link: none of the wheel's tags (cp37-cp37m-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/24/44/2b66a46b8ce7895a96db1a6dc525d9a9910353f7ca323bf04d0753603f18/torch-1.7.0-cp37-cp37m-win_amd64.whl#sha256=a29a7aab6fa161259219c8aaa88b25abbf214ec098a002c4499660c23e0f6c33 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.1)
  Skipping link: none of the wheel's tags (cp37-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/fe/cc/544a31511a36e0ace9e7c19b9cccc2385ff37b1f5d9d341bd4e1728a8a6f/torch-1.7.0-cp37-none-macosx_10_9_x86_64.whl#sha256=89cb8774243750bd3fd2b3b3d09bab6e3be68b1785ad48b8411f1eb4fc7acdba (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.1)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/05/2d/bb4611cf053eaa679f6086b78cff2776ff1d51a15fe5e063cdcbfc6b5577/torch-1.7.0-cp38-cp38-manylinux1_x86_64.whl#sha256=11054f26eee5c3114d217201dba5b3a35f1745d11133c123c077c5981bc95997 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.1)
  Skipping link: none of the wheel's tags (cp38-cp38m-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/8e/57/3066077aa16a852f3da0239796fa487baba0104ca2eb26f9ca4f56a7a86d/torch-1.7.0-cp38-cp38m-win_amd64.whl#sha256=83538fd7920bd02c8b6403ebe4ecee3e0641fe7bb6a18efc4585d2e1375ad1de (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.1)
  Skipping link: none of the wheel's tags (cp38-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/e0/8e/b15082866a263258b7850b42316d735229e23d3387480e5850897f8f39f1/torch-1.7.0-cp38-none-macosx_10_9_x86_64.whl#sha256=b8000e39600e101b2f19dbbab75de663a3b78e3979c3e1720b7136aae1c35ce2 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.1)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/90/4f/acf48b3a18a8f9223c6616647f0a011a5713a985336088d7c76f3a211374/torch-1.7.1-cp36-cp36m-manylinux1_x86_64.whl#sha256=422e64e98d0e100c360993819d0307e5d56e9517b26135808ad68984d577d75a (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp36-cp36m-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/60/fa/debcf7dcebf446f6ae6ec89177787adefaa1a828027873d961116d9e18f5/torch-1.7.1-cp36-cp36m-win_amd64.whl#sha256=f0aaf657145533824b15f2fd8fde8f8c67fe6c6281088ef588091f03fad90243 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp36-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/b6/01/fffb29c3892d80801bc6400e07c90b8fa6cd5f3db5ce9d7ca8068e14e0b2/torch-1.7.1-cp36-none-macosx_10_9_x86_64.whl#sha256=af464a6f4314a875035e0c4c2b07517599704b214634f4ed3ad2e748c5ef291f (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/90/5d/095ddddc91c8a769a68c791c019c5793f9c4456a688ddd235d6670924ecb/torch-1.7.1-cp37-cp37m-manylinux1_x86_64.whl#sha256=5d76c255a41484c1d41a9ff570b9c9f36cb85df9428aa15a58ae16ac7cfc2ea6 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp37-cp37m-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/5d/9f/68a18d38927ccf56f30062344b2f1e439dc293610711958b249c0a1f7606/torch-1.7.1-cp37-cp37m-win_amd64.whl#sha256=d241c3f1c4d563e4ba86f84769c23e12606db167ee6f674eedff6d02901462e3 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp37-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/96/5f/d2157c05a2ff941a5c221982c28311802e1cde3c1b0279fc5cac17b0f39f/torch-1.7.1-cp37-none-macosx_10_9_x86_64.whl#sha256=de84b4166e3f7335eb868b51d3bbd909ec33828af27290b4171bce832a55be3c (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/1d/a9/f349273a0327fdf20a73188c9c3aa7dbce68f86fad422eadd366fd2ed7a0/torch-1.7.1-cp38-cp38-manylinux1_x86_64.whl#sha256=dd2fc6880c95e836960d86efbbc7f63d3287f2e1893c51d31f96dbfe02f0d73e (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp38-cp38-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/b3/d1/a5eaef4fadbee9e31133b364a143aab54133fee5e6087e84c6a8f883b0f1/torch-1.7.1-cp38-cp38-win_amd64.whl#sha256=e000b94be3aa58ad7f61e7d07cf379ea9366cf6c6874e68bd58ad0bdc537b3a7 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp38-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/19/6f/19213dd7c209acdd7f4a0b5a48cf47a117e6676704b0ed1831acc13f620a/torch-1.7.1-cp38-none-macosx_10_9_x86_64.whl#sha256=2e49cac969976be63117004ee00d0a3e3dd4ea662ad77383f671b8992825de1a (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/41/f4/4da4f26a04d93851e481e76ec17fed0d152a1691e8f1142ad763c9f07997/torch-1.7.1-cp39-cp39-manylinux1_x86_64.whl#sha256=a3793dcceb12b1e2281290cca1277c5ce86ddfd5bf044f654285a4d69057aea7 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Found link https://pypi.tuna.tsinghua.edu.cn/packages/d6/c1/70f2fd464a895844a9bf4cf1d93b09eb6cd5edf8274d19a7fed2ed6c4cc3/torch-1.7.1-cp39-cp39-win_amd64.whl#sha256=6652a767a0572ae0feb74ad128758e507afd3b8396b6e7f147e438ba8d4c6f63 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2), version: 1.7.1
  Skipping link: none of the wheel's tags (cp39-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/79/c8/7f7843dcbaf2263918d257e8022770be577a3d7587dd0ddf8171947eabb4/torch-1.7.1-cp39-none-macosx_10_9_x86_64.whl#sha256=38d67f4fb189a92a977b2c0a38e4f6dd413e0bf55aa6d40004696df7e40a71ff (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/46/99/8b658e5095b9fb02e38ccb7ecc931eb1a03b5160d77148aecf68f8a7eeda/torch-1.8.0-cp36-cp36m-manylinux1_x86_64.whl#sha256=78b84115fd03f4587382a38b0da98cdd1827117806c80ebf97843a64213816cc (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/f6/df/f74f740474e39d2bae8203919b9feebffa197495300b573121618f7e97f4/torch-1.8.0-cp36-cp36m-manylinux2014_aarch64.whl#sha256=86f13f324fd87870bd0d37864f4f5814dc27f9e7ed9ea222f1cc7d7dc01a8ffe (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp36-cp36m-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/cf/43/f9ee2af2e0276bdacb80847a1f67f0d1b06310a8673f19189248b6ca5df1/torch-1.8.0-cp36-cp36m-win_amd64.whl#sha256=394a99d777e487e773e0172cb0a0bce5b411e3090d89844e8dd55618be9bc970 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp36-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/f4/b1/882bf8573f31ca331ae4fceb3e1b63422c85420290677eba04e2f6c5e708/torch-1.8.0-cp36-none-macosx_10_9_x86_64.whl#sha256=229a8dc38059ef6c7171f3f4f49c51e8a3d9644ce6c32dcddd9f1bac888a78aa (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/94/99/5861239a6e1ffe66e120f114a4d67e96e5c4b17c1a785dfc6ca6769585fc/torch-1.8.0-cp37-cp37m-manylinux1_x86_64.whl#sha256=6ecdbd4494b4bf2d31a24ddfbdff32bd995389bc8662a454bd40d3e8ce202907 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/6f/22/b3d19dd3a98163cf853aea179c8e741349862ee2f00ec04a02b19fb022b8/torch-1.8.0-cp37-cp37m-manylinux2014_aarch64.whl#sha256=08aff0383e868f1e9882b732bbe6934defab690ad1745a03d5f1a150a4e1aeba (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp37-cp37m-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/bc/7e/bb31de04449a9f28be83cf944f71fcd2fcd598416ef3674d38b6e1cb679b/torch-1.8.0-cp37-cp37m-win_amd64.whl#sha256=c87c7b0fd31c331968674cb73e82396a622b06a8e20425584922b767f2ffb259 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp37-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/8b/22/ddd54a038f8c3a0988e5eeb52fcf0a39cd3edb4647cc470c61314ad638e7/torch-1.8.0-cp37-none-macosx_10_9_x86_64.whl#sha256=b9d6c8c457b90b5167f3ab0bd1ff7193a06935533176bc6d41e1763d353e9740 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/89/c1/72e9050d3e31e4df983f6e06799a1a4c896427c1e5645a6d810940944b60/torch-1.8.0-cp38-cp38-manylinux1_x86_64.whl#sha256=fa1e391cca3937d5dea31f31a1a80a01bd4a8062c039448c254bbf5a58eb0787 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/45/9f/bcac9748e0cc21980d4f8718c37e47ce110ebb463812c1f88fa69cf02745/torch-1.8.0-cp38-cp38-manylinux2014_aarch64.whl#sha256=affef9bce6eed232308dd89d55d3a37a105f35460f4705375980d27154c51e24 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp38-cp38-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/07/99/223ffdf9b1730df5344fa204a29f253077cf513cea143dd9e960b4c3b4bd/torch-1.8.0-cp38-cp38-win_amd64.whl#sha256=287a7677df844bf2c4425698fd6d9434065211219cd7fd96000ed981c4d92288 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp38-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/3f/c5/20c6caa30ca628b9468a90d188ded935524b710a36445d63bdfeac8ee33e/torch-1.8.0-cp38-none-macosx_10_9_x86_64.whl#sha256=1b58f70c150e066bcd7401a3bdfad661a04244817a5dac9990b5367523887d3f (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp38-none-macosx_11_1_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/16/2b/ed22c4110bd7c43d4150fa710b832ef2a16c2230911e9a246777e8f76377/torch-1.8.0-cp38-none-macosx_11_1_arm64.whl#sha256=923856c2e6e53d5a747d83ff40faadd791d27cea2fd881b8d6990ea269f47572 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/99/05/db9d7b5eca140ce20042101233ba19ddabebbcfc1a0ad4139bd0e1c4e12e/torch-1.8.0-cp39-cp39-manylinux1_x86_64.whl#sha256=2318fac860ae73dc6486c0de2223674d9ef6139fc75f157af2bf8dce4fca5524 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/46/32/548df53b686b55edf47041b5435f74be272daf06ea1d671646e14172fe20/torch-1.8.0-cp39-cp39-manylinux2014_aarch64.whl#sha256=05b114cb793816cd140794d5874f463972cb639f3b55d3a060f21fd066f5b629 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Found link https://pypi.tuna.tsinghua.edu.cn/packages/fc/d2/c76c193c8ca4307ffa365c40e6ec6f5d1783d8e9310bf6311da91694ac01/torch-1.8.0-cp39-cp39-win_amd64.whl#sha256=7438431e03af793979cb1a9b5dd9f399b38461748e9f21f60e36149ee215d751 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2), version: 1.8.0
  Skipping link: none of the wheel's tags (cp39-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/72/23/112696fbe958e7f252451ffe674f80a5326986d6aef9157f124daa967db8/torch-1.8.0-cp39-none-macosx_10_9_x86_64.whl#sha256=d98d167994d2e30df61a98eaca1684c50761f096d7f76c0c99789ac8cea50b55 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/dd/b9/824df420f6abf551e41bbaacbaa0be8321dc104f9f3803051513844dc310/torch-1.8.1-cp36-cp36m-manylinux1_x86_64.whl#sha256=f23eeb1a48cc39209d986c418ad7e02227eee973da45c0c42d36b1aec72f4940 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/5e/2a/cf6331dc1398986adf091fa22ef0cdac654572a178bb5088f7515fd3ccff/torch-1.8.1-cp36-cp36m-manylinux2014_aarch64.whl#sha256=4ace9c5bb94d5a7b9582cd089993201658466e9c59ff88bd4e9e08f6f072d1cf (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp36-cp36m-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/78/2c/13fd3b176ebd9c4211d054034c9f8fc51e9b7b1926dcc1ca48cdc328cf4c/torch-1.8.1-cp36-cp36m-win_amd64.whl#sha256=6ffa1e7ae079c7cb828712cb0cdaae5cc4fb87c16a607e6d14526b62c20bcc17 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp36-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/07/46/82d6019ffd9be22ba6cb6ec4c271c86ed942a00a2052520657e8d32ac545/torch-1.8.1-cp36-none-macosx_10_9_x86_64.whl#sha256=16f2630d9604c4ee28ea7d6e388e2264cd7bc6031c6ecd796bae3f56b5efa9a3 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/56/74/6fc9dee50f7c93d6b7d9644554bdc9692f3023fa5d1de779666e6bf8ae76/torch-1.8.1-cp37-cp37m-manylinux1_x86_64.whl#sha256=95b7bbbacc3f28fe438f418392ceeae146a01adc03b29d44917d55214ac234c9 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/1d/76/2dab54e99074479193939511cd7e2f06b7f09a1e6a5eca61c21dfaa50da8/torch-1.8.1-cp37-cp37m-manylinux2014_aarch64.whl#sha256=55137feb2f5a0dc7aced5bba690dcdb7652054ad3452b09a2bbb59f02a11e9ff (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp37-cp37m-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/ff/4d/8393a4f9d7113c2f0db341aea7d312ae7fb41288ce867b72c8940ebddf01/torch-1.8.1-cp37-cp37m-win_amd64.whl#sha256=8ad2252bf09833dcf46a536a78544e349b8256a370e03a98627ebfb118d9555b (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp37-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/e0/17/ee73e3011b9f62919eb2991ed4c216b90285469c6d0b11c1cda6538819b1/torch-1.8.1-cp37-none-macosx_10_9_x86_64.whl#sha256=1388b30fbd262c1a053d6c9ace73bb0bd8f5871b4892b6f3e02d1d7bc9768563 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/1b/c3/3b94d22b156742ac90eaffa0b2025e948cf935c4b206db5a813657c0de49/torch-1.8.1-cp38-cp38-manylinux1_x86_64.whl#sha256=e7ad1649adb7dc2a450e70a3e51240b84fa4746c69c8f98989ce0c254f9fba3a (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/da/90/332d56a90bafd4cde9d05d326cf4dee067f4f527caee83a62e274e43c535/torch-1.8.1-cp38-cp38-manylinux2014_aarch64.whl#sha256=3e4190c04dfd89c59bad06d5fe451446643a65e6d2607cc989eb1001ee76e12f (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp38-cp38-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/d1/84/ad52ea193fb955887287c8be3ba98f65d5b8b532ffc506ec197f7e0e03de/torch-1.8.1-cp38-cp38-win_amd64.whl#sha256=5c2e9a33d44cdb93ebd739b127ffd7da786bf5f740539539195195b186a05f6c (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp38-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/44/51/f291c71b18398e32b0ce7cbb372608bdcc0bede5bef020ca8a064f37993b/torch-1.8.1-cp38-none-macosx_10_9_x86_64.whl#sha256=c6ede2ae4dcd8214b63e047efabafa92493605205a947574cf358216ca4e440a (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/53/38/ffee0f0515cfd95fc48c2e97d8d16c4ef4edf904a7805fadc6870c096cff/torch-1.8.1-cp39-cp39-manylinux1_x86_64.whl#sha256=ce7d435426f3dd14f95710d779aa46e9cd5e077d512488e813f7589fdc024f78 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/4d/74/e404e07a136091590d98535bfc583735af1bb9bcdf9661957300a028ea88/torch-1.8.1-cp39-cp39-manylinux2014_aarch64.whl#sha256=a50ea8ed900927fb30cadb63aa7a32fdd59c7d7abe5012348dfbe35a8355c083 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Found link https://pypi.tuna.tsinghua.edu.cn/packages/27/e0/7688877f2f4cf359afcd4200b00f551973ad037158b93850bbcc6d3f1abc/torch-1.8.1-cp39-cp39-win_amd64.whl#sha256=dac4d10494e74f7e553c92d7263e19ea501742c4825ddd26c4decfa27be95981 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2), version: 1.8.1
  Skipping link: none of the wheel's tags (cp39-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/35/e1/f08f68c0b56080d4c22de014640852503839691acc3b0814d0dbc1f0bc7d/torch-1.8.1-cp39-none-macosx_10_9_x86_64.whl#sha256=225ee4238c019b28369c71977327deeeb2bd1c6b8557e6fcf631b8866bdc5447 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/a1/1f/a372f2e9f0a54fc479fcee3ac072f8cd5091054e9d7293dd4372338e5277/torch-1.9.0-cp36-cp36m-manylinux1_x86_64.whl#sha256=3a2d070cf28860d285d4ab156f3954c0c1d12f4c037aa312a7c029227c0d106b (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/ca/18/76dbc27b3aba3ca4946aebc6e116db446d4e76d086e906b0ff313b2b7ad8/torch-1.9.0-cp36-cp36m-manylinux2014_aarch64.whl#sha256=b296e65e25081af147af936f1e3a1f17f583a9afacfa5309742678ffef728ace (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp36-cp36m-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/ba/20/88b8f49784ce048fe7a28791406c3024d02bd4acd3fde40d4e862c9e1d44/torch-1.9.0-cp36-cp36m-win_amd64.whl#sha256=117098d4924b260a24a47c6b3fe37f2ae41f04a2ea2eff9f553ae9210b12fa54 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp36-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/23/03/3ed73baeb33abcd93dbdc76e5dc2e00cdfa253b69d63922f10b9eae43aef/torch-1.9.0-cp36-none-macosx_10_9_x86_64.whl#sha256=d6103b9a634993bd967337a1149f9d8b23922f42a3660676239399e15c1b4515 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/d2/a9/b3cea4a97ffabd6639e71608814dbd08081e202e8ac9580250273c0541ff/torch-1.9.0-cp37-cp37m-manylinux1_x86_64.whl#sha256=0164673908e6b291ace592d382eba3e258b3bad009b8078cad8f3b9e00d8f23e (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/02/cd/e75cac89c7edf934ee030bd4596ddff9a7221536df087274f408f1395421/torch-1.9.0-cp37-cp37m-manylinux2014_aarch64.whl#sha256=52548b45efff772fe3810fe91daf34f981ac0ca1a7227f6226fd5693f53b5b88 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp37-cp37m-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/f5/7c/dff2d14505666ca87d6e1d8128fd3cabe3b49ed4886fa0a0b3f5868d22e2/torch-1.9.0-cp37-cp37m-win_amd64.whl#sha256=62c0a7e433681d0861494d1ede96d2485e4dbb3ea8fd867e8419addebf5de1af (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp37-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/51/cd/3fa53975000c37b0a0e4f5db7dd2df45749bfbc5f04c5b99812df6794511/torch-1.9.0-cp37-none-macosx_10_9_x86_64.whl#sha256=d88333091fd1627894bbf0d6dcef58a90e36bdf0d90a5d4675b5e07e72075511 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/69/f2/2c0114a3ba44445de3e6a45c4a2bf33c7f6711774adece8627746380780c/torch-1.9.0-cp38-cp38-manylinux1_x86_64.whl#sha256=1d8139dcc864f48dc316376384f50e47a459284ad1cb84449242f4964e25aaec (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/ca/0b/d66c0313289a926b7c571d41315a1a64ce134c88b0b9bed3a3d4f8ab1246/torch-1.9.0-cp38-cp38-manylinux2014_aarch64.whl#sha256=0aa4cca3f16fab40cb8dae6a49d0eccdc8f4ead9d1a6428cd9ba12befe082b2a (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp38-cp38-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/6e/ae/13fe5f5da37f2ff2459921cb53f9893baa4e7f39f59c5a31922650e5add7/torch-1.9.0-cp38-cp38-win_amd64.whl#sha256=646de1bef85d6c7590e98f8ea52e47acdcf58330982e4f5d73f5ca28dea2d552 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp38-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/98/71/b1aeecd8bf033a163dc03c24ceba0952107afb515a7a767f3fb8694d835c/torch-1.9.0-cp38-none-macosx_10_9_x86_64.whl#sha256=e596f0105f748cf09d4763152d8157aaf58d5231232eaf2c5673d4562ba86ad3 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp38-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/f8/52/15f4048bd0e13bc3cd7c50febb4f4bbfc9f32990251e705023cc8700ee48/torch-1.9.0-cp38-none-macosx_11_0_arm64.whl#sha256=ecc7193fff7741ced3db1f760666c8454d6664956288c54d1b49613b987a42f4 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/18/dc/364619ec35762f0fda9b1ac5bc73e4372a0e451f15e38ef601d3ef006a17/torch-1.9.0-cp39-cp39-manylinux1_x86_64.whl#sha256=95eeec3a6c42fd35aca552777b7d9979ed489760423de97c0118a45e849a61f4 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/82/10/8bdc31700920d8ebb237993b9809eee0714fc01506b70ddbef577a886fdf/torch-1.9.0-cp39-cp39-manylinux2014_aarch64.whl#sha256=8a2b2012b3c7d6019e189496688fa77de7029a220840b406d8302d1c8021a11c (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Found link https://pypi.tuna.tsinghua.edu.cn/packages/33/87/2feed4e8d824738bf886cfd7776b9ad38ae0831c4adff0d6c80bb6769390/torch-1.9.0-cp39-cp39-win_amd64.whl#sha256=7e2b14fe5b3a8266cbe2f6740c0195497507974ced7bc21e99971561913a0c28 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2), version: 1.9.0
  Skipping link: none of the wheel's tags (cp39-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/0c/e9/6ca380d925b3a834f0cb1cac75e4bb53c74a6170bb9b6ec40315501cbdfa/torch-1.9.0-cp39-none-macosx_10_9_x86_64.whl#sha256=0a9e74b5057463ce4e55d9332a5670993fc9e1299c52e1740e505eda106fb355 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp39-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/0d/e4/8e37e9675dc11ac1a01227e94a1aecef75427102273ba500fe60a93d54a4/torch-1.9.0-cp39-none-macosx_11_0_arm64.whl#sha256=569ead6ae6bb0e636df0fc8af660ef03260e630dc5f2f4cf3198027e7b6bb481 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp36-cp36m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/9a/f1/735e39ed0e3877ff02ffe625989bb421747c3dfd256e37ed92ad32c986be/torch-1.9.1-cp36-cp36m-manylinux1_x86_64.whl#sha256=06435080ba0a2c8f88b65af0550b973c5aa7771eacd9b17f69057fc7436a8ae2 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp36-cp36m-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/bb/22/023563ef3a6da5926946b48cf6d69da172f66666865bb37a5966065c879c/torch-1.9.1-cp36-cp36m-win_amd64.whl#sha256=b92f934b3c95578b3fd37cc06afca208d63f02b0d01b806e979cb4e46124a7f8 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp36-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/b6/77/2f4b4652dc6567b7f224ab95f4aad92032b29a8050c84004abb64a64132a/torch-1.9.1-cp36-none-macosx_10_9_x86_64.whl#sha256=54dacb6a3f63c54334fadbf22fb6e9ee865085a4e0368962edff5babda057606 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp37-cp37m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/ad/da/a1693073397b30fc3390def5a33cbe630f1b9446ea296845680af95080af/torch-1.9.1-cp37-cp37m-manylinux1_x86_64.whl#sha256=dd3ca91dc1a9fe3fbcddf035cb2fb8be44d57a527b845cd196ba69249adecccf (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp37-cp37m-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/29/66/bff24be9c0e90d56b5dac08f7dfc6733fbcfd640b5b21181086771b9fc76/torch-1.9.1-cp37-cp37m-win_amd64.whl#sha256=42ca081a2e0e759844e70cad7efd8fcfb2f81634dffa73a226564eb83d989e5b (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp37-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/e2/00/12d023994e9bc4f4e3c3335c56c5eaa89bdbab334e3d6c0111285786fc3d/torch-1.9.1-cp37-none-macosx_10_9_x86_64.whl#sha256=335961a5c893f7b33b29aecbc19382a1a1b0106b3457a1c45148e1e14f8f5e09 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/28/58/6e420d2a0ac7962f35a60505f25c948c8a22d4204f5b1ff5e565e552404c/torch-1.9.1-cp38-cp38-manylinux1_x86_64.whl#sha256=1fb49ca0ca8edefbb3f47f6801482144c3a746ec21a65eb3f0839a1d8fb24705 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp38-cp38-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/69/7b/75fa1ac9f06583e0e4d73e488a429f8bcfe6a47198048e2175ab59fb5567/torch-1.9.1-cp38-cp38-win_amd64.whl#sha256=936d303c5e1d60259fb71d95a33e84d84fececa25a0fae112f6a23286ff183c8 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp38-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/08/8e/bff0fcd59f25b46086c75ece96167c72aa6b4845cb9e9a0119462e9efdfe/torch-1.9.1-cp38-none-macosx_10_9_x86_64.whl#sha256=351dda9f483486bec66ed838234e96f077e6886c88110bb1e2f4a708ed2356ce (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/3f/d1/0408281f461e172b12e917937288236cdc60fa8210f650f7b9866fe1cc12/torch-1.9.1-cp39-cp39-manylinux1_x86_64.whl#sha256=35ec703bc535bde7e8790ab9500f02d4413d995ac981520501fde95e268781e1 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Found link https://pypi.tuna.tsinghua.edu.cn/packages/51/42/7abe778c62c5d08b5e4f3c526524c6d0349a8b3282f56bc65b74485e1828/torch-1.9.1-cp39-cp39-win_amd64.whl#sha256=e470697006a4c08e4fb6a645e8ca49b0d36c8e7ccf413deef5161335bd7399f1 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2), version: 1.9.1
  Skipping link: none of the wheel's tags (cp39-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/73/f1/835fad3d4c47671debeb71e798b8d32d84b50a66b58b95973daee2d62929/torch-1.9.1-cp39-none-macosx_10_9_x86_64.whl#sha256=a198332e2d344d25e423ae2df98d56d83060f19e9f4cf23164dffc8d403efeb8 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.6.2)
  Skipping link: none of the wheel's tags (cp310-cp310-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/9f/cd/670e5e178db87065ee60f60fb35b040abbb819a1f686a91d9ff799fc5048/torch-2.0.0-1-cp310-cp310-manylinux2014_aarch64.whl#sha256=c9090bda7d2eeeecd74f51b721420dbeb44f838d4536cc1b284e879417e3064a (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp311-cp311-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/21/7a/f43f2f490836dfc2de466dbc86cd75357d9ae3945c084efa290fad15976f/torch-2.0.0-1-cp311-cp311-manylinux2014_aarch64.whl#sha256=bd42db2a48a20574d2c33489e120e9f32789c4dc13c514b0c44272972d14a2d7 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/ad/b5/449aa2a51b48dc389b50deae7d9260377a5925e63359cd0dd96d7ebc81a9/torch-2.0.0-1-cp38-cp38-manylinux2014_aarch64.whl#sha256=8969aa8375bcbc0c2993e7ede0a7f889df9515f18b9b548433f412affed478d9 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/fa/f4/c90ede3d6ea4dd0f056c11d9d0bdac2408f51ac7de194539453f3f572a51/torch-2.0.0-1-cp39-cp39-manylinux2014_aarch64.whl#sha256=ab2da16567cb55b67ae39e32d520d68ec736191d88ac79526ca5874754c32203 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp310-cp310-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/b6/b1/f562cb533751c272d23f605858cd17d6a6c50fa8cd3c1f99539e2acd359f/torch-2.0.0-cp310-cp310-manylinux1_x86_64.whl#sha256=7a9319a67294ef02459a19738bbfa8727bb5307b822dadd708bc2ccf6c901aca (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp310-cp310-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/47/1f/0213a42f0e290b3057601bd6f03f54712b1c39bdd014fb4d594455503dfa/torch-2.0.0-cp310-cp310-manylinux2014_aarch64.whl#sha256=9f01fe1f6263f31bd04e1757946fd63ad531ae37f28bb2dbf66f5c826ee089f4 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp310-cp310-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/87/e2/62dbdfc85d3b8f771bc4b1a979ee6a157dbaa8928981dabbf45afc6d13dc/torch-2.0.0-cp310-cp310-win_amd64.whl#sha256=527f4ae68df7b8301ee6b1158ca56350282ea633686537b30dbb5d7b4a52622a (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp310-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/c6/20/8200a1c143aca65c72f820a5e7ba4cb3121ad655ad96c5e88395ba381f1f/torch-2.0.0-cp310-none-macosx_10_9_x86_64.whl#sha256=ce9b5a49bd513dff7950a5a07d6e26594dd51989cee05ba388b03e8e366fd5d5 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp310-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/59/5c/b032a68257189c0b9398bfd7542efa50b3f9a2d08b537167f4c02a69a4b6/torch-2.0.0-cp310-none-macosx_11_0_arm64.whl#sha256=53e1c33c6896583cdb9a583693e22e99266444c4a43392dddc562640d39e542b (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp311-cp311-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/83/0b/b83dfba34421cfb1fc41583a479fbeaec0733ec9f59465702997d8de5e10/torch-2.0.0-cp311-cp311-manylinux1_x86_64.whl#sha256=09651bff72e439d004c991f15add0c397c66f98ab36fe60d5514b44e4da722e8 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp311-cp311-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/da/c2/cbac2af26537b82c265a4d53330c540e805185ca2272f33a918a3dedc3a0/torch-2.0.0-cp311-cp311-manylinux2014_aarch64.whl#sha256=d439aec349c98f12819e8564b8c54008e4613dd4428582af0e6e14c24ca85870 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp311-cp311-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/7f/fd/1438b0c44639d106892b19d386611fefd5add11d339ff623ac7a177b8323/torch-2.0.0-cp311-cp311-win_amd64.whl#sha256=2802f84f021907deee7e9470ed10c0e78af7457ac9a08a6cd7d55adef835fede (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp311-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/63/23/b2c6f3ef643c0a9a1d22ed2be9b5fe023d6cd1fe1729d5b03e9a695ab3d7/torch-2.0.0-cp311-none-macosx_10_9_x86_64.whl#sha256=01858620f25f25e7a9ec4b547ff38e5e27c92d38ec4ccba9cfbfb31d7071ed9c (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp311-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/ee/a9/43610ad590dad7109c3890bf9ffffaea76dab590a0e2cf6d6e957fee4613/torch-2.0.0-cp311-none-macosx_11_0_arm64.whl#sha256=9a2e53b5783ef5896a6af338b36d782f28e83c8ddfc2ac44b67b066d9d76f498 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/89/5a/0d017d8d45cc309f9de8e5b8edc9b6b204d8c47936a3f2b84cf01650cf98/torch-2.0.0-cp38-cp38-manylinux1_x86_64.whl#sha256=ec5fff2447663e369682838ff0f82187b4d846057ef4d119a8dea7772a0b17dd (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/47/af/8266ea35c6a4e8a59b5e348288debdfc7d9a91356dd674b838131546aa6e/torch-2.0.0-cp38-cp38-manylinux2014_aarch64.whl#sha256=11b0384fe3c18c01b8fc5992e70fc519cde65e44c51cc87be1838c1803daf42f (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp38-cp38-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/49/97/fdb166f3123b4c3017d301e972a9ef10effd050ffc725ba0df6f962176d7/torch-2.0.0-cp38-cp38-win_amd64.whl#sha256=e54846aa63855298cfb1195487f032e413e7ac9cbfa978fda32354cc39551475 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp38-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/f7/ee/e00f3fab0383fccf8ee1697ba468e0248bd36a9942d00d6c12fb08cb393a/torch-2.0.0-cp38-none-macosx_10_9_x86_64.whl#sha256=cc788cbbbbc6eb4c90e52c550efd067586c2693092cf367c135b34893a64ae78 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp38-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/67/14/f4b5fb08f3fe59c610e07daa798d194dc40158b2011229dea7e7f5ab182b/torch-2.0.0-cp38-none-macosx_11_0_arm64.whl#sha256=d292640f0fd72b7a31b2a6e3b635eb5065fcbedd4478f9cad1a1e7a9ec861d35 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/5f/24/16e94ac3a470027a2f6cf56dbbe2ce1b2742fa0ac98844f039fad103e142/torch-2.0.0-cp39-cp39-manylinux1_x86_64.whl#sha256=6befaad784004b7af357e3d87fa0863c1f642866291f12a4c2af2de435e8ac5c (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/36/60/aa7bf18070611e7b019886d34516337ce6a2fe9da60745bc90b448642a10/torch-2.0.0-cp39-cp39-manylinux2014_aarch64.whl#sha256=a83b26bd6ae36fbf5fee3d56973d9816e2002e8a3b7d9205531167c28aaa38a7 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Found link https://pypi.tuna.tsinghua.edu.cn/packages/25/45/b91c4bf6b4b6325e9c758ef1203978ae5455c71e52054a7aca23befe33df/torch-2.0.0-cp39-cp39-win_amd64.whl#sha256=c7e67195e1c3e33da53954b026e89a8e1ff3bc1aeb9eb32b677172d4a9b5dcbf (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0), version: 2.0.0
  Skipping link: none of the wheel's tags (cp39-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/d7/55/fd0f058d5d7d912a0a360cbb1fbf60940c0589eaa0cc08bcd530cb08b86e/torch-2.0.0-cp39-none-macosx_10_9_x86_64.whl#sha256=6e0b97beb037a165669c312591f242382e9109a240e20054d5a5782d9236cad0 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp39-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/4d/80/760f3edcf0179c3111fae496b97ee3fa9171116b4bccae6e073efe928e72/torch-2.0.0-cp39-none-macosx_11_0_arm64.whl#sha256=297a4919aff1c0f98a58ebe969200f71350a1d4d4f986dbfd60c02ffce780e99 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp310-cp310-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/8c/4d/17e07377c9c3d1a0c4eb3fde1c7c16b5a0ce6133ddbabc08ceef6b7f2645/torch-2.0.1-cp310-cp310-manylinux1_x86_64.whl#sha256=8ced00b3ba471856b993822508f77c98f48a458623596a4c43136158781e306a (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp310-cp310-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/21/33/4925decd863ce88ed9190a4bd872b01c146243ee68db08c72923984fe335/torch-2.0.1-cp310-cp310-manylinux2014_aarch64.whl#sha256=359bfaad94d1cda02ab775dc1cc386d585712329bb47b8741607ef6ef4950747 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp310-cp310-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/8a/e7/c216fe520b877cf4fe03858c825cd2031ca3e81e455b89639c9b5ec91981/torch-2.0.1-cp310-cp310-win_amd64.whl#sha256=7c84e44d9002182edd859f3400deaa7410f5ec948a519cc7ef512c2f9b34d2c4 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp310-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/2e/27/5c912ccc490ec78585cd463198e80be27b53db77f02e7398b41305606399/torch-2.0.1-cp310-none-macosx_10_9_x86_64.whl#sha256=567f84d657edc5582d716900543e6e62353dbe275e61cdc36eda4929e46df9e7 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp310-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/5a/77/778954c0aad4f7901a1ba02a129bca7467c64a19079108e6b1d6ce8ae575/torch-2.0.1-cp310-none-macosx_11_0_arm64.whl#sha256=787b5a78aa7917465e9b96399b883920c88a08f4eb63b5a5d2d1a16e27d2f89b (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp311-cp311-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/c8/21/25020cfdd9f564a72f400ee491610e50cb212e8add8031abaa959af6451e/torch-2.0.1-cp311-cp311-manylinux1_x86_64.whl#sha256=e617b1d0abaf6ced02dbb9486803abfef0d581609b09641b34fa315c9c40766d (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp311-cp311-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/5d/61/7273dea60a17c63d9eaef04ae8fee02351e0cb477e76df4ea211896ae124/torch-2.0.1-cp311-cp311-manylinux2014_aarch64.whl#sha256=b6019b1de4978e96daa21d6a3ebb41e88a0b474898fe251fd96189587408873e (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp311-cp311-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/d0/c8/f0dc8642e3ce0a3ae5f05e5149ab9df5375d569294f7be9a1ab1d95a1d76/torch-2.0.1-cp311-cp311-win_amd64.whl#sha256=dbd68cbd1cd9da32fe5d294dd3411509b3d841baecb780b38b3b7b06c7754434 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp311-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/8d/9b/f20686a5ebd09c6feacced771cf4041a521c411c5bb10359580e9e491797/torch-2.0.1-cp311-none-macosx_10_9_x86_64.whl#sha256=ef654427d91600129864644e35deea761fb1fe131710180b952a6f2e2207075e (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp311-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/85/68/f901437d3e3ef6fe97adb1f372479626d994185b8fa06803f5bdf3bb90fd/torch-2.0.1-cp311-none-macosx_11_0_arm64.whl#sha256=25aa43ca80dcdf32f13da04c503ec7afdf8e77e3a0183dd85cd3e53b2842e527 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/96/28/026dc037f177d53558477931677b120f649dd5a0dcdc4b44dc38b3d75711/torch-2.0.1-cp38-cp38-manylinux1_x86_64.whl#sha256=5ef3ea3d25441d3957348f7e99c7824d33798258a2bf5f0f0277cbcadad2e20d (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/90/f6/b0358e90e10306f80c474379ae1c637760848903033401d3e662563f83a3/torch-2.0.1-cp38-cp38-manylinux2014_aarch64.whl#sha256=0882243755ff28895e8e6dc6bc26ebcf5aa0911ed81b2a12f241fc4b09075b13 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp38-cp38-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/22/15/b2e3b53bf569579900175626998a927596c59f6a4a9e4f773f1d303efb81/torch-2.0.1-cp38-cp38-win_amd64.whl#sha256=f66aa6b9580a22b04d0af54fcd042f52406a8479e2b6a550e3d9f95963e168c8 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp38-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/88/6b/98ae5f6094b8ab12e00304f8474635b6f75a357764b9a2a4126252bc3ac4/torch-2.0.1-cp38-none-macosx_10_9_x86_64.whl#sha256=1adb60d369f2650cac8e9a95b1d5758e25d526a34808f7448d0bd599e4ae9072 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp38-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/3c/44/d0d3e07e03a17dfafaa3affbc07430d13b60b774e6fa495ab43828ef894e/torch-2.0.1-cp38-none-macosx_11_0_arm64.whl#sha256=1bcffc16b89e296826b33b98db5166f990e3b72654a2b90673e817b16c50e32b (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/e5/9a/ce0fe125f226ffce8deba6a18bd8d0b9f589aa236780a83a6d70b5525f56/torch-2.0.1-cp39-cp39-manylinux1_x86_64.whl#sha256=e10e1597f2175365285db1b24019eb6f04d53dcd626c735fc502f1e8b6be9875 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/79/bb/0e1239b542d12b82cfb4c7d74359c68f0d23b536d1a4ac941a10b848488f/torch-2.0.1-cp39-cp39-manylinux2014_aarch64.whl#sha256=423e0ae257b756bb45a4b49072046772d1ad0c592265c5080070e0767da4e490 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Found link https://pypi.tuna.tsinghua.edu.cn/packages/48/f4/d0b61525a3d3db78636f1937d1bc24cbb39abc57484a545b72b6ab35c114/torch-2.0.1-cp39-cp39-win_amd64.whl#sha256=8742bdc62946c93f75ff92da00e3803216c6cce9b132fbca69664ca38cfb3e18 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0), version: 2.0.1
  Skipping link: none of the wheel's tags (cp39-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/1a/32/222e49ed160fa7d0690a938c42428fecb60b4595101d8e88ea523f70e406/torch-2.0.1-cp39-none-macosx_10_9_x86_64.whl#sha256=c62df99352bd6ee5a5a8d1832452110435d178b5164de450831a3a8cc14dc680 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp39-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/3c/67/7e19ebc15430f7385baee359383744c03d3600b51def9b399d0b8686e892/torch-2.0.1-cp39-none-macosx_11_0_arm64.whl#sha256=671a2565e3f63b8fe8e42ae3e36ad249fe5e567435ea27b94edaa672a7d0c416 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp310-cp310-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/6d/13/b5e8bacd980b2195f8a1741ce11cbb9146568607795d5e4ff510dcff1064/torch-2.1.0-cp310-cp310-manylinux1_x86_64.whl#sha256=bf57f8184b2c317ef81fb33dc233ce4d850cd98ef3f4a38be59c7c1572d175db (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp310-cp310-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/32/87/9c6f150d29efc6125c13e0bb05112183e3e233f574c306354bfa0112d449/torch-2.1.0-cp310-cp310-manylinux2014_aarch64.whl#sha256=a04a0296d47f28960f51c18c5489a8c3472f624ec3b5bcc8e2096314df8c3342 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp310-cp310-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/fa/47/1a7daf04f40715fc1cdc6f1cc3200228a556d06c843e6ceb58883b745e1b/torch-2.1.0-cp310-cp310-win_amd64.whl#sha256=0bd691efea319b14ef239ede16d8a45c246916456fa3ed4f217d8af679433cc6 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp310-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/67/d8/98b2836bd83707ecf27d66587fab9dedcfe746efab775042b93cd146d027/torch-2.1.0-cp310-none-macosx_10_9_x86_64.whl#sha256=101c139152959cb20ab370fc192672c50093747906ee4ceace44d8dd703f29af (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp310-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/ab/6a/0debe1ec3c63b1fd7487ec7dd8fb1adf19898bef5a8dc151265d79ffd915/torch-2.1.0-cp310-none-macosx_11_0_arm64.whl#sha256=a6b7438a90a870e4cdeb15301519ae6c043c883fcd224d303c5b118082814767 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp311-cp311-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/5b/13/fcabc86948f9e89b62a538670720f8589d63f93d3f4f3d172236a98e70f8/torch-2.1.0-cp311-cp311-manylinux1_x86_64.whl#sha256=2224622407ca52611cbc5b628106fde22ed8e679031f5a99ce286629fc696128 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp311-cp311-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/e6/af/8deb5d64e933e8ad986d2602d0ede96da8f2bc49659ed7c367a39649f212/torch-2.1.0-cp311-cp311-manylinux2014_aarch64.whl#sha256=8132efb782cd181cc2dcca5e58effbe4217cdb2581206ac71466d535bf778867 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp311-cp311-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/74/07/edce54779f5c3fe8ab8390eafad3d7c8190fce68f922a254ea77f4a94a99/torch-2.1.0-cp311-cp311-win_amd64.whl#sha256=5c3bfa91ce25ba10116c224c59d5b64cdcce07161321d978bd5a1f15e1ebce72 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp311-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/16/dd/1bf10180ba812afa1aa7427466083d731bc37b9a1157ec929d0cfeef87eb/torch-2.1.0-cp311-none-macosx_10_9_x86_64.whl#sha256=601b0a2a9d9233fb4b81f7d47dca9680d4f3a78ca3f781078b6ad1ced8a90523 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp311-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/7b/7c/4d8728e6f8dbe2b8af054bd92c290d94c633270443514e3ee4b768125cf9/torch-2.1.0-cp311-none-macosx_11_0_arm64.whl#sha256=3cd1dedff13884d890f18eea620184fb4cd8fd3c68ce3300498f427ae93aa962 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/e1/24/f7fe3fe82583e6891cc3fceeb390f192f6c7f1d87e5a99a949ed33c96167/torch-2.1.0-cp38-cp38-manylinux1_x86_64.whl#sha256=fb7bf0cc1a3db484eb5d713942a93172f3bac026fcb377a0cd107093d2eba777 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/c3/83/67aba34223e77556ebe7d49d6d93eccfbea847f37a95f41a961b62476569/torch-2.1.0-cp38-cp38-manylinux2014_aarch64.whl#sha256=761822761fffaa1c18a62c5deb13abaa780862577d3eadc428f1daa632536905 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp38-cp38-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/2e/1b/f65591eecc739d926d041c2c9c9fbdf331f56deae6236241cecceebaa9ed/torch-2.1.0-cp38-cp38-win_amd64.whl#sha256=458a6d6d8f7d2ccc348ac4d62ea661b39a3592ad15be385bebd0a31ced7e00f4 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp38-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/a2/80/1936b67318f35a74aad0ef9e519bea187ff1fdf1f6644db675d86bc36860/torch-2.1.0-cp38-none-macosx_10_9_x86_64.whl#sha256=c8bf7eaf9514465e5d9101e05195183470a6215bb50295c61b52302a04edb690 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp38-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/87/08/4555e05425caca1ad362277a3c38960b40672601639e2cc0d330ba489386/torch-2.1.0-cp38-none-macosx_11_0_arm64.whl#sha256=05661c32ec14bc3a157193d0f19a7b19d8e61eb787b33353cad30202c295e83b (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/d3/fa/93f3ef65dee8947d8f54eb876ab57a8b019845a45dc07546e2ac214da97b/torch-2.1.0-cp39-cp39-manylinux1_x86_64.whl#sha256=556d8dd3e0c290ed9d4d7de598a213fb9f7c59135b4fee144364a8a887016a55 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/49/d0/1822159274d4fa60d25e7f6cb5eaf996a68cb5b6d1c5c53e8a900fdf756e/torch-2.1.0-cp39-cp39-manylinux2014_aarch64.whl#sha256=de7d63c6ecece118684415a3dbd4805af4a4c1ee1490cccf7405d8c240a481b4 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Found link https://pypi.tuna.tsinghua.edu.cn/packages/67/0a/b6dddafbb64d3ca13078a2616a2ea02c595da832586898a7eb414cf7ad10/torch-2.1.0-cp39-cp39-win_amd64.whl#sha256=2419cf49aaf3b2336c7aa7a54a1b949fa295b1ae36f77e2aecb3a74e3a947255 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0), version: 2.1.0
  Skipping link: none of the wheel's tags (cp39-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/9c/1e/0da488a46027e2fb671feeed4944b9783905d6fd705069e4c69f03e6ab48/torch-2.1.0-cp39-none-macosx_10_9_x86_64.whl#sha256=6ad491e70dbe4288d17fdbfc7fbfa766d66cbe219bc4871c7a8096f4a37c98df (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp39-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/4c/53/f1e58e147df8601c963df4b15045631f7e3d3caa5973bdf4e54a5cf6834e/torch-2.1.0-cp39-none-macosx_11_0_arm64.whl#sha256=421739685eba5e0beba42cb649740b15d44b0d565c04e6ed667b41148734a75b (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp310-cp310-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/96/82/0966469ded5946cb4c18dd11b04eac78c943269fc79d290740d6477005e8/torch-2.1.1-cp310-cp310-manylinux1_x86_64.whl#sha256=5ebc43f5355a9b7be813392b3fb0133991f0380f6f0fcc8218d5468dc45d1071 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp310-cp310-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/d2/f0/5cb5bb2ba2140015308245e37b140683c538cb2afe1f7567eda51eea2893/torch-2.1.1-cp310-cp310-manylinux2014_aarch64.whl#sha256=84fefd63356416c0cd20578637ccdbb82164993400ed17b57c951dd6376dcee8 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp310-cp310-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/11/e4/e8a947f36ae2be1223ea8bd8f4714ed6a7a47bf3c6b74705daa17bd127fa/torch-2.1.1-cp310-cp310-win_amd64.whl#sha256=0a7a9da0c324409bcb5a7bdad1b4e94e936d21c2590aaa7ac2f63968da8c62f7 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp310-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/a1/0c/57bd3fd19758cdc4bd92637cfea9fcb9b3f65e38199e20a3605231a898f7/torch-2.1.1-cp310-none-macosx_10_9_x86_64.whl#sha256=1e1e5faddd43a8f2c0e0e22beacd1e235a2e447794d807483c94a9e31b54a758 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp310-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/25/5d/22b4d5d2183e03f197a5e6b2721bb8f7a3e92b4947b16b70316c1e3771f3/torch-2.1.1-cp310-none-macosx_11_0_arm64.whl#sha256=e76bf3c5c354874f1da465c852a2fb60ee6cbce306e935337885760f080f9baa (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp311-cp311-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/65/1f/de6bc1b246531db81d9a6afc491356b17d70e6c898e16f564970849f69b6/torch-2.1.1-cp311-cp311-manylinux1_x86_64.whl#sha256=98fea993639b0bb432dfceb7b538f07c0f1c33386d63f635219f49254968c80f (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp311-cp311-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/72/d0/8e7157fe416f657e38736a42d9b0b82ef7f7af00398516200b59ebb5995e/torch-2.1.1-cp311-cp311-manylinux2014_aarch64.whl#sha256=61b51b33c61737c287058b0c3061e6a9d3c363863e4a094f804bc486888a188a (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp311-cp311-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/d6/a8/43e5033f9b2f727c158456e0720f870030ad3685c46f41ca3ca901b54922/torch-2.1.1-cp311-cp311-win_amd64.whl#sha256=1d70920da827e2276bf07f7ec46958621cad18d228c97da8f9c19638474dbd52 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp311-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/63/e4/efa1029677516b7d8231dca794ad445127263029b703f56d9986554a640c/torch-2.1.1-cp311-none-macosx_10_9_x86_64.whl#sha256=a70593806f1d7e6b53657d96810518da0f88ef2608c98a402955765b8c79d52c (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp311-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/5b/46/3def5bdaae03c21a7662673e6bda1f60a046afce48e0d6319ce4542bca31/torch-2.1.1-cp311-none-macosx_11_0_arm64.whl#sha256=e312f7e82e49565f7667b0bbf9559ab0c597063d93044740781c02acd5a87978 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/9b/d9/8508dcdf4b7d81bf48d6f8cc0db4fd979ee1204de62ddb93b36f6b8577ea/torch-2.1.1-cp38-cp38-manylinux1_x86_64.whl#sha256=1e3cbecfa5a7314d828f4a37b0c286714dc9aa2e69beb7a22f7aca76567ed9f4 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/b2/83/da83b446546c05186c02afdb9494e8439bee41ca722fb407dda00d595bda/torch-2.1.1-cp38-cp38-manylinux2014_aarch64.whl#sha256=9ca0fcbf3d5ba644d6a8572c83a9abbdf5f7ff575bc38529ef6c185a3a71bde9 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp38-cp38-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/98/b7/699b44593fa0d7373191226cb0c2ac3182b5aa0fb1fbb26a87589f655585/torch-2.1.1-cp38-cp38-win_amd64.whl#sha256=2dc9f312fc1fa0d61a565a0292ad73119d4b74c9f8b5031b55f8b4722abca079 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp38-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/a0/be/a0ba1725bc7096cf8f9e30c2d2542ce7b17ed8c0a1d8cab7c5a1077ac639/torch-2.1.1-cp38-none-macosx_10_9_x86_64.whl#sha256=d56b032176458e2af4709627bbd2c20fe2917eff8cd087a7fe313acccf5ce2f1 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp38-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/6d/56/80807d63a9be7963f0efe8b40c1844e26a45907c44a41bbcf04e4ee09929/torch-2.1.1-cp38-none-macosx_11_0_arm64.whl#sha256=29e3b90a8c281f6660804a939d1f4218604c80162e521e1e6d8c8557325902a0 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/77/bc/0511adbf67996298d183e4b784c424b0195912bfccc018629016b72d5a6a/torch-2.1.1-cp39-cp39-manylinux1_x86_64.whl#sha256=bd95cee8511584b67ddc0ba465c3f1edeb5708d833ee02af1206b4486f1d9096 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/2a/27/2b74d13702a91773c126fab0c3902c002830c76d0f9f31947056252fe25a/torch-2.1.1-cp39-cp39-manylinux2014_aarch64.whl#sha256=b31230bd058424e56dba7f899280dbc6ac8b9948e43902e0c84a44666b1ec151 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Found link https://pypi.tuna.tsinghua.edu.cn/packages/c7/1d/de42543b890ecbfc74786fdfdf80207f52c157fae4ac4c76612a8bb27a4a/torch-2.1.1-cp39-cp39-win_amd64.whl#sha256=403f1095e665e4f35971b43797a920725b8b205723aa68254a4050c6beca29b6 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0), version: 2.1.1
  Skipping link: none of the wheel's tags (cp39-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/a2/20/7f297fca8fa55f4401d23f941714834c514b0d43b7f0af9b6615f86e3b97/torch-2.1.1-cp39-none-macosx_10_9_x86_64.whl#sha256=715b50d8c1de5da5524a68287eb000f73e026e74d5f6b12bc450ef6995fcf5f9 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp39-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/ee/9d/85614d94b24f751d175110753ae8a8cb10e7e533a9289bb493f2f4db8bcd/torch-2.1.1-cp39-none-macosx_11_0_arm64.whl#sha256=db67e8725c76f4c7f4f02e7551bb16e81ba1a1912867bc35d7bb96d2be8c78b4 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp310-cp310-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/03/f1/13137340776dd5d5bcfd2574c9c6dfcc7618285035cd77240496e5c1a79b/torch-2.1.2-cp310-cp310-manylinux1_x86_64.whl#sha256=3a871edd6c02dae77ad810335c0833391c1a4ce49af21ea8cf0f6a5d2096eea8 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp310-cp310-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/ca/dc/7817c6a2ff8f4f74255c7a11b285e5dff04f2a72f538fda647842ef87829/torch-2.1.2-cp310-cp310-manylinux2014_aarch64.whl#sha256=bef6996c27d8f6e92ea4e13a772d89611da0e103b48790de78131e308cf73076 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp310-cp310-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/16/bf/2ba0f0f7c07b9a14c027e181e44c58824e13f7352607ed32db18321599a2/torch-2.1.2-cp310-cp310-win_amd64.whl#sha256=0e13034fd5fb323cbbc29e56d0637a3791e50dd589616f40c79adfa36a5a35a1 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp310-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/a3/40/649c233606c2c7be8f90e452ebf5cf1db229127ac552b6b5260d0826e611/torch-2.1.2-cp310-none-macosx_10_9_x86_64.whl#sha256=d9b535cad0df3d13997dbe8bd68ac33e0e3ae5377639c9881948e40794a61403 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp310-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/e3/43/ea958505875b22961e1277587f66b79f9e1f9d97d7998850ed089ae0d0bd/torch-2.1.2-cp310-none-macosx_11_0_arm64.whl#sha256=f9a55d55af02826ebfbadf4e9b682f0f27766bc33df8236b48d28d705587868f (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp311-cp311-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/da/6a/7fb9d82db4568834ff6d4df2fe3b143de4ed65a3f8f93e7daed703626cb6/torch-2.1.2-cp311-cp311-manylinux1_x86_64.whl#sha256=a6ebbe517097ef289cc7952783588c72de071d4b15ce0f8b285093f0916b1162 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp311-cp311-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/25/6b/5837c3458aa1f4b22ba39d5ee22c8bdd498df320ec1ccc9039d27de41246/torch-2.1.2-cp311-cp311-manylinux2014_aarch64.whl#sha256=8f32ce591616a30304f37a7d5ea80b69ca9e1b94bba7f308184bf616fdaea155 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp311-cp311-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/e4/ae/2ad8820045b6631965750435f28583e80905b8273d57cf026163b51323ee/torch-2.1.2-cp311-cp311-win_amd64.whl#sha256=e0ee6cf90c8970e05760f898d58f9ac65821c37ffe8b04269ec787aa70962b69 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp311-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/dd/a0/6dd8662895ddaffb0ac689037451f93a73e9030d07b1b5965e3e3071f873/torch-2.1.2-cp311-none-macosx_10_9_x86_64.whl#sha256=76d37967c31c99548ad2c4d3f2cf191db48476f2e69b35a0937137116da356a1 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp311-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/1e/86/477ec85bf1f122931f00a2f3889ed9322c091497415a563291ffc119dacc/torch-2.1.2-cp311-none-macosx_11_0_arm64.whl#sha256=e2d83f07b4aac983453ea5bf8f9aa9dacf2278a8d31247f5d9037f37befc60e4 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/31/c0/6e856c0c745dffd7696ec514381befa83f3449cd914f02b0968e0ca5a244/torch-2.1.2-cp38-cp38-manylinux1_x86_64.whl#sha256=f41fe0c7ecbf903a568c73486139a75cfab287a0f6c17ed0698fdea7a1e8641d (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/3f/2d/ee1ccba19bb2f834ac05edfb0e40e3b168bd1e5ae4258ccbc2a5c3543fcf/torch-2.1.2-cp38-cp38-manylinux2014_aarch64.whl#sha256=e3225f47d50bb66f756fe9196a768055d1c26b02154eb1f770ce47a2578d3aa7 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp38-cp38-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/2a/27/cd2e60d4accf81aa6279be8c5e9bca99a16bd21b3c0428dc515569e36561/torch-2.1.2-cp38-cp38-win_amd64.whl#sha256=33d59cd03cb60106857f6c26b36457793637512998666ee3ce17311f217afe2b (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp38-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/3e/50/a6d75238ca673b8ae7958fe6fd51a90741df03b98f009c59793c3a045e90/torch-2.1.2-cp38-none-macosx_10_9_x86_64.whl#sha256=8e221deccd0def6c2badff6be403e0c53491805ed9915e2c029adbcdb87ab6b5 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp38-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/c5/b4/b7fb1f32a327ffff695cb3d876c1b0ad5261935cb816b92287149f2212a6/torch-2.1.2-cp38-none-macosx_11_0_arm64.whl#sha256=05b18594f60a911a0c4f023f38a8bda77131fba5fd741bda626e97dcf5a3dd0a (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/da/57/0a58fb9a7d110eab4492fe984bc207d51706797d0729dbd8ce7ff982c82e/torch-2.1.2-cp39-cp39-manylinux1_x86_64.whl#sha256=9ca96253b761e9aaf8e06fb30a66ee301aecbf15bb5a303097de1969077620b6 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/1d/f7/83459c8df0c3cd2d310f4f37637d4cb5c55e4f5f7000a4d73f480f31b1d5/torch-2.1.2-cp39-cp39-manylinux2014_aarch64.whl#sha256=d93ba70f67b08c2ae5598ee711cbc546a1bc8102cef938904b8c85c2089a51a0 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Found link https://pypi.tuna.tsinghua.edu.cn/packages/60/1b/9d3df1475d6c1548ad0278bc07fb396ef5f54418fb1f2acb4308feaa355e/torch-2.1.2-cp39-cp39-win_amd64.whl#sha256=255b50bc0608db177e6a3cc118961d77de7e5105f07816585fa6f191f33a9ff3 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0), version: 2.1.2
  Skipping link: none of the wheel's tags (cp39-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/6e/b1/a27c92e9d26d57eedb533bc409af183d53d3292c73a62618fc1d3651faad/torch-2.1.2-cp39-none-macosx_10_9_x86_64.whl#sha256=6984cd5057c0c977b3c9757254e989d3f1124f4ce9d07caa6cb637783c71d42a (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp39-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/07/b4/a064d86c3879a13912e6bf6742934c11dc547e728064e58fd65073664e01/torch-2.1.2-cp39-none-macosx_11_0_arm64.whl#sha256=bc195d7927feabc0eb7c110e457c955ed2ab616f3c7c28439dd4188cf589699f (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp310-cp310-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/8c/67/fcc9b9e2369a9bae4da492aedc0c2dfa95d563ef0eaa9228b70c98395ec2/torch-2.2.0-cp310-cp310-manylinux1_x86_64.whl#sha256=d366158d6503a3447e67f8c0ad1328d54e6c181d88572d688a625fac61b13a97 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp310-cp310-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/2a/2a/b6064e03a71d2dc4936975c667703f333ce663977ce489b50090daee332f/torch-2.2.0-cp310-cp310-manylinux2014_aarch64.whl#sha256=707f2f80402981e9f90d0038d7d481678586251e6642a7a6ef67fc93511cb446 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp310-cp310-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/c8/ed/f11e9eb1e21d7ea8fc82a9fd373f9ff2023a7ee9e47d07c9bc9efce46eca/torch-2.2.0-cp310-cp310-win_amd64.whl#sha256=15c8f0a105c66b28496092fca1520346082e734095f8eaf47b5786bac24b8a31 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp310-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/e7/0a/e42e6012b710e49bc56b4e6ce501fa39baa46fd978de014244aae108e6e1/torch-2.2.0-cp310-none-macosx_10_9_x86_64.whl#sha256=0ca4df4b728515ad009b79f5107b00bcb2c63dc202d991412b9eb3b6a4f24349 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp310-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/6c/b6/18f8b358cab98a048b07cc049e1692231656fe2572443f2b4f56e75a8151/torch-2.2.0-cp310-none-macosx_11_0_arm64.whl#sha256=3d3eea2d5969b9a1c9401429ca79efc668120314d443d3463edc3289d7f003c7 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp311-cp311-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/c8/02/d3adf4b4851d99a31c5a9cf7b668f171e84334945d05fb7b51c42bf41abf/torch-2.2.0-cp311-cp311-manylinux1_x86_64.whl#sha256=0d1c580e379c0d48f0f0a08ea28d8e373295aa254de4f9ad0631f9ed8bc04c24 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp311-cp311-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/4f/a7/098bdc65e141b29f571989c4561cbc7fe7c78c9a12dbe61cba540ca1d5ef/torch-2.2.0-cp311-cp311-manylinux2014_aarch64.whl#sha256=9328e3c1ce628a281d2707526b4d1080eae7c4afab4f81cea75bde1f9441dc78 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp311-cp311-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/58/b8/51b956c2da9729390a3080397cd2f31171394543af7746681466e372f69a/torch-2.2.0-cp311-cp311-win_amd64.whl#sha256=03c8e660907ac1b8ee07f6d929c4e15cd95be2fb764368799cca02c725a212b8 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp311-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/c7/4e/578c4e3c7ac486cddcce3e85e4704a474854835baea4eba8bc707d4a0823/torch-2.2.0-cp311-none-macosx_10_9_x86_64.whl#sha256=da0cefe7f84ece3e3b56c11c773b59d1cb2c0fd83ddf6b5f7f1fd1a987b15c3e (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp311-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/96/4e/970cd3e13ad95aed81102272f0678d8cc48101880b8be5bae8aad22e7f3b/torch-2.2.0-cp311-none-macosx_11_0_arm64.whl#sha256=f81d23227034221a4a4ff8ef24cc6cec7901edd98d9e64e32822778ff01be85e (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp312-cp312-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/d5/2f/f7a1701f1bc6c48401bcdd16208da2b9c8a3c1227e171782a06e5c3a64ba/torch-2.2.0-cp312-cp312-manylinux1_x86_64.whl#sha256=dcbfb2192ac41ca93c756ebe9e2af29df0a4c14ee0e7a0dd78f82c67a63d91d4 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp312-cp312-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/49/0c/46ffc4377156b1126c1bec9e177e16bb0410b592c5391e690486b21e4f62/torch-2.2.0-cp312-cp312-manylinux2014_aarch64.whl#sha256=9eeb42971619e24392c9088b5b6d387d896e267889d41d267b1fec334f5227c5 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp312-cp312-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/60/6a/5374d5be17d951714b5a8f7956a70aebf52c5e98f579dfad880bed98c787/torch-2.2.0-cp312-cp312-win_amd64.whl#sha256=c718b2ca69a6cac28baa36d86d8c0ec708b102cebd1ceb1b6488e404cd9be1d1 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp312-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/a0/ef/c09d5e8739f99ed99c821a468830b06ac0af0d21e443afda8d2459fdc50a/torch-2.2.0-cp312-none-macosx_10_9_x86_64.whl#sha256=f11d18fceb4f9ecb1ac680dde7c463c120ed29056225d75469c19637e9f98d12 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp312-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/99/4d/1ac78e96fca1cc2846a42d5e11a08851ae577ef9f02d117f83f5ccbabaea/torch-2.2.0-cp312-none-macosx_11_0_arm64.whl#sha256=ee1da852bfd4a7e674135a446d6074c2da7194c1b08549e31eae0b3138c6b4d2 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/1b/ae/66488e88ee1139bcb6f88d64265763db12b8a269ed46fa035081524cbb38/torch-2.2.0-cp38-cp38-manylinux1_x86_64.whl#sha256=0d819399819d0862268ac531cf12a501c253007df4f9e6709ede8a0148f1a7b8 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/d9/8c/b59182d2561abb769453565744ef0ad6a664dbc8ab11a10567a65f9d8b6e/torch-2.2.0-cp38-cp38-manylinux2014_aarch64.whl#sha256=08f53ccc38c49d839bc703ea1b20769cc8a429e0c4b20b56921a9f64949bf325 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp38-cp38-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/2c/62/ca13a226d0e7a306d13800fe14b61a01d046376018f1acb920a6e0a63f90/torch-2.2.0-cp38-cp38-win_amd64.whl#sha256=93bffe3779965a71dab25fc29787538c37c5d54298fd2f2369e372b6fb137d41 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp38-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/37/68/0aef4df317872f4ddf4d9d3cd34d4fa2ce94a5dc9d90ad03a6bd7f6f8944/torch-2.2.0-cp38-none-macosx_10_9_x86_64.whl#sha256=c17ec323da778efe8dad49d8fb534381479ca37af1bfc58efdbb8607a9d263a3 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp38-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/54/d4/5bd2417715f738ce6744a91b0b4b54f9e5aa9b173eda8ee32e0eccd15b8f/torch-2.2.0-cp38-none-macosx_11_0_arm64.whl#sha256=c02685118008834e878f676f81eab3a952b7936fa31f474ef8a5ff4b5c78b36d (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/89/92/2c6091b60195621a8998823be20d86e8375b706eafd5bebe8172920f6f4e/torch-2.2.0-cp39-cp39-manylinux1_x86_64.whl#sha256=d9f39d6f53cec240a0e3baa82cb697593340f9d4554cee6d3d6ca07925c2fac0 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/fb/c3/dc834aabae34072a443d2ffb10972963b118a9f203735e24f7a15f3444bc/torch-2.2.0-cp39-cp39-manylinux2014_aarch64.whl#sha256=51770c065206250dc1222ea7c0eff3f88ab317d3e931cca2aee461b85fbc2472 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Found link https://pypi.tuna.tsinghua.edu.cn/packages/de/33/9cbf0b8727a567734774bc64a8b71333d8a20572432c20618ab12f33bb78/torch-2.2.0-cp39-cp39-win_amd64.whl#sha256=008e4c6ad703de55af760c73bf937ecdd61a109f9b08f2bbb9c17e7c7017f194 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0), version: 2.2.0
  Skipping link: none of the wheel's tags (cp39-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/04/c8/88188e60dd64d4b4d65fb030f93222a6377cecacc56bfa999e7d8d7854c5/torch-2.2.0-cp39-none-macosx_10_9_x86_64.whl#sha256=de8680472dd14e316f42ceef2a18a301461a9058cd6e99a1f1b20f78f11412f1 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp39-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/8f/45/644ae9963bb5c4eb209ec67111b8005ee95f85d5d353c7a6874aa626c328/torch-2.2.0-cp39-none-macosx_11_0_arm64.whl#sha256=99e1dcecb488e3fd25bcaac56e48cdb3539842904bdc8588b0b255fde03a254c (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp310-cp310-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/a7/ad/fbe7d4cffb76da4e478438853b51305361c719cff929ab70a808e7fb75e7/torch-2.2.1-cp310-cp310-manylinux1_x86_64.whl#sha256=8d3bad336dd2c93c6bcb3268e8e9876185bda50ebde325ef211fb565c7d15273 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp310-cp310-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/ed/ab/37003a4a7ff095827b5f21f82a77d2d980ebdfb2cf4b05a47e708453b1f4/torch-2.2.1-cp310-cp310-manylinux2014_aarch64.whl#sha256=5297f13370fdaca05959134b26a06a7f232ae254bf2e11a50eddec62525c9006 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp310-cp310-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/7d/df/2c3f3a838b4fa5334ab79a5e0e4efacfb9a1a2fa1ab9e4d343be655fcb64/torch-2.2.1-cp310-cp310-win_amd64.whl#sha256=5f5dee8433798888ca1415055f5e3faf28a3bad660e4c29e1014acd3275ab11a (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp310-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/6c/46/d4f23bc1ad24e3addb060aebd1ac6203b38e4c48806ac92a6eb992dbe216/torch-2.2.1-cp310-none-macosx_10_9_x86_64.whl#sha256=b6d78338acabf1fb2e88bf4559d837d30230cf9c3e4337261f4d83200df1fcbe (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp310-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/fe/95/f1af6858fcb923defd2fb0ddb5f4635d8c0dcfc34c2443eee969c2068166/torch-2.2.1-cp310-none-macosx_11_0_arm64.whl#sha256=6ab3ea2e29d1aac962e905142bbe50943758f55292f1b4fdfb6f4792aae3323e (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp311-cp311-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/2c/df/5810707da6f2fd4be57f0cc417987c0fa16a2eecf0b1b71f82ea555dc619/torch-2.2.1-cp311-cp311-manylinux1_x86_64.whl#sha256=d86664ec85902967d902e78272e97d1aff1d331f7619d398d3ffab1c9b8e9157 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp311-cp311-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/cd/fd/2121f53629c433589273a2e8f71d29705e98024e0abe2360e63b852e80bb/torch-2.2.1-cp311-cp311-manylinux2014_aarch64.whl#sha256=d6227060f268894f92c61af0a44c0d8212e19cb98d05c20141c73312d923bc0a (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp311-cp311-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/59/1f/4975d1ab3ed2244053876321ef65bc02935daed67da76c6e7d65900772a3/torch-2.2.1-cp311-cp311-win_amd64.whl#sha256=77e990af75fb1675490deb374d36e726f84732cd5677d16f19124934b2409ce9 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp311-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/15/23/5d44decce68370cfeef76943bca3f2fb5b0057b7ab39f9d3b1feb53d64b8/torch-2.2.1-cp311-none-macosx_10_9_x86_64.whl#sha256=46085e328d9b738c261f470231e987930f4cc9472d9ffb7087c7a1343826ac51 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp311-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/3e/b9/256ab23c859cbcd7d6fb7cb46417a07eac817881a0a68df8ea0c18f45221/torch-2.2.1-cp311-none-macosx_11_0_arm64.whl#sha256=2d9e7e5ecbb002257cf98fae13003abbd620196c35f85c9e34c2adfb961321ec (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp312-cp312-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/e4/7e/2f5e867229b4f96c21d1de759ecd2589a1468342ed570ef275bcd02f677f/torch-2.2.1-cp312-cp312-manylinux1_x86_64.whl#sha256=ada53aebede1c89570e56861b08d12ba4518a1f8b82d467c32665ec4d1f4b3c8 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp312-cp312-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/44/94/e049a0570bbac32faafa2374ade5397ab67579e3a8e71ce6948f4f39c9e4/torch-2.2.1-cp312-cp312-manylinux2014_aarch64.whl#sha256=be21d4c41ecebed9e99430dac87de1439a8c7882faf23bba7fea3fea7b906ac1 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp312-cp312-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/d0/ed/9014bef608b318664c2e8b77888449eb605023cdc6c33fad6c47f1a79596/torch-2.2.1-cp312-cp312-win_amd64.whl#sha256=79848f46196750367dcdf1d2132b722180b9d889571e14d579ae82d2f50596c5 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp312-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/9e/4b/19527706ab1d1f91cdafe0160407a61e5865e74592ea911f92a81c583125/torch-2.2.1-cp312-none-macosx_10_9_x86_64.whl#sha256=7ee804847be6be0032fbd2d1e6742fea2814c92bebccb177f0d3b8e92b2d2b18 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp312-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/55/42/4442a5f7ea264168382ac0e4b8e114c0a49252dc3a88a034dfaf836db198/torch-2.2.1-cp312-none-macosx_11_0_arm64.whl#sha256=84b2fb322ab091039fdfe74e17442ff046b258eb5e513a28093152c5b07325a7 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/26/c4/f8b24ee028aec8cc8fe9a7b375b83e1be9761184a0f540a0f87af603d18f/torch-2.2.1-cp38-cp38-manylinux1_x86_64.whl#sha256=5c0c83aa7d94569997f1f474595e808072d80b04d34912ce6f1a0e1c24b0c12a (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/39/50/1d302ff560bf0ec48fbf0472db387e85507c9cfb5282b631c09313c4b7ef/torch-2.2.1-cp38-cp38-manylinux2014_aarch64.whl#sha256=91a1b598055ba06b2c386415d2e7f6ac818545e94c5def597a74754940188513 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp38-cp38-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/df/3c/4f90e3405cc935ae5e71902118d2f7fbdb52dacc2e398331522a67ae5507/torch-2.2.1-cp38-cp38-win_amd64.whl#sha256=8f93ddf3001ecec16568390b507652644a3a103baa72de3ad3b9c530e3277098 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp38-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/cf/82/62ff70bbde365b821ff3636884dfa4b35b39397f26b9d06f9e328dbf32ce/torch-2.2.1-cp38-none-macosx_10_9_x86_64.whl#sha256=0e8bdd4c77ac2584f33ee14c6cd3b12767b4da508ec4eed109520be7212d1069 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp38-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/d2/8b/f9a5a6c6e5cc8f9b3a6d273870ee6101cfc77a42d0800ecdb5a2c99fc9fb/torch-2.2.1-cp38-none-macosx_11_0_arm64.whl#sha256=6a21bcd7076677c97ca7db7506d683e4e9db137e8420eb4a68fb67c3668232a7 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/98/04/95a12556d068786d6505c609daf2805bed91c9210c5185499a7c121eba47/torch-2.2.1-cp39-cp39-manylinux1_x86_64.whl#sha256=f1b90ac61f862634039265cd0f746cc9879feee03ff962c803486301b778714b (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux2014_aarch64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/0e/8b/0e7db5181357c433fc15bfe9bf49dcc2058ccac3dbf1a007c09681ece89a/torch-2.2.1-cp39-cp39-manylinux2014_aarch64.whl#sha256=ed9e29eb94cd493b36bca9cb0b1fd7f06a0688215ad1e4b3ab4931726e0ec092 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Found link https://pypi.tuna.tsinghua.edu.cn/packages/66/e1/89648ae8f4cb60bb42b59dd991a601abb15a5d1af7ed7dc5989e88e5d3a8/torch-2.2.1-cp39-cp39-win_amd64.whl#sha256=c47bc25744c743f3835831a20efdcfd60aeb7c3f9804a213f61e45803d16c2a5 (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0), version: 2.2.1
  Skipping link: none of the wheel's tags (cp39-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/6a/28/d1757ec8bc7fd19da79677c35f87061da803350f640ff1d74aa08e43e303/torch-2.2.1-cp39-none-macosx_10_9_x86_64.whl#sha256=0952549bcb43448c8d860d5e3e947dd18cbab491b14638e21750cb3090d5ad3e (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
  Skipping link: none of the wheel's tags (cp39-none-macosx_11_0_arm64) are compatible (run pip debug --verbose to show compatible tags): https://pypi.tuna.tsinghua.edu.cn/packages/d7/23/e4d34a78adc26ea0415fbe78fb2f940bac2c0b637db34f4fa0538a57f832/torch-2.2.1-cp39-none-macosx_11_0_arm64.whl#sha256=26bd2272ec46fc62dcf7d24b2fb284d44fcb7be9d529ebf336b9860350d674ed (from https://pypi.tuna.tsinghua.edu.cn/simple/torch/) (requires-python:>=3.8.0)
Skipping link: not a file: https://pypi.tuna.tsinghua.edu.cn/simple/torch/
Given no hashes to check 9 links for project 'torch': discarding no candidates
Collecting torch>=1.13.0 (from auto_gptq==0.8.0.dev0+cu113)
  Created temporary directory: C:\Users\PD\AppData\Local\Temp\pip-unpack-zu12_6af
  Found index url https://pypi.tuna.tsinghua.edu.cn/simple/
  Looking up "https://pypi.tuna.tsinghua.edu.cn/packages/66/e1/89648ae8f4cb60bb42b59dd991a601abb15a5d1af7ed7dc5989e88e5d3a8/torch-2.2.1-cp39-cp39-win_amd64.whl" in the cache
  Current age based on date: 2951
  https://pypi.tuna.tsinghua.edu.cn:443 "GET /packages/66/e1/89648ae8f4cb60bb42b59dd991a601abb15a5d1af7ed7dc5989e88e5d3a8/torch-2.2.1-cp39-cp39-win_amd64.whl HTTP/1.1" 304 0
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/66/e1/89648ae8f4cb60bb42b59dd991a601abb15a5d1af7ed7dc5989e88e5d3a8/torch-2.2.1-cp39-cp39-win_amd64.whl (198.5 MB)
Requirement already satisfied: safetensors in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from auto_gptq==0.8.0.dev0+cu113) (0.4.2)
Requirement already satisfied: transformers>=4.31.0 in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from auto_gptq==0.8.0.dev0+cu113) (4.32.1)
Requirement already satisfied: peft>=0.5.0 in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from auto_gptq==0.8.0.dev0+cu113) (0.8.2)
Requirement already satisfied: tqdm in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from auto_gptq==0.8.0.dev0+cu113) (4.66.2)
Requirement already satisfied: packaging>=20.0 in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from accelerate>=0.26.0->auto_gptq==0.8.0.dev0+cu113) (23.2)
Requirement already satisfied: psutil in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from accelerate>=0.26.0->auto_gptq==0.8.0.dev0+cu113) (5.9.8)
Requirement already satisfied: pyyaml in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from accelerate>=0.26.0->auto_gptq==0.8.0.dev0+cu113) (6.0.1)
Given no hashes to check 9 links for project 'torch': discarding no candidates
Requirement already satisfied: huggingface-hub in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from accelerate>=0.26.0->auto_gptq==0.8.0.dev0+cu113) (0.20.3)
Requirement already satisfied: filelock in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from torch>=1.13.0->auto_gptq==0.8.0.dev0+cu113) (3.9.0)
Requirement already satisfied: typing-extensions>=4.8.0 in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from torch>=1.13.0->auto_gptq==0.8.0.dev0+cu113) (4.8.0)
Requirement already satisfied: sympy in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from torch>=1.13.0->auto_gptq==0.8.0.dev0+cu113) (1.12)
Requirement already satisfied: networkx in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from torch>=1.13.0->auto_gptq==0.8.0.dev0+cu113) (3.2.1)
Requirement already satisfied: jinja2 in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from torch>=1.13.0->auto_gptq==0.8.0.dev0+cu113) (3.1.2)
Requirement already satisfied: fsspec in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from torch>=1.13.0->auto_gptq==0.8.0.dev0+cu113) (2023.10.0)
Requirement already satisfied: regex!=2019.12.17 in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from transformers>=4.31.0->auto_gptq==0.8.0.dev0+cu113) (2023.12.25)
Requirement already satisfied: requests in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from transformers>=4.31.0->auto_gptq==0.8.0.dev0+cu113) (2.28.1)
Requirement already satisfied: tokenizers!=0.11.3,<0.14,>=0.11.1 in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from transformers>=4.31.0->auto_gptq==0.8.0.dev0+cu113) (0.13.3)
Requirement already satisfied: colorama in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from tqdm->auto_gptq==0.8.0.dev0+cu113) (0.4.6)
Requirement already satisfied: pyarrow>=12.0.0 in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from datasets->auto_gptq==0.8.0.dev0+cu113) (15.0.0)
Requirement already satisfied: pyarrow-hotfix in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from datasets->auto_gptq==0.8.0.dev0+cu113) (0.6)
Requirement already satisfied: dill<0.3.9,>=0.3.0 in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from datasets->auto_gptq==0.8.0.dev0+cu113) (0.3.8)
Requirement already satisfied: pandas in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from datasets->auto_gptq==0.8.0.dev0+cu113) (2.2.0)
Requirement already satisfied: xxhash in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from datasets->auto_gptq==0.8.0.dev0+cu113) (3.4.1)
Requirement already satisfied: multiprocess in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from datasets->auto_gptq==0.8.0.dev0+cu113) (0.70.16)
Requirement already satisfied: aiohttp in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from datasets->auto_gptq==0.8.0.dev0+cu113) (3.9.3)
Requirement already satisfied: six in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from rouge->auto_gptq==0.8.0.dev0+cu113) (1.16.0)
Requirement already satisfied: aiosignal>=1.1.2 in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from aiohttp->datasets->auto_gptq==0.8.0.dev0+cu113) (1.3.1)
Requirement already satisfied: attrs>=17.3.0 in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from aiohttp->datasets->auto_gptq==0.8.0.dev0+cu113) (23.2.0)
Requirement already satisfied: frozenlist>=1.1.1 in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from aiohttp->datasets->auto_gptq==0.8.0.dev0+cu113) (1.4.1)
Requirement already satisfied: multidict<7.0,>=4.5 in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from aiohttp->datasets->auto_gptq==0.8.0.dev0+cu113) (6.0.5)
Requirement already satisfied: yarl<2.0,>=1.0 in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from aiohttp->datasets->auto_gptq==0.8.0.dev0+cu113) (1.9.4)
Requirement already satisfied: async-timeout<5.0,>=4.0 in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from aiohttp->datasets->auto_gptq==0.8.0.dev0+cu113) (4.0.3)
Requirement already satisfied: charset-normalizer<3,>=2 in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from requests->transformers>=4.31.0->auto_gptq==0.8.0.dev0+cu113) (2.1.1)
Requirement already satisfied: idna<4,>=2.5 in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from requests->transformers>=4.31.0->auto_gptq==0.8.0.dev0+cu113) (3.4)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from requests->transformers>=4.31.0->auto_gptq==0.8.0.dev0+cu113) (1.26.13)
Requirement already satisfied: certifi>=2017.4.17 in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from requests->transformers>=4.31.0->auto_gptq==0.8.0.dev0+cu113) (2022.12.7)
Requirement already satisfied: MarkupSafe>=2.0 in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from jinja2->torch>=1.13.0->auto_gptq==0.8.0.dev0+cu113) (2.1.3)
Requirement already satisfied: python-dateutil>=2.8.2 in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from pandas->datasets->auto_gptq==0.8.0.dev0+cu113) (2.8.2)
Requirement already satisfied: pytz>=2020.1 in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from pandas->datasets->auto_gptq==0.8.0.dev0+cu113) (2024.1)
Requirement already satisfied: tzdata>=2022.7 in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from pandas->datasets->auto_gptq==0.8.0.dev0+cu113) (2024.1)
Requirement already satisfied: mpmath>=0.19 in d:\users\pd\anaconda3\envs\qwen\lib\site-packages (from sympy->torch>=1.13.0->auto_gptq==0.8.0.dev0+cu113) (1.3.0)
Created temporary directory: C:\Users\PD\AppData\Local\Temp\pip-unpack-c5enkvwx
Installing collected packages: torch, auto_gptq
  Attempting uninstall: torch
    Found existing installation: torch 1.12.1+cu113
    Uninstalling torch-1.12.1+cu113:
      Created temporary directory: D:\Users\PD\anaconda3\envs\qwen\Lib\site-packages\~affe2
      Removing file or directory d:\users\pd\anaconda3\envs\qwen\lib\site-packages\caffe2\
      Created temporary directory: D:\Users\PD\anaconda3\envs\qwen\Lib\site-packages\~orch-1.12.1+cu113.dist-info
      Removing file or directory d:\users\pd\anaconda3\envs\qwen\lib\site-packages\torch-1.12.1+cu113.dist-info\
      Created temporary directory: D:\Users\PD\anaconda3\envs\qwen\Lib\site-packages\~-rch
      Removing file or directory d:\users\pd\anaconda3\envs\qwen\lib\site-packages\torch\
      Created temporary directory: D:\Users\PD\anaconda3\envs\qwen\Lib\site-packages\~orchgen
      Removing file or directory d:\users\pd\anaconda3\envs\qwen\lib\site-packages\torchgen\
      Created temporary directory: C:\Users\PD\AppData\Local\Temp\pip-uninstall-danbjdyp
      Removing file or directory d:\users\pd\anaconda3\envs\qwen\scripts\convert-caffe2-to-onnx.exe
      Removing file or directory d:\users\pd\anaconda3\envs\qwen\scripts\convert-onnx-to-caffe2.exe
      Removing file or directory d:\users\pd\anaconda3\envs\qwen\scripts\torchrun.exe
      Successfully uninstalled torch-1.12.1+cu113

  Running setup.py develop for auto_gptq
    Running command python setup.py develop
    Traceback (most recent call last):
      File "<string>", line 2, in <module>
      File "<pip-setuptools-caller>", line 34, in <module>
      File "C:\Users\PD\AutoGPTQ-main\setup.py", line 62, in <module>
        CUDA_VERSION = "".join(os.environ.get("CUDA_VERSION", default_cuda_version).split("."))
    AttributeError: 'NoneType' object has no attribute 'split'
    error: subprocess-exited-with-error

    × python setup.py develop did not run successfully.
    │ exit code: 1
    ╰─> See above for output.

    note: This error originates from a subprocess, and is likely not a problem with pip.
    full command: 'D:\Users\PD\anaconda3\envs\qwen\python.exe' -c '
    exec(compile('"'"''"'"''"'"'
    # This is <pip-setuptools-caller> -- a caller that pip uses to run setup.py
    #
    # - It imports setuptools before invoking setup.py, to enable projects that directly
    #   import from `distutils.core` to work with newer packaging standards.
    # - It provides a clear error message when setuptools is not installed.
    # - It sets `sys.argv[0]` to the underlying `setup.py`, when invoking `setup.py` so
    #   setuptools doesn'"'"'t think the script is `-c`. This avoids the following warning:
    #     manifest_maker: standard file '"'"'-c'"'"' not found".
    # - It generates a shim setup.py, for handling setup.cfg-only projects.
    import os, sys, tokenize

    try:
        import setuptools
    except ImportError as error:
        print(
            "ERROR: Can not execute `setup.py` since setuptools is not available in "
            "the build environment.",
            file=sys.stderr,
        )
        sys.exit(1)

    __file__ = %r
    sys.argv[0] = __file__

    if os.path.exists(__file__):
        filename = __file__
        with tokenize.open(__file__) as f:
            setup_py_code = f.read()
    else:
        filename = "<auto-generated setuptools caller>"
        setup_py_code = "from setuptools import setup; setup()"

    exec(compile(setup_py_code, filename, "exec"))
    '"'"''"'"''"'"' % ('"'"'C:\\Users\\PD\\AutoGPTQ-main\\setup.py'"'"',), "<pip-setuptools-caller>", "exec"))' develop --no-deps
    cwd: C:\Users\PD\AutoGPTQ-main\
error: subprocess-exited-with-error

× python setup.py develop did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.
Exception information:
Traceback (most recent call last):
  File "D:\Users\PD\anaconda3\envs\qwen\lib\site-packages\pip\_internal\cli\base_command.py", line 180, in exc_logging_wrapper
    status = run_func(*args)
  File "D:\Users\PD\anaconda3\envs\qwen\lib\site-packages\pip\_internal\cli\req_command.py", line 245, in wrapper
    return func(self, options, args)
  File "D:\Users\PD\anaconda3\envs\qwen\lib\site-packages\pip\_internal\commands\install.py", line 452, in run
    installed = install_given_reqs(
  File "D:\Users\PD\anaconda3\envs\qwen\lib\site-packages\pip\_internal\req\__init__.py", line 72, in install_given_reqs
    requirement.install(
  File "D:\Users\PD\anaconda3\envs\qwen\lib\site-packages\pip\_internal\req\req_install.py", line 839, in install
    install_editable_legacy(
  File "D:\Users\PD\anaconda3\envs\qwen\lib\site-packages\pip\_internal\operations\install\editable_legacy.py", line 42, in install_editable
    call_subprocess(
  File "D:\Users\PD\anaconda3\envs\qwen\lib\site-packages\pip\_internal\utils\subprocess.py", line 224, in call_subprocess
    raise error
pip._internal.exceptions.InstallationSubprocessError: python setup.py develop exited with 1
Remote version of pip: 24.0
Local version of pip:  24.0
Was pip installed by pip? False
Removed build tracker: 'C:\\Users\\PD\\AppData\\Local\\Temp\\pip-build-tracker-rkl5fgyh'

(qwen) C:\Users\PD\AutoGPTQ-main>pip list
Package                       Version
----------------------------- ------------
accelerate                    0.27.2
aiohttp                       3.9.3
aiosignal                     1.3.1
async-timeout                 4.0.3
attrs                         23.2.0
certifi                       2022.12.7
charset-normalizer            2.1.1
colorama                      0.4.6
datasets                      2.17.1
dill                          0.3.8
einops                        0.7.0
filelock                      3.9.0
frozenlist                    1.4.1
fsspec                        2023.10.0
gekko                         1.0.6
huggingface-hub               0.20.3
idna                          3.4
Jinja2                        3.1.2
MarkupSafe                    2.1.3
mpmath                        1.3.0
multidict                     6.0.5
multiprocess                  0.70.16
networkx                      3.2.1
numpy                         1.24.1
packaging                     23.2
pandas                        2.2.0
peft                          0.8.2
pillow                        10.2.0
pip                           24.0
psutil                        5.9.8
pyarrow                       15.0.0
pyarrow-hotfix                0.6
python-dateutil               2.8.2
pytz                          2024.1
PyYAML                        6.0.1
regex                         2023.12.25
requests                      2.28.1
rouge                         1.0.1
safetensors                   0.4.2
sentencepiece                 0.2.0
setuptools                    69.1.0
six                           1.16.0
sympy                         1.12
tiktoken                      0.6.0
tokenizers                    0.13.3
torch                         2.2.1
torchaudio                    0.12.1+cu113
torchvision                   0.13.1+cu113
tqdm                          4.66.2
transformers                  4.32.1
transformers-stream-generator 0.0.4
typing_extensions             4.8.0
tzdata                        2024.1
urllib3                       1.26.13
wheel                         0.42.0
xxhash                        3.4.1
yarl                          1.9.4

(qwen) C:\Users\PD\AutoGPTQ-main>
zfciruhq

zfciruhq3#

你可能应该使用CUDA 12和现代版本的PyTorch,但起初我认为CUDA 12不在你的路径中,所以它找到了一个旧版本。确保将你的CUDA 12添加到Windows路径中,如果你不知道如何做,请在网上搜索。这与AutoGPTQ无关。

nfs0ujit

nfs0ujit4#

您需要将CUDA版本升级到12,并使用相应版本的PyTorch来运行构建。

sg2wtvxw

sg2wtvxw5#

是的,它们需要匹配,但是Python需要找到正确的版本,所以当你安装它时,它需要在你的路径中。

vnzz0bqm

vnzz0bqm6#

是的,它们需要匹配,但是Python需要找到正确的版本,所以在安装时它需要在你的路径中。

请问在什么情况下量化过程会突然退出程序而不出现任何错误提示?
我遇到了这个问题,情况如下:

PS C:\XiaoWang\Qwen-main> & D:/Users/PD/anaconda3/envs/qwen/python.exe c:/XiaoWang/Qwen-main/run_gptq.py
Warning: import flash_attn rotary fail, please install FlashAttention rotary to get higher efficiency https://github.com/Dao-AILab/flash-attention/tree/main/csrc/rotary
Warning: import flash_attn rms_norm fail, please install FlashAttention layer_norm to get higher efficiency https://github.com/Dao-AILab/flash-attention/tree/main/csrc/layer_norm
Warning: import flash_attn fail, please install FlashAttention to get higher efficiency https://github.com/Dao-AILab/flash-attention
Loading checkpoint shards: 100%|██████████████████████████████████████████████████████| 8/8 [00:11<00:00,  1.45s/it]
INFO - Start quantizing layer 1/32
2024-02-24 22:22:33 INFO [auto_gptq.modeling._base] Start quantizing layer 1/32
INFO - Quantizing attn.c_attn in layer 1/32...
2024-02-24 22:24:42 INFO [auto_gptq.modeling._base] Quantizing attn.c_attn in layer 1/32...
2024-02-24 22:24:47 INFO [auto_gptq.quantization.gptq] duration: 4.722336053848267
2024-02-24 22:24:47 INFO [auto_gptq.quantization.gptq] avg loss: 0.019060448889204815
INFO - Quantizing attn.c_proj in layer 1/32...
2024-02-24 22:26:23 INFO [auto_gptq.modeling._base] Quantizing attn.c_proj in layer 1/32...
2024-02-24 22:26:25 INFO [auto_gptq.quantization.gptq] duration: 1.2927818298339844
2024-02-24 22:26:25 INFO [auto_gptq.quantization.gptq] avg loss: 0.001053095134582558
INFO - Quantizing mlp.w1 in layer 1/32...
2024-02-24 22:28:21 INFO [auto_gptq.modeling._base] Quantizing mlp.w1 in layer 1/32...
2024-02-24 22:28:23 INFO [auto_gptq.quantization.gptq] duration: 1.3913469314575195
2024-02-24 22:28:23 INFO [auto_gptq.quantization.gptq] avg loss: 0.012895018422499842
INFO - Quantizing mlp.w2 in layer 1/32...
2024-02-24 22:28:23 INFO [auto_gptq.modeling._base] Quantizing mlp.w2 in layer 1/32...
2024-02-24 22:28:24 INFO [auto_gptq.quantization.gptq] duration: 1.3827950954437256
2024-02-24 22:28:24 INFO [auto_gptq.quantization.gptq] avg loss: 0.014014786784880787
INFO - Quantizing mlp.c_proj in layer 1/32...
2024-02-24 22:31:54 INFO [auto_gptq.modeling._base] Quantizing mlp.c_proj in layer 1/32...
2024-02-24 22:31:58 INFO [auto_gptq.quantization.gptq] duration: 4.659002304077148
2024-02-24 22:31:58 INFO [auto_gptq.quantization.gptq] avg loss: 0.0006886855551675273
PS C:\XiaoWang\Qwen-main>

这是我的代码以及所需库的版本:

import argparse
import json
from typing import Dict
import logging

import torch
import transformers
from transformers import AutoTokenizer
from transformers.trainer_pt_utils import LabelSmoother
from auto_gptq import AutoGPTQForCausalLM, BaseQuantizeConfig
IGNORE_TOKEN_ID = LabelSmoother.ignore_index

def preprocess(
    sources,
    tokenizer: transformers.PreTrainedTokenizer,
    max_len: int,
    system_message: str = "You are a helpful assistant."
) -> Dict:
    roles = {"user": "<|im_start|>user", "assistant": "<|im_start|>assistant"}

    im_start = tokenizer.im_start_id
    im_end = tokenizer.im_end_id
    nl_tokens = tokenizer('\n').input_ids
    _system = tokenizer('system').input_ids + nl_tokens
    _user = tokenizer('user').input_ids + nl_tokens
    _assistant = tokenizer('assistant').input_ids + nl_tokens

    # Apply prompt templates
    data = []
    # input_ids, targets = [], []
    for i, source in enumerate(sources):
        source = source["conversations"]
        if roles[source[0]["from"]] != roles["user"]:
            source = source[1:]

        input_id, target = [], []
        system = [im_start] + _system + tokenizer(system_message).input_ids + [im_end] + nl_tokens
        input_id += system
        target += [im_start] + [IGNORE_TOKEN_ID] * (len(system)-3) + [im_end] + nl_tokens
        assert len(input_id) == len(target)
        for j, sentence in enumerate(source):
            role = roles[sentence["from"]]
            _input_id = tokenizer(role).input_ids + nl_tokens + \
                tokenizer(sentence["value"]).input_ids + [im_end] + nl_tokens
            input_id += _input_id
            if role == '<|im_start|>user':
                _target = [im_start] + [IGNORE_TOKEN_ID] * (len(_input_id)-3) + [im_end] + nl_tokens
            elif role == '<|im_start|>assistant':
                _target = [im_start] + [IGNORE_TOKEN_ID] * len(tokenizer(role).input_ids) + \
                    _input_id[len(tokenizer(role).input_ids)+1:-2] + [im_end] + nl_tokens
            else:
                raise NotImplementedError
            target += _target
        assert len(input_id) == len(target)
        input_id = torch.tensor(input_id[:max_len], dtype=torch.int)
        target = torch.tensor(target[:max_len], dtype=torch.int)
        data.append(dict(input_ids=input_id, attention_mask=input_id.ne(tokenizer.pad_token_id)))

    return data

if __name__ == "__main__":
    parser = argparse.ArgumentParser("Model Quantization using AutoGPTQ")
    parser.add_argument("--model_name_or_path", type=str,default='output_qwen_chat2', help="model path")
    parser.add_argument("--data_path", type=str, default='data111.json',help="calibration data path")
    parser.add_argument("--out_path", type=str,default='output_qwen_chat3', help="output path of the quantized model")
    parser.add_argument("--max_len", type=int, default=8192, help="max length of calibration data")
    parser.add_argument("--bits", type=int, default=4, help="the bits of quantized model. 4 indicates int4 models.")
    parser.add_argument("--group-size", type=int, default=128, help="the group size of quantized model")
    args = parser.parse_args()
    
    quantize_config = BaseQuantizeConfig(
        bits=args.bits,
        group_size=args.group_size,
        damp_percent=0.01,
        desc_act=False,  # set to False can significantly speed up inference but the perplexity may slightly bad
        static_groups=False,
        sym=True,
        true_sequential=True,
        model_name_or_path=None,
        model_file_base_name="model"
    )

    tokenizer = AutoTokenizer.from_pretrained(args.model_name_or_path, trust_remote_code=True)
    tokenizer.pad_token_id = tokenizer.eod_id
    data = preprocess(json.load(open(args.data_path,encoding='utf-8')), tokenizer, args.max_len)

    model = AutoGPTQForCausalLM.from_pretrained(args.model_name_or_path, quantize_config, device_map="auto", trust_remote_code=True)

    logging.basicConfig(
        format="%(asctime)s %(levelname)s [%(name)s] %(message)s", level=logging.INFO, datefmt="%Y-%m-%d %H:%M:%S"
    )
    model.quantize(data, cache_examples_on_gpu=False)

    model.save_quantized(args.out_path, use_safetensors=True)
    tokenizer.save_pretrained(args.out_path)
accelerate                    0.27.2
aiohttp                       3.9.3
aiosignal                     1.3.1
async-timeout                 4.0.3
attrs                         23.2.0
auto_gptq                     0.8.0.dev0+cu121 c:\users\pd\autogptq-main
certifi                       2022.12.7
charset-normalizer            2.1.1
colorama                      0.4.6
datasets                      2.17.1
dill                          0.3.8
einops                        0.7.0
filelock                      3.9.0
frozenlist                    1.4.1
fsspec                        2023.10.0
gekko                         1.0.6
huggingface-hub               0.20.3
idna                          3.4
Jinja2                        3.1.2
MarkupSafe                    2.1.3
mpmath                        1.3.0
multidict                     6.0.5
multiprocess                  0.70.16
networkx                      3.2.1
numpy                         1.24.1
packaging                     23.2
pandas                        2.2.0
peft                          0.8.2
pillow                        10.2.0
pip                           24.0
psutil                        5.9.8
pyarrow                       15.0.0
pyarrow-hotfix                0.6
python-dateutil               2.8.2
pytz                          2024.1
PyYAML                        6.0.1
regex                         2023.12.25
requests                      2.28.1
rouge                         1.0.1
safetensors                   0.4.2
sentencepiece                 0.2.0
setuptools                    69.1.0
six                           1.16.0
sympy                         1.12
tiktoken                      0.6.0
tokenizers                    0.13.3
torch                         2.1.1+cu121
torchaudio                    2.1.1+cu121
torchvision                   0.16.1+cu121
tqdm                          4.66.2
transformers                  4.32.1
transformers-stream-generator 0.0.4
typing_extensions             4.8.0
tzdata                        2024.1
urllib3                       1.26.13
wheel                         0.42.0
xxhash                        3.4.1
yarl                          1.9.4
kcwpcxri

kcwpcxri7#

我可以询问在什么情况下量化过程会突然退出程序而不出现任何错误提示吗?
我不确定,但你可能正在耗尽内存。你可能不会收到cuda内存不足的错误,因为较新的驱动程序尝试使用交换空间代替,但有时这变得过多,Windows会杀死它。我不确定是否是因为你也用完了ram,然后使用了pagefile。但无论如何,你可能正在耗尽内存。

相关问题