李沐《动手学深度学习》d2l安装教程
文章目录
- 最新回答
- 报错提醒
- 安装对应版本
- 安装C++工具和Windows SDK
最新回答
安装旧版本即可
pip install d2l==0.17.0
WARNING: Ignoring invalid distribution -pencv-python (e:\python3.10\lib\site-packages)
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Collecting d2l==0.17.0Downloading https://pypi.tuna.tsinghua.edu.cn/packages/44/05/391cc397a2bb3b9c9bb61db803a45162e67b1802b9b85fde8e1234909178/d2l-0.17.0-py3-none-any.whl (83 kB)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.2/83.2 kB 669.7 kB/s eta 0:00:00
Requirement already satisfied: jupyter in e:\python3.10\lib\site-packages (from d2l==0.17.0) (1.0.0)
Requirement already satisfied: numpy in e:\python3.10\lib\site-packages (from d2l==0.17.0) (1.23.5)
Requirement already satisfied: matplotlib in e:\python3.10\lib\site-packages (from d2l==0.17.0) (3.7.2)
Requirement already satisfied: requests in e:\python3.10\lib\site-packages (from d2l==0.17.0) (2.31.0)
Requirement already satisfied: pandas in e:\python3.10\lib\site-packages (from d2l==0.17.0) (2.0.3)
Requirement already satisfied: notebook in e:\python3.10\lib\site-packages (from jupyter->d2l==0.17.0) (7.0.5)
Requirement already satisfied: qtconsole in e:\python3.10\lib\site-packages (from jupyter->d2l==0.17.0) (5.4.4)
Requirement already satisfied: jupyter-console in e:\python3.10\lib\site-packages (from jupyter->d2l==0.17.0) (6.6.3)
Requirement already satisfied: nbconvert in e:\python3.10\lib\site-packages (from jupyter->d2l==0.17.0) (7.9.2)
Requirement already satisfied: ipykernel in c:\users\lenovo\appdata\roaming\python\python310\site-packages (from jupyter->d2l==0.17.0) (6.25.2)
Requirement already satisfied: ipywidgets in e:\python3.10\lib\site-packages (from jupyter->d2l==0.17.0) (8.1.1)
Requirement already satisfied: contourpy>=1.0.1 in e:\python3.10\lib\site-packages (from matplotlib->d2l==0.17.0) (1.1.1)
Requirement already satisfied: cycler>=0.10 in e:\python3.10\lib\site-packages (from matplotlib->d2l==0.17.0) (0.11.0)
Requirement already satisfied: fonttools>=4.22.0 in e:\python3.10\lib\site-packages (from matplotlib->d2l==0.17.0) (4.42.1)
Requirement already satisfied: kiwisolver>=1.0.1 in e:\python3.10\lib\site-packages (from matplotlib->d2l==0.17.0) (1.4.5)
Requirement already satisfied: packaging>=20.0 in e:\python3.10\lib\site-packages (from matplotlib->d2l==0.17.0) (23.2)
Requirement already satisfied: pillow>=6.2.0 in e:\python3.10\lib\site-packages (from matplotlib->d2l==0.17.0) (10.2.0)
Requirement already satisfied: pyparsing<3.1,>=2.3.1 in e:\python3.10\lib\site-packages (from matplotlib->d2l==0.17.0) (3.0.9)
Requirement already satisfied: python-dateutil>=2.7 in c:\users\lenovo\appdata\roaming\python\python310\site-packages (from matplotlib->d2l==0.17.0) (2.8.2)
Requirement already satisfied: pytz>=2020.1 in e:\python3.10\lib\site-packages (from pandas->d2l==0.17.0) (2023.3.post1)
Requirement already satisfied: tzdata>=2022.1 in e:\python3.10\lib\site-packages (from pandas->d2l==0.17.0) (2023.3)
Requirement already satisfied: charset-normalizer<4,>=2 in e:\python3.10\lib\site-packages (from requests->d2l==0.17.0) (3.4.2)
Requirement already satisfied: idna<4,>=2.5 in e:\python3.10\lib\site-packages (from requests->d2l==0.17.0) (3.4)
Requirement already satisfied: urllib3<3,>=1.21.1 in e:\python3.10\lib\site-packages (from requests->d2l==0.17.0) (1.26.13)
Requirement already satisfied: certifi>=2017.4.17 in e:\python3.10\lib\site-packages (from requests->d2l==0.17.0) (2024.8.30)
Requirement already satisfied: six>=1.5 in c:\users\lenovo\appdata\roaming\python\python310\site-packages (from python-dateutil>=2.7->matplotlib->d2l==0.17.0) (1.16.0)
Requirement already satisfied: comm>=0.1.1 in c:\users\lenovo\appdata\roaming\python\python310\site-packages (from ipykernel->jupyter->d2l==0.17.0) (0.1.4)
Requirement already satisfied: debugpy>=1.6.5 in c:\users\lenovo\appdata\roaming\python\python310\site-packages (from ipykernel->jupyter->d2l==0.17.0) (1.8.0)
Requirement already satisfied: ipython>=7.23.1 in c:\users\lenovo\appdata\roaming\python\python310\site-packages (from ipykernel->jupyter->d2l==0.17.0) (8.15.0)
Requirement already satisfied: jupyter-client>=6.1.12 in c:\users\lenovo\appdata\roaming\python\python310\site-packages (from ipykernel->jupyter->d2l==0.17.0) (8.3.1)
Requirement already satisfied: jupyter-core!=5.0.*,>=4.12 in c:\users\lenovo\appdata\roaming\python\python310\site-packages (from ipykernel->jupyter->d2l==0.17.0) (5.3.1)
Requirement already satisfied: matplotlib-inline>=0.1 in c:\users\lenovo\appdata\roaming\python\python310\site-packages (from ipykernel->jupyter->d2l==0.17.0) (0.1.6)
Requirement already satisfied: nest-asyncio in c:\users\lenovo\appdata\roaming\python\python310\site-packages (from ipykernel->jupyter->d2l==0.17.0) (1.5.8)
Requirement already satisfied: psutil in c:\users\lenovo\appdata\roaming\python\python310\site-packages (from ipykernel->jupyter->d2l==0.17.0) (5.9.5)
Requirement already satisfied: pyzmq>=20 in c:\users\lenovo\appdata\roaming\python\python310\site-packages (from ipykernel->jupyter->d2l==0.17.0) (25.1.1)
Requirement already satisfied: tornado>=6.1 in c:\users\lenovo\appdata\roaming\python\python310\site-packages (from ipykernel->jupyter->d2l==0.17.0) (6.3.3)
Requirement already satisfied: traitlets>=5.4.0 in c:\users\lenovo\appdata\roaming\python\python310\site-packages (from ipykernel->jupyter->d2l==0.17.0) (5.10.0)
Requirement already satisfied: widgetsnbextension~=4.0.9 in e:\python3.10\lib\site-packages (from ipywidgets->jupyter->d2l==0.17.0) (4.0.9)
Requirement already satisfied: jupyterlab-widgets~=3.0.9 in e:\python3.10\lib\site-packages (from ipywidgets->jupyter->d2l==0.17.0) (3.0.9)
Requirement already satisfied: prompt-toolkit>=3.0.30 in c:\users\lenovo\appdata\roaming\python\python310\site-packages (from jupyter-console->jupyter->d2l==0.17.0) (3.0.39)
Requirement already satisfied: pygments in e:\python3.10\lib\site-packages (from jupyter-console->jupyter->d2l==0.17.0) (2.19.1)
Requirement already satisfied: beautifulsoup4 in e:\python3.10\lib\site-packages (from nbconvert->jupyter->d2l==0.17.0) (4.12.3)
Requirement already satisfied: bleach!=5.0.0 in e:\python3.10\lib\site-packages (from nbconvert->jupyter->d2l==0.17.0) (6.1.0)
Requirement already satisfied: defusedxml in e:\python3.10\lib\site-packages (from nbconvert->jupyter->d2l==0.17.0) (0.7.1)
Requirement already satisfied: jinja2>=3.0 in e:\python3.10\lib\site-packages (from nbconvert->jupyter->d2l==0.17.0) (3.1.4)
Requirement already satisfied: jupyterlab-pygments in e:\python3.10\lib\site-packages (from nbconvert->jupyter->d2l==0.17.0) (0.2.2)
Requirement already satisfied: markupsafe>=2.0 in e:\python3.10\lib\site-packages (from nbconvert->jupyter->d2l==0.17.0) (2.1.5)
Requirement already satisfied: mistune<4,>=2.0.3 in e:\python3.10\lib\site-packages (from nbconvert->jupyter->d2l==0.17.0) (3.0.2)
Requirement already satisfied: nbclient>=0.5.0 in e:\python3.10\lib\site-packages (from nbconvert->jupyter->d2l==0.17.0) (0.8.0)
Requirement already satisfied: nbformat>=5.7 in e:\python3.10\lib\site-packages (from nbconvert->jupyter->d2l==0.17.0) (5.9.2)
Requirement already satisfied: pandocfilters>=1.4.1 in e:\python3.10\lib\site-packages (from nbconvert->jupyter->d2l==0.17.0) (1.5.0)
Requirement already satisfied: tinycss2 in e:\python3.10\lib\site-packages (from nbconvert->jupyter->d2l==0.17.0) (1.3.0)
Requirement already satisfied: jupyter-server<3,>=2.4.0 in e:\python3.10\lib\site-packages (from notebook->jupyter->d2l==0.17.0) (2.7.3)
Requirement already satisfied: jupyterlab-server<3,>=2.22.1 in e:\python3.10\lib\site-packages (from notebook->jupyter->d2l==0.17.0) (2.25.0)
Requirement already satisfied: jupyterlab<5,>=4.0.2 in e:\python3.10\lib\site-packages (from notebook->jupyter->d2l==0.17.0) (4.0.7)
Requirement already satisfied: notebook-shim<0.3,>=0.2 in e:\python3.10\lib\site-packages (from notebook->jupyter->d2l==0.17.0) (0.2.3)
Requirement already satisfied: ipython-genutils in e:\python3.10\lib\site-packages (from qtconsole->jupyter->d2l==0.17.0) (0.2.0)
Requirement already satisfied: qtpy>=2.4.0 in e:\python3.10\lib\site-packages (from qtconsole->jupyter->d2l==0.17.0) (2.4.0)
Requirement already satisfied: webencodings in e:\python3.10\lib\site-packages (from bleach!=5.0.0->nbconvert->jupyter->d2l==0.17.0) (0.5.1)
Requirement already satisfied: backcall in c:\users\lenovo\appdata\roaming\python\python310\site-packages (from ipython>=7.23.1->ipykernel->jupyter->d2l==0.17.0) (0.2.0)
Requirement already satisfied: decorator in e:\python3.10\lib\site-packages (from ipython>=7.23.1->ipykernel->jupyter->d2l==0.17.0) (4.4.2)
Requirement already satisfied: jedi>=0.16 in c:\users\lenovo\appdata\roaming\python\python310\site-packages (from ipython>=7.23.1->ipykernel->jupyter->d2l==0.17.0) (0.19.0)
Requirement already satisfied: pickleshare in c:\users\lenovo\appdata\roaming\python\python310\site-packages (from ipython>=7.23.1->ipykernel->jupyter->d2l==0.17.0) (0.7.5)
Requirement already satisfied: stack-data in c:\users\lenovo\appdata\roaming\python\python310\site-packages (from ipython>=7.23.1->ipykernel->jupyter->d2l==0.17.0) (0.6.2)
Requirement already satisfied: exceptiongroup in c:\users\lenovo\appdata\roaming\python\python310\site-packages (from ipython>=7.23.1->ipykernel->jupyter->d2l==0.17.0) (1.1.3)
Requirement already satisfied: colorama in e:\python3.10\lib\site-packages (from ipython>=7.23.1->ipykernel->jupyter->d2l==0.17.0) (0.4.6)
Requirement already satisfied: platformdirs>=2.5 in e:\python3.10\lib\site-packages (from jupyter-core!=5.0.*,>=4.12->ipykernel->jupyter->d2l==0.17.0) (4.3.8)
Requirement already satisfied: pywin32>=300 in c:\users\lenovo\appdata\roaming\python\python310\site-packages (from jupyter-core!=5.0.*,>=4.12->ipykernel->jupyter->d2l==0.17.0) (306)
Requirement already satisfied: anyio>=3.1.0 in e:\python3.10\lib\site-packages (from jupyter-server<3,>=2.4.0->notebook->jupyter->d2l==0.17.0) (3.7.1)
Requirement already satisfied: argon2-cffi in e:\python3.10\lib\site-packages (from jupyter-server<3,>=2.4.0->notebook->jupyter->d2l==0.17.0) (23.1.0)
Requirement already satisfied: jupyter-events>=0.6.0 in e:\python3.10\lib\site-packages (from jupyter-server<3,>=2.4.0->notebook->jupyter->d2l==0.17.0) (0.7.0)
Requirement already satisfied: jupyter-server-terminals in e:\python3.10\lib\site-packages (from jupyter-server<3,>=2.4.0->notebook->jupyter->d2l==0.17.0) (0.4.4)
Requirement already satisfied: overrides in e:\python3.10\lib\site-packages (from jupyter-server<3,>=2.4.0->notebook->jupyter->d2l==0.17.0) (7.4.0)
Requirement already satisfied: prometheus-client in e:\python3.10\lib\site-packages (from jupyter-server<3,>=2.4.0->notebook->jupyter->d2l==0.17.0) (0.17.1)
Requirement already satisfied: pywinpty in e:\python3.10\lib\site-packages (from jupyter-server<3,>=2.4.0->notebook->jupyter->d2l==0.17.0) (2.0.12)
Requirement already satisfied: send2trash>=1.8.2 in e:\python3.10\lib\site-packages (from jupyter-server<3,>=2.4.0->notebook->jupyter->d2l==0.17.0) (1.8.2)
Requirement already satisfied: terminado>=0.8.3 in e:\python3.10\lib\site-packages (from jupyter-server<3,>=2.4.0->notebook->jupyter->d2l==0.17.0) (0.17.1)
Requirement already satisfied: websocket-client in e:\python3.10\lib\site-packages (from jupyter-server<3,>=2.4.0->notebook->jupyter->d2l==0.17.0) (1.6.4)
Requirement already satisfied: async-lru>=1.0.0 in e:\python3.10\lib\site-packages (from jupyterlab<5,>=4.0.2->notebook->jupyter->d2l==0.17.0) (2.0.4)
Requirement already satisfied: jupyter-lsp>=2.0.0 in e:\python3.10\lib\site-packages (from jupyterlab<5,>=4.0.2->notebook->jupyter->d2l==0.17.0) (2.2.0)
Requirement already satisfied: tomli in e:\python3.10\lib\site-packages (from jupyterlab<5,>=4.0.2->notebook->jupyter->d2l==0.17.0) (2.0.1)
Requirement already satisfied: babel>=2.10 in e:\python3.10\lib\site-packages (from jupyterlab-server<3,>=2.22.1->notebook->jupyter->d2l==0.17.0) (2.13.0)
Requirement already satisfied: json5>=0.9.0 in e:\python3.10\lib\site-packages (from jupyterlab-server<3,>=2.22.1->notebook->jupyter->d2l==0.17.0) (0.9.14)
Requirement already satisfied: jsonschema>=4.18.0 in e:\python3.10\lib\site-packages (from jupyterlab-server<3,>=2.22.1->notebook->jupyter->d2l==0.17.0) (4.19.1)
Requirement already satisfied: fastjsonschema in e:\python3.10\lib\site-packages (from nbformat>=5.7->nbconvert->jupyter->d2l==0.17.0) (2.18.1)
Requirement already satisfied: wcwidth in c:\users\lenovo\appdata\roaming\python\python310\site-packages (from prompt-toolkit>=3.0.30->jupyter-console->jupyter->d2l==0.17.0) (0.2.6)
Requirement already satisfied: soupsieve>1.2 in e:\python3.10\lib\site-packages (from beautifulsoup4->nbconvert->jupyter->d2l==0.17.0) (2.5)
Requirement already satisfied: sniffio>=1.1 in e:\python3.10\lib\site-packages (from anyio>=3.1.0->jupyter-server<3,>=2.4.0->notebook->jupyter->d2l==0.17.0) (1.3.0)
Requirement already satisfied: typing-extensions>=4.0.0 in e:\python3.10\lib\site-packages (from async-lru>=1.0.0->jupyterlab<5,>=4.0.2->notebook->jupyter->d2l==0.17.0) (4.11.0)
Requirement already satisfied: parso<0.9.0,>=0.8.3 in c:\users\lenovo\appdata\roaming\python\python310\site-packages (from jedi>=0.16->ipython>=7.23.1->ipykernel->jupyter->d2l==0.17.0) (0.8.3)
Requirement already satisfied: attrs>=22.2.0 in e:\python3.10\lib\site-packages (from jsonschema>=4.18.0->jupyterlab-server<3,>=2.22.1->notebook->jupyter->d2l==0.17.0) (23.2.0)
Requirement already satisfied: jsonschema-specifications>=2023.03.6 in e:\python3.10\lib\site-packages (from jsonschema>=4.18.0->jupyterlab-server<3,>=2.22.1->notebook->jupyter->d2l==0.17.0) (2023.7.1)
Requirement already satisfied: referencing>=0.28.4 in e:\python3.10\lib\site-packages (from jsonschema>=4.18.0->jupyterlab-server<3,>=2.22.1->notebook->jupyter->d2l==0.17.0) (0.30.2)
Requirement already satisfied: rpds-py>=0.7.1 in e:\python3.10\lib\site-packages (from jsonschema>=4.18.0->jupyterlab-server<3,>=2.22.1->notebook->jupyter->d2l==0.17.0) (0.10.4)
Requirement already satisfied: python-json-logger>=2.0.4 in e:\python3.10\lib\site-packages (from jupyter-events>=0.6.0->jupyter-server<3,>=2.4.0->notebook->jupyter->d2l==0.17.0) (2.0.7)
Requirement already satisfied: pyyaml>=5.3 in e:\python3.10\lib\site-packages (from jupyter-events>=0.6.0->jupyter-server<3,>=2.4.0->notebook->jupyter->d2l==0.17.0) (6.0.1)
Requirement already satisfied: rfc3339-validator in e:\python3.10\lib\site-packages (from jupyter-events>=0.6.0->jupyter-server<3,>=2.4.0->notebook->jupyter->d2l==0.17.0) (0.1.4)
Requirement already satisfied: rfc3986-validator>=0.1.1 in e:\python3.10\lib\site-packages (from jupyter-events>=0.6.0->jupyter-server<3,>=2.4.0->notebook->jupyter->d2l==0.17.0) (0.1.1)
Requirement already satisfied: argon2-cffi-bindings in e:\python3.10\lib\site-packages (from argon2-cffi->jupyter-server<3,>=2.4.0->notebook->jupyter->d2l==0.17.0) (21.2.0)
Requirement already satisfied: executing>=1.2.0 in c:\users\lenovo\appdata\roaming\python\python310\site-packages (from stack-data->ipython>=7.23.1->ipykernel->jupyter->d2l==0.17.0) (1.2.0)
Requirement already satisfied: asttokens>=2.1.0 in c:\users\lenovo\appdata\roaming\python\python310\site-packages (from stack-data->ipython>=7.23.1->ipykernel->jupyter->d2l==0.17.0) (2.4.0)
Requirement already satisfied: pure-eval in c:\users\lenovo\appdata\roaming\python\python310\site-packages (from stack-data->ipython>=7.23.1->ipykernel->jupyter->d2l==0.17.0) (0.2.2)
Requirement already satisfied: fqdn in e:\python3.10\lib\site-packages (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.6.0->jupyter-server<3,>=2.4.0->notebook->jupyter->d2l==0.17.0) (1.5.1)
Requirement already satisfied: isoduration in e:\python3.10\lib\site-packages (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.6.0->jupyter-server<3,>=2.4.0->notebook->jupyter->d2l==0.17.0) (20.11.0)
Requirement already satisfied: jsonpointer>1.13 in e:\python3.10\lib\site-packages (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.6.0->jupyter-server<3,>=2.4.0->notebook->jupyter->d2l==0.17.0) (2.4)
Requirement already satisfied: uri-template in e:\python3.10\lib\site-packages (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.6.0->jupyter-server<3,>=2.4.0->notebook->jupyter->d2l==0.17.0) (1.3.0)
Requirement already satisfied: webcolors>=1.11 in e:\python3.10\lib\site-packages (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.6.0->jupyter-server<3,>=2.4.0->notebook->jupyter->d2l==0.17.0) (1.13)
Requirement already satisfied: cffi>=1.0.1 in e:\python3.10\lib\site-packages (from argon2-cffi-bindings->argon2-cffi->jupyter-server<3,>=2.4.0->notebook->jupyter->d2l==0.17.0) (1.16.0)
Requirement already satisfied: pycparser in e:\python3.10\lib\site-packages (from cffi>=1.0.1->argon2-cffi-bindings->argon2-cffi->jupyter-server<3,>=2.4.0->notebook->jupyter->d2l==0.17.0) (2.21)
Requirement already satisfied: arrow>=0.15.0 in e:\python3.10\lib\site-packages (from isoduration->jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.6.0->jupyter-server<3,>=2.4.0->notebook->jupyter->d2l==0.17.0) (1.3.0)
Requirement already satisfied: types-python-dateutil>=2.8.10 in e:\python3.10\lib\site-packages (from arrow>=0.15.0->isoduration->jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.6.0->jupyter-server<3,>=2.4.0->notebook->jupyter->d2l==0.17.0) (2.8.19.14)
WARNING: Ignoring invalid distribution -pencv-python (e:\python3.10\lib\site-packages)
DEPRECATION: omegaconf 2.0.6 has a non-standard dependency specifier PyYAML>=5.1.*. pip 24.1 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of omegaconf or contact the author to suggest that they release a version with a conforming dependency specifiers. Discussion can be found at https://github.com/pypa/pip/issues/12063
Installing collected packages: d2lAttempting uninstall: d2lFound existing installation: d2l 1.0.3Uninstalling d2l-1.0.3:Successfully uninstalled d2l-1.0.3
Successfully installed d2l-0.17.0
报错提醒
直接安装最新版本的d2l
,版本号是1.0.3
,显示
import random
import torch
from d2l import torch as d2ltokens = d2l.tokenize(d2l.read_time_machine())
# 因为每个文本行不一定是一个句子或一个段落,因此我们把所有文本行拼接到一起
corpus = [token for line in tokens for token in line]
vocab = d2l.Vocab(corpus)
vocab.token_freqs[:10]
AttributeError: module 'd2l.torch' has no attribute 'read_time_machine'
安装对应版本
查看线上网址显示所有示例代码使用的d2l
版本是0.17.6
。
直接安装pip install d2l==0.17.6
会显示pandas库build错误,需要确保 Visual Studio Build Tools
安装完整,特别是 C++
生成工具 和 Windows SDK
。
PS C:\Users\lenovo> pip show d2l
WARNING: Ignoring invalid distribution -pencv-python (e:\python3.10\lib\site-packages)
Name: d2l
Version: 1.0.3
Summary: Dive into Deep Learning
Home-page: https://d2l.ai
Author: D2L Developers
Author-email: d2l.devs@gmail.com
License: MIT-0
Location: e:\python3.10\lib\site-packages
Requires: jupyter, matplotlib, matplotlib-inline, numpy, pandas, requests, scipy
Required-by:
PS C:\Users\lenovo> pip install d2l==0.17.6
WARNING: Ignoring invalid distribution -pencv-python (e:\python3.10\lib\site-packages)
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Collecting d2l==0.17.6Using cached https://pypi.tuna.tsinghua.edu.cn/packages/1d/e6/afdec5250085814182e4b4e2629905c81e5cdf200f17751bdb06818624b0/d2l-0.17.6-py3-none-any.whl (112 kB)
Requirement already satisfied: jupyter==1.0.0 in e:\python3.10\lib\site-packages (from d2l==0.17.6) (1.0.0)
Collecting numpy==1.21.5 (from d2l==0.17.6)Using cached https://pypi.tuna.tsinghua.edu.cn/packages/2d/79/56b53c21a2f3933dd786ddf89de210a2d6693244e6cf22e8f6d3697a6eed/numpy-1.21.5-cp310-cp310-win_amd64.whl (14.0 MB)
Collecting matplotlib==3.5.1 (from d2l==0.17.6)Using cached https://pypi.tuna.tsinghua.edu.cn/packages/42/c6/5c8c25e1821b38c325816d46bf4ad47f9c890ab87039ab2a4db4246f1960/matplotlib-3.5.1-cp310-cp310-win_amd64.whl (7.2 MB)
Collecting requests==2.25.1 (from d2l==0.17.6)Using cached https://pypi.tuna.tsinghua.edu.cn/packages/29/c1/24814557f1d22c56d50280771a17307e6bf87b70727d975fd6b2ce6b014a/requests-2.25.1-py2.py3-none-any.whl (61 kB)
Collecting pandas==1.2.4 (from d2l==0.17.6)Using cached https://pypi.tuna.tsinghua.edu.cn/packages/e8/81/f7be049fe887865200a0450b137f2c574647b9154503865502cfd720ab5d/pandas-1.2.4.tar.gz (5.5 MB)Installing build dependencies ... doneGetting requirements to build wheel ... donePreparing metadata (pyproject.toml) ... done
Requirement already satisfied: notebook in e:\python3.10\lib\site-packages (from jupyter==1.0.0->d2l==0.17.6) (7.0.5)
Requirement already satisfied: qtconsole in e:\python3.10\lib\site-packages (from jupyter==1.0.0->d2l==0.17.6) (5.4.4)
Requirement already satisfied: jupyter-console in e:\python3.10\lib\site-packages (from jupyter==1.0.0->d2l==0.17.6) (6.6.3)
Requirement already satisfied: nbconvert in e:\python3.10\lib\site-packages (from jupyter==1.0.0->d2l==0.17.6) (7.9.2)
Requirement already satisfied: ipykernel in c:\users\lenovo\appdata\roaming\python\python310\site-packages (from jupyter==1.0.0->d2l==0.17.6) (6.25.2)
Requirement already satisfied: ipywidgets in e:\python3.10\lib\site-packages (from jupyter==1.0.0->d2l==0.17.6) (8.1.1)
Requirement already satisfied: cycler>=0.10 in e:\python3.10\lib\site-packages (from matplotlib==3.5.1->d2l==0.17.6) (0.11.0)
Requirement already satisfied: fonttools>=4.22.0 in e:\python3.10\lib\site-packages (from matplotlib==3.5.1->d2l==0.17.6) (4.42.1)
Requirement already satisfied: kiwisolver>=1.0.1 in e:\python3.10\lib\site-packages (from matplotlib==3.5.1->d2l==0.17.6) (1.4.5)
Requirement already satisfied: packaging>=20.0 in e:\python3.10\lib\site-packages (from matplotlib==3.5.1->d2l==0.17.6) (23.2)
Requirement already satisfied: pillow>=6.2.0 in e:\python3.10\lib\site-packages (from matplotlib==3.5.1->d2l==0.17.6) (10.2.0)
Requirement already satisfied: pyparsing>=2.2.1 in e:\python3.10\lib\site-packages (from matplotlib==3.5.1->d2l==0.17.6) (3.0.9)
Requirement already satisfied: python-dateutil>=2.7 in c:\users\lenovo\appdata\roaming\python\python310\site-packages (from matplotlib==3.5.1->d2l==0.17.6) (2.8.2)
Requirement already satisfied: pytz>=2017.3 in e:\python3.10\lib\site-packages (from pandas==1.2.4->d2l==0.17.6) (2023.3.post1)
Collecting chardet<5,>=3.0.2 (from requests==2.25.1->d2l==0.17.6)Using cached https://pypi.tuna.tsinghua.edu.cn/packages/19/c7/fa589626997dd07bd87d9269342ccb74b1720384a4d739a1872bd84fbe68/chardet-4.0.0-py2.py3-none-any.whl (178 kB)
Collecting idna<3,>=2.5 (from requests==2.25.1->d2l==0.17.6)Using cached https://pypi.tuna.tsinghua.edu.cn/packages/a2/38/928ddce2273eaa564f6f50de919327bf3a00f091b5baba8dfa9460f3a8a8/idna-2.10-py2.py3-none-any.whl (58 kB)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in e:\python3.10\lib\site-packages (from requests==2.25.1->d2l==0.17.6) (1.26.13)
Requirement already satisfied: certifi>=2017.4.17 in e:\python3.10\lib\site-packages (from requests==2.25.1->d2l==0.17.6) (2024.8.30)
Requirement already satisfied: six>=1.5 in c:\users\lenovo\appdata\roaming\python\python310\site-packages (from python-dateutil>=2.7->matplotlib==3.5.1->d2l==0.17.6) (1.16.0)
Requirement already satisfied: comm>=0.1.1 in c:\users\lenovo\appdata\roaming\python\python310\site-packages (from ipykernel->jupyter==1.0.0->d2l==0.17.6) (0.1.4)
Requirement already satisfied: debugpy>=1.6.5 in c:\users\lenovo\appdata\roaming\python\python310\site-packages (from ipykernel->jupyter==1.0.0->d2l==0.17.6) (1.8.0)
Requirement already satisfied: ipython>=7.23.1 in c:\users\lenovo\appdata\roaming\python\python310\site-packages (from ipykernel->jupyter==1.0.0->d2l==0.17.6) (8.15.0)
Requirement already satisfied: jupyter-client>=6.1.12 in c:\users\lenovo\appdata\roaming\python\python310\site-packages (from ipykernel->jupyter==1.0.0->d2l==0.17.6) (8.3.1)
Requirement already satisfied: jupyter-core!=5.0.*,>=4.12 in c:\users\lenovo\appdata\roaming\python\python310\site-packages (from ipykernel->jupyter==1.0.0->d2l==0.17.6) (5.3.1)
Requirement already satisfied: matplotlib-inline>=0.1 in c:\users\lenovo\appdata\roaming\python\python310\site-packages (from ipykernel->jupyter==1.0.0->d2l==0.17.6) (0.1.6)
Requirement already satisfied: nest-asyncio in c:\users\lenovo\appdata\roaming\python\python310\site-packages (from ipykernel->jupyter==1.0.0->d2l==0.17.6) (1.5.8)
Requirement already satisfied: psutil in c:\users\lenovo\appdata\roaming\python\python310\site-packages (from ipykernel->jupyter==1.0.0->d2l==0.17.6) (5.9.5)
Requirement already satisfied: pyzmq>=20 in c:\users\lenovo\appdata\roaming\python\python310\site-packages (from ipykernel->jupyter==1.0.0->d2l==0.17.6) (25.1.1)
Requirement already satisfied: tornado>=6.1 in c:\users\lenovo\appdata\roaming\python\python310\site-packages (from ipykernel->jupyter==1.0.0->d2l==0.17.6) (6.3.3)
Requirement already satisfied: traitlets>=5.4.0 in c:\users\lenovo\appdata\roaming\python\python310\site-packages (from ipykernel->jupyter==1.0.0->d2l==0.17.6) (5.10.0)
Requirement already satisfied: widgetsnbextension~=4.0.9 in e:\python3.10\lib\site-packages (from ipywidgets->jupyter==1.0.0->d2l==0.17.6) (4.0.9)
Requirement already satisfied: jupyterlab-widgets~=3.0.9 in e:\python3.10\lib\site-packages (from ipywidgets->jupyter==1.0.0->d2l==0.17.6) (3.0.9)
Requirement already satisfied: prompt-toolkit>=3.0.30 in c:\users\lenovo\appdata\roaming\python\python310\site-packages (from jupyter-console->jupyter==1.0.0->d2l==0.17.6) (3.0.39)
Requirement already satisfied: pygments in e:\python3.10\lib\site-packages (from jupyter-console->jupyter==1.0.0->d2l==0.17.6) (2.19.1)
Requirement already satisfied: beautifulsoup4 in e:\python3.10\lib\site-packages (from nbconvert->jupyter==1.0.0->d2l==0.17.6) (4.12.3)
Requirement already satisfied: bleach!=5.0.0 in e:\python3.10\lib\site-packages (from nbconvert->jupyter==1.0.0->d2l==0.17.6) (6.1.0)
Requirement already satisfied: defusedxml in e:\python3.10\lib\site-packages (from nbconvert->jupyter==1.0.0->d2l==0.17.6) (0.7.1)
Requirement already satisfied: jinja2>=3.0 in e:\python3.10\lib\site-packages (from nbconvert->jupyter==1.0.0->d2l==0.17.6) (3.1.4)
Requirement already satisfied: jupyterlab-pygments in e:\python3.10\lib\site-packages (from nbconvert->jupyter==1.0.0->d2l==0.17.6) (0.2.2)
Requirement already satisfied: markupsafe>=2.0 in e:\python3.10\lib\site-packages (from nbconvert->jupyter==1.0.0->d2l==0.17.6) (2.1.5)
Requirement already satisfied: mistune<4,>=2.0.3 in e:\python3.10\lib\site-packages (from nbconvert->jupyter==1.0.0->d2l==0.17.6) (3.0.2)
Requirement already satisfied: nbclient>=0.5.0 in e:\python3.10\lib\site-packages (from nbconvert->jupyter==1.0.0->d2l==0.17.6) (0.8.0)
Requirement already satisfied: nbformat>=5.7 in e:\python3.10\lib\site-packages (from nbconvert->jupyter==1.0.0->d2l==0.17.6) (5.9.2)
Requirement already satisfied: pandocfilters>=1.4.1 in e:\python3.10\lib\site-packages (from nbconvert->jupyter==1.0.0->d2l==0.17.6) (1.5.0)
Requirement already satisfied: tinycss2 in e:\python3.10\lib\site-packages (from nbconvert->jupyter==1.0.0->d2l==0.17.6) (1.3.0)
Requirement already satisfied: jupyter-server<3,>=2.4.0 in e:\python3.10\lib\site-packages (from notebook->jupyter==1.0.0->d2l==0.17.6) (2.7.3)
Requirement already satisfied: jupyterlab-server<3,>=2.22.1 in e:\python3.10\lib\site-packages (from notebook->jupyter==1.0.0->d2l==0.17.6) (2.25.0)
Requirement already satisfied: jupyterlab<5,>=4.0.2 in e:\python3.10\lib\site-packages (from notebook->jupyter==1.0.0->d2l==0.17.6) (4.0.7)
Requirement already satisfied: notebook-shim<0.3,>=0.2 in e:\python3.10\lib\site-packages (from notebook->jupyter==1.0.0->d2l==0.17.6) (0.2.3)
Requirement already satisfied: ipython-genutils in e:\python3.10\lib\site-packages (from qtconsole->jupyter==1.0.0->d2l==0.17.6) (0.2.0)
Requirement already satisfied: qtpy>=2.4.0 in e:\python3.10\lib\site-packages (from qtconsole->jupyter==1.0.0->d2l==0.17.6) (2.4.0)
Requirement already satisfied: webencodings in e:\python3.10\lib\site-packages (from bleach!=5.0.0->nbconvert->jupyter==1.0.0->d2l==0.17.6) (0.5.1)
Requirement already satisfied: backcall in c:\users\lenovo\appdata\roaming\python\python310\site-packages (from ipython>=7.23.1->ipykernel->jupyter==1.0.0->d2l==0.17.6) (0.2.0)
Requirement already satisfied: decorator in e:\python3.10\lib\site-packages (from ipython>=7.23.1->ipykernel->jupyter==1.0.0->d2l==0.17.6) (4.4.2)
Requirement already satisfied: jedi>=0.16 in c:\users\lenovo\appdata\roaming\python\python310\site-packages (from ipython>=7.23.1->ipykernel->jupyter==1.0.0->d2l==0.17.6) (0.19.0)
Requirement already satisfied: pickleshare in c:\users\lenovo\appdata\roaming\python\python310\site-packages (from ipython>=7.23.1->ipykernel->jupyter==1.0.0->d2l==0.17.6) (0.7.5)
Requirement already satisfied: stack-data in c:\users\lenovo\appdata\roaming\python\python310\site-packages (from ipython>=7.23.1->ipykernel->jupyter==1.0.0->d2l==0.17.6) (0.6.2)
Requirement already satisfied: exceptiongroup in c:\users\lenovo\appdata\roaming\python\python310\site-packages (from ipython>=7.23.1->ipykernel->jupyter==1.0.0->d2l==0.17.6) (1.1.3)
Requirement already satisfied: colorama in e:\python3.10\lib\site-packages (from ipython>=7.23.1->ipykernel->jupyter==1.0.0->d2l==0.17.6) (0.4.6)
Requirement already satisfied: platformdirs>=2.5 in e:\python3.10\lib\site-packages (from jupyter-core!=5.0.*,>=4.12->ipykernel->jupyter==1.0.0->d2l==0.17.6) (4.3.8)
Requirement already satisfied: pywin32>=300 in c:\users\lenovo\appdata\roaming\python\python310\site-packages (from jupyter-core!=5.0.*,>=4.12->ipykernel->jupyter==1.0.0->d2l==0.17.6) (306)
Requirement already satisfied: anyio>=3.1.0 in e:\python3.10\lib\site-packages (from jupyter-server<3,>=2.4.0->notebook->jupyter==1.0.0->d2l==0.17.6) (3.7.1)
Requirement already satisfied: argon2-cffi in e:\python3.10\lib\site-packages (from jupyter-server<3,>=2.4.0->notebook->jupyter==1.0.0->d2l==0.17.6) (23.1.0)
Requirement already satisfied: jupyter-events>=0.6.0 in e:\python3.10\lib\site-packages (from jupyter-server<3,>=2.4.0->notebook->jupyter==1.0.0->d2l==0.17.6) (0.7.0)
Requirement already satisfied: jupyter-server-terminals in e:\python3.10\lib\site-packages (from jupyter-server<3,>=2.4.0->notebook->jupyter==1.0.0->d2l==0.17.6) (0.4.4)
Requirement already satisfied: overrides in e:\python3.10\lib\site-packages (from jupyter-server<3,>=2.4.0->notebook->jupyter==1.0.0->d2l==0.17.6) (7.4.0)
Requirement already satisfied: prometheus-client in e:\python3.10\lib\site-packages (from jupyter-server<3,>=2.4.0->notebook->jupyter==1.0.0->d2l==0.17.6) (0.17.1)
Requirement already satisfied: pywinpty in e:\python3.10\lib\site-packages (from jupyter-server<3,>=2.4.0->notebook->jupyter==1.0.0->d2l==0.17.6) (2.0.12)
Requirement already satisfied: send2trash>=1.8.2 in e:\python3.10\lib\site-packages (from jupyter-server<3,>=2.4.0->notebook->jupyter==1.0.0->d2l==0.17.6) (1.8.2)
Requirement already satisfied: terminado>=0.8.3 in e:\python3.10\lib\site-packages (from jupyter-server<3,>=2.4.0->notebook->jupyter==1.0.0->d2l==0.17.6) (0.17.1)
Requirement already satisfied: websocket-client in e:\python3.10\lib\site-packages (from jupyter-server<3,>=2.4.0->notebook->jupyter==1.0.0->d2l==0.17.6) (1.6.4)
Requirement already satisfied: async-lru>=1.0.0 in e:\python3.10\lib\site-packages (from jupyterlab<5,>=4.0.2->notebook->jupyter==1.0.0->d2l==0.17.6) (2.0.4)
Requirement already satisfied: jupyter-lsp>=2.0.0 in e:\python3.10\lib\site-packages (from jupyterlab<5,>=4.0.2->notebook->jupyter==1.0.0->d2l==0.17.6) (2.2.0)
Requirement already satisfied: tomli in e:\python3.10\lib\site-packages (from jupyterlab<5,>=4.0.2->notebook->jupyter==1.0.0->d2l==0.17.6) (2.0.1)
Requirement already satisfied: babel>=2.10 in e:\python3.10\lib\site-packages (from jupyterlab-server<3,>=2.22.1->notebook->jupyter==1.0.0->d2l==0.17.6) (2.13.0)
Requirement already satisfied: json5>=0.9.0 in e:\python3.10\lib\site-packages (from jupyterlab-server<3,>=2.22.1->notebook->jupyter==1.0.0->d2l==0.17.6) (0.9.14)
Requirement already satisfied: jsonschema>=4.18.0 in e:\python3.10\lib\site-packages (from jupyterlab-server<3,>=2.22.1->notebook->jupyter==1.0.0->d2l==0.17.6) (4.19.1)
INFO: pip is looking at multiple versions of jupyterlab-server to determine which version is compatible with other requirements. This could take a while.
Collecting jupyterlab-server<3,>=2.22.1 (from notebook->jupyter==1.0.0->d2l==0.17.6)Using cached https://pypi.tuna.tsinghua.edu.cn/packages/54/09/2032e7d15c544a0e3cd831c51d77a8ca57f7555b2e1b2922142eddb02a84/jupyterlab_server-2.27.3-py3-none-any.whl (59 kB)Using cached https://pypi.tuna.tsinghua.edu.cn/packages/cb/46/d5ffd7c0f63db4e9f0982c3d58efeea10fc5f47e79fb328431df78843772/jupyterlab_server-2.27.2-py3-none-any.whl (59 kB)Using cached https://pypi.tuna.tsinghua.edu.cn/packages/2f/b9/ed4ecad7cf1863a64920dc4c19b0376628b5d6bd28d2ec1e00cbac4ba2fb/jupyterlab_server-2.27.1-py3-none-any.whl (59 kB)Using cached https://pypi.tuna.tsinghua.edu.cn/packages/09/e3/32d9dff7870d7236de690106e8da62a861893558edd592c9cc55732541e3/jupyterlab_server-2.27.0-py3-none-any.whl (59 kB)Using cached https://pypi.tuna.tsinghua.edu.cn/packages/6a/c9/b270a875916b18f137bb30ecd05031a2f05c95d47a8e8fbd3f805a72f593/jupyterlab_server-2.26.0-py3-none-any.whl (59 kB)Using cached https://pypi.tuna.tsinghua.edu.cn/packages/6a/2c/ea4fdd7d4bb72106419fff1fcda7c111bd905b00afed3d8efc1a6d6e4538/jupyterlab_server-2.25.4-py3-none-any.whl (58 kB)Using cached https://pypi.tuna.tsinghua.edu.cn/packages/ab/ac/a19c579bb8ab2a2aefcf47cd3787683e6e136378d7ab2602be3b8e628030/jupyterlab_server-2.25.3-py3-none-any.whl (58 kB)
INFO: pip is still looking at multiple versions of jupyterlab-server to determine which version is compatible with other requirements. This could take a while.Using cached https://pypi.tuna.tsinghua.edu.cn/packages/a2/97/abbbe35fc67b6f9423309988f2e411f7cb117b08321866d3d8b720f4c0d4/jupyterlab_server-2.25.2-py3-none-any.whl (58 kB)Using cached https://pypi.tuna.tsinghua.edu.cn/packages/de/86/9484f35ea09efc3f8b90e58398e9b9783b9e7e9ee5b24fbb41f5e465d7a2/jupyterlab_server-2.25.1-py3-none-any.whl (58 kB)Using cached https://pypi.tuna.tsinghua.edu.cn/packages/a7/0d/6d4eab0391bd4df1c43f308368d5e177b0fa8ac632267222a23b71317091/jupyterlab_server-2.24.0-py3-none-any.whl (57 kB)Using cached https://pypi.tuna.tsinghua.edu.cn/packages/cb/14/8f1c4b9b80db855d48a762e248efd41649d102841b6bfadbd26b8c25e054/jupyterlab_server-2.23.0-py3-none-any.whl (57 kB)Using cached https://pypi.tuna.tsinghua.edu.cn/packages/ad/31/cfb84feb3803c1e0e69dbe6928ab9251b9a1548b9092a5013413c0dd49f8/jupyterlab_server-2.22.1-py3-none-any.whl (57 kB)
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C.
Collecting jupyterlab<5,>=4.0.2 (from notebook->jupyter==1.0.0->d2l==0.17.6)Downloading https://pypi.tuna.tsinghua.edu.cn/packages/c6/4d/7dd5c2ffbb960930452a031dc8410746183c924580f2ab4e68ceb5b3043f/jupyterlab-4.4.3-py3-none-any.whl (12.3 MB)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.3/12.3 MB 2.9 MB/s eta 0:00:00
Collecting notebook (from jupyter==1.0.0->d2l==0.17.6)Downloading https://pypi.tuna.tsinghua.edu.cn/packages/76/1b/16c809d799e3ddd7a97c8b43734f79624b74ddef9707e7d92275a13777bc/notebook-7.4.3-py3-none-any.whl (14.3 MB)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.3/14.3 MB 6.8 MB/s eta 0:00:00Downloading https://pypi.tuna.tsinghua.edu.cn/packages/1e/16/d3c36a0b1f6dfcf218add8eaf803bf0473ff50681ac4d51acb7ba02bce34/notebook-7.4.2-py3-none-any.whl (14.3 MB)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.3/14.3 MB 5.6 MB/s eta 0:00:00Downloading https://pypi.tuna.tsinghua.edu.cn/packages/41/c5/47248ed90d263e4c16f9f6b06f094105ce33f384cf135eab5a6452230d46/notebook-7.4.1-py3-none-any.whl (14.3 MB)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.3/14.3 MB 10.4 MB/s eta 0:00:00Downloading https://pypi.tuna.tsinghua.edu.cn/packages/13/d1/a8897aa74ac54409c4679e96e6d8b31d7187b2ce31596ae3ee95bee20e87/notebook-7.4.0-py3-none-any.whl (14.3 MB)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.3/14.3 MB 9.4 MB/s eta 0:00:00Downloading https://pypi.tuna.tsinghua.edu.cn/packages/f2/bf/5e5fcf79c559600b738d7577c8360bfd4cfa705400af06f23b3a049e44b6/notebook-7.3.3-py3-none-any.whl (13.1 MB)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.1/13.1 MB 8.2 MB/s eta 0:00:00
Collecting jupyterlab<4.4,>=4.3.6 (from notebook->jupyter==1.0.0->d2l==0.17.6)Downloading https://pypi.tuna.tsinghua.edu.cn/packages/8d/f5/13ec322810a7d69dd613dff6d5b52cecc98f33bf4d34d5bfe88d4f9f52b0/jupyterlab-4.3.7-py3-none-any.whl (11.7 MB)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.7/11.7 MB 10.6 MB/s eta 0:00:00
Collecting notebook (from jupyter==1.0.0->d2l==0.17.6)Downloading https://pypi.tuna.tsinghua.edu.cn/packages/22/9b/76e50ee18f183ea5fe1784a9eeaa50f2c71802e4740d6e959592b0993298/notebook-7.3.2-py3-none-any.whl (13.2 MB)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.2/13.2 MB 9.8 MB/s eta 0:00:00Downloading https://pypi.tuna.tsinghua.edu.cn/packages/3c/c4/764078234460706fdd2da68f1715ee42359cb24ee18b70db051cfac38455/notebook-7.3.1-py3-none-any.whl (13.2 MB)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.2/13.2 MB 9.1 MB/s eta 0:00:00Downloading https://pypi.tuna.tsinghua.edu.cn/packages/f2/77/5b2bf6b30d8c1476183e32244b64b992172e76c429d035ba8521855cc291/notebook-7.3.0-py3-none-any.whl (12.9 MB)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.9/12.9 MB 7.2 MB/s eta 0:00:00Downloading https://pypi.tuna.tsinghua.edu.cn/packages/d0/5f/80555b68f6544afb7ee1d3352a07d76f200fded1467db48927fb3bdaab4f/notebook-7.2.3-py3-none-any.whl (5.1 MB)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.1/5.1 MB 7.1 MB/s eta 0:00:00
Collecting jupyterlab<4.3,>=4.2.0 (from notebook->jupyter==1.0.0->d2l==0.17.6)Downloading https://pypi.tuna.tsinghua.edu.cn/packages/71/0d/8b1e890d317b5beb9a727d7326e59921f1a4bd1f8c4f4bdf40a60ca9ab20/jupyterlab-4.2.7-py3-none-any.whl (11.6 MB)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.6/11.6 MB 10.9 MB/s eta 0:00:00
Collecting notebook (from jupyter==1.0.0->d2l==0.17.6)Downloading https://pypi.tuna.tsinghua.edu.cn/packages/46/77/53732fbf48196af9e51c2a61833471021c1d77d335d57b96ee3588c0c53d/notebook-7.2.2-py3-none-any.whl (5.0 MB)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.0/5.0 MB 12.9 MB/s eta 0:00:00Using cached https://pypi.tuna.tsinghua.edu.cn/packages/32/b4/b0cdaf52c35a3a40633136bee5152d6670acb555c698d23a3458dca65781/notebook-7.2.1-py3-none-any.whl (5.0 MB)Using cached https://pypi.tuna.tsinghua.edu.cn/packages/64/76/4437268f47f452fb4cd5cf73fa831241ea8130ae0ab9c64d5c4ffca9f121/notebook-7.2.0-py3-none-any.whl (5.0 MB)Using cached https://pypi.tuna.tsinghua.edu.cn/packages/08/e6/e032f6a4d3da85c4bd38b6ff96de51347bfb0d932ea1d2ccfd89c6374c8a/notebook-7.1.3-py3-none-any.whl (5.0 MB)
Collecting jupyterlab<4.2,>=4.1.1 (from notebook->jupyter==1.0.0->d2l==0.17.6)Using cached https://pypi.tuna.tsinghua.edu.cn/packages/ba/a8/2d26d134f8c8c475712ce5ab87baebf2fdae070a760a1e502bfdcfdd0556/jupyterlab-4.1.8-py3-none-any.whl (11.4 MB)
Collecting notebook (from jupyter==1.0.0->d2l==0.17.6)Using cached https://pypi.tuna.tsinghua.edu.cn/packages/61/06/b4f53cf193765140f0b27094683dfae1b656d9f7264831ace7699420c1c7/notebook-7.1.2-py3-none-any.whl (5.0 MB)Using cached https://pypi.tuna.tsinghua.edu.cn/packages/09/ab/332eaee7872d3883cf3a2cc6a2b2b1e36a566f16fa432c89204a5bd486e6/notebook-7.1.1-py3-none-any.whl (5.0 MB)Using cached https://pypi.tuna.tsinghua.edu.cn/packages/5f/38/f5a11c1e68bf3dbd54c7c98f301bf9495e8735803b42ee2f740c5b7c1ca5/notebook-7.1.0-py3-none-any.whl (5.0 MB)Using cached https://pypi.tuna.tsinghua.edu.cn/packages/3b/4d/92ac6c0ae6501edd277b8d7bb00bdcb1527a35c2d8467ecfd5cc1405ae93/notebook-7.0.8-py3-none-any.whl (4.0 MB)Using cached https://pypi.tuna.tsinghua.edu.cn/packages/f2/57/2f8d59ddc7f2d0d8ac4f80f869545bc44646fc78c1c083b3655c58e3edfb/notebook-7.0.7-py3-none-any.whl (4.0 MB)Using cached https://pypi.tuna.tsinghua.edu.cn/packages/f3/2b/b904c57709b83c6cbd818d21040db36719207f3d17db9b124c60cd483d94/notebook-7.0.6-py3-none-any.whl (4.0 MB)Using cached https://pypi.tuna.tsinghua.edu.cn/packages/f8/8e/d7ac71e1d90746a30c2bc34424ec62be08813859aba4c367fc88fe678d68/notebook-7.0.5-py3-none-any.whl (4.0 MB)Using cached https://pypi.tuna.tsinghua.edu.cn/packages/29/e0/50b48473fcb99651dd21302da50ae2c49113ccf3dfb901fc6aaa3117e7ed/notebook-7.0.4-py3-none-any.whl (4.0 MB)Using cached https://pypi.tuna.tsinghua.edu.cn/packages/79/97/b803f9686fe25b40c8eca2d1ba440b2f878f23b87765d18fe93dd323f0b7/notebook-7.0.3-py3-none-any.whl (4.0 MB)Using cached https://pypi.tuna.tsinghua.edu.cn/packages/85/76/51777158391e1784cc5a892ff355fd0a0b0b5189aeffce9baf51f514b9a2/notebook-7.0.2-py3-none-any.whl (4.0 MB)Using cached https://pypi.tuna.tsinghua.edu.cn/packages/c6/3a/171eaf5808d22b97fc98c61f2dd484302d1f38dbe0952e536dbaa88c2320/notebook-7.0.1-py3-none-any.whl (4.0 MB)Using cached https://pypi.tuna.tsinghua.edu.cn/packages/b6/7a/9a32d2c8a2652614f66ee889f67c352fa11e1042e668de3224c4da2370db/notebook-7.0.0-py3-none-any.whl (4.0 MB)Using cached https://pypi.tuna.tsinghua.edu.cn/packages/af/9c/0620631da9d7013e95a8f985043cad229a0d8fb537a7e3f8ff8467565a8c/notebook-6.5.7-py3-none-any.whl (529 kB)
Collecting jupyter-client>=6.1.12 (from ipykernel->jupyter==1.0.0->d2l==0.17.6)Using cached https://pypi.tuna.tsinghua.edu.cn/packages/fd/a7/ef3b7c8b9d6730a21febdd0809084e4cea6d2a7e43892436adecdd0acbd4/jupyter_client-7.4.9-py3-none-any.whl (133 kB)
Collecting nbclassic>=0.4.7 (from notebook->jupyter==1.0.0->d2l==0.17.6)Downloading https://pypi.tuna.tsinghua.edu.cn/packages/6d/70/6c5dd85072e7f82272a6dfab3698b5cb3db29949a6b16f268569d27a57a3/nbclassic-1.3.1-py3-none-any.whl (26.2 MB)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26.2/26.2 MB 9.0 MB/s eta 0:00:00
Collecting entrypoints (from jupyter-client>=6.1.12->ipykernel->jupyter==1.0.0->d2l==0.17.6)Using cached https://pypi.tuna.tsinghua.edu.cn/packages/35/a8/365059bbcd4572cbc41de17fd5b682be5868b218c3c5479071865cab9078/entrypoints-0.4-py3-none-any.whl (5.3 kB)
Requirement already satisfied: fastjsonschema in e:\python3.10\lib\site-packages (from nbformat>=5.7->nbconvert->jupyter==1.0.0->d2l==0.17.6) (2.18.1)
Requirement already satisfied: wcwidth in c:\users\lenovo\appdata\roaming\python\python310\site-packages (from prompt-toolkit>=3.0.30->jupyter-console->jupyter==1.0.0->d2l==0.17.6) (0.2.6)
Requirement already satisfied: argon2-cffi-bindings in e:\python3.10\lib\site-packages (from argon2-cffi->jupyter-server<3,>=2.4.0->notebook->jupyter==1.0.0->d2l==0.17.6) (21.2.0)
Requirement already satisfied: soupsieve>1.2 in e:\python3.10\lib\site-packages (from beautifulsoup4->nbconvert->jupyter==1.0.0->d2l==0.17.6) (2.5)
Requirement already satisfied: parso<0.9.0,>=0.8.3 in c:\users\lenovo\appdata\roaming\python\python310\site-packages (from jedi>=0.16->ipython>=7.23.1->ipykernel->jupyter==1.0.0->d2l==0.17.6) (0.8.3)
Requirement already satisfied: attrs>=22.2.0 in e:\python3.10\lib\site-packages (from jsonschema>=4.18.0->jupyterlab-server<3,>=2.22.1->notebook->jupyter==1.0.0->d2l==0.17.6) (23.2.0)
Requirement already satisfied: jsonschema-specifications>=2023.03.6 in e:\python3.10\lib\site-packages (from jsonschema>=4.18.0->jupyterlab-server<3,>=2.22.1->notebook->jupyter==1.0.0->d2l==0.17.6) (2023.7.1)
Requirement already satisfied: referencing>=0.28.4 in e:\python3.10\lib\site-packages (from jsonschema>=4.18.0->jupyterlab-server<3,>=2.22.1->notebook->jupyter==1.0.0->d2l==0.17.6) (0.30.2)
Requirement already satisfied: rpds-py>=0.7.1 in e:\python3.10\lib\site-packages (from jsonschema>=4.18.0->jupyterlab-server<3,>=2.22.1->notebook->jupyter==1.0.0->d2l==0.17.6) (0.10.4)
Requirement already satisfied: cffi>=1.0.1 in e:\python3.10\lib\site-packages (from argon2-cffi-bindings->argon2-cffi->jupyter-server<3,>=2.4.0->notebook->jupyter==1.0.0->d2l==0.17.6) (1.16.0)
Requirement already satisfied: executing>=1.2.0 in c:\users\lenovo\appdata\roaming\python\python310\site-packages (from stack-data->ipython>=7.23.1->ipykernel->jupyter==1.0.0->d2l==0.17.6) (1.2.0)
Requirement already satisfied: asttokens>=2.1.0 in c:\users\lenovo\appdata\roaming\python\python310\site-packages (from stack-data->ipython>=7.23.1->ipykernel->jupyter==1.0.0->d2l==0.17.6) (2.4.0)
Requirement already satisfied: pure-eval in c:\users\lenovo\appdata\roaming\python\python310\site-packages (from stack-data->ipython>=7.23.1->ipykernel->jupyter==1.0.0->d2l==0.17.6) (0.2.2)
Requirement already satisfied: pycparser in e:\python3.10\lib\site-packages (from cffi>=1.0.1->argon2-cffi-bindings->argon2-cffi->jupyter-server<3,>=2.4.0->notebook->jupyter==1.0.0->d2l==0.17.6) (2.21)
Requirement already satisfied: sniffio>=1.1 in e:\python3.10\lib\site-packages (from anyio>=3.1.0->jupyter-server<3,>=2.4.0->notebook->jupyter==1.0.0->d2l==0.17.6) (1.3.0)
Requirement already satisfied: python-json-logger>=2.0.4 in e:\python3.10\lib\site-packages (from jupyter-events>=0.6.0->jupyter-server<3,>=2.4.0->notebook->jupyter==1.0.0->d2l==0.17.6) (2.0.7)
Requirement already satisfied: pyyaml>=5.3 in e:\python3.10\lib\site-packages (from jupyter-events>=0.6.0->jupyter-server<3,>=2.4.0->notebook->jupyter==1.0.0->d2l==0.17.6) (6.0.1)
Requirement already satisfied: rfc3339-validator in e:\python3.10\lib\site-packages (from jupyter-events>=0.6.0->jupyter-server<3,>=2.4.0->notebook->jupyter==1.0.0->d2l==0.17.6) (0.1.4)
Requirement already satisfied: rfc3986-validator>=0.1.1 in e:\python3.10\lib\site-packages (from jupyter-events>=0.6.0->jupyter-server<3,>=2.4.0->notebook->jupyter==1.0.0->d2l==0.17.6) (0.1.1)
Requirement already satisfied: fqdn in e:\python3.10\lib\site-packages (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.6.0->jupyter-server<3,>=2.4.0->notebook->jupyter==1.0.0->d2l==0.17.6) (1.5.1)
Requirement already satisfied: isoduration in e:\python3.10\lib\site-packages (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.6.0->jupyter-server<3,>=2.4.0->notebook->jupyter==1.0.0->d2l==0.17.6) (20.11.0)
Requirement already satisfied: jsonpointer>1.13 in e:\python3.10\lib\site-packages (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.6.0->jupyter-server<3,>=2.4.0->notebook->jupyter==1.0.0->d2l==0.17.6) (2.4)
Requirement already satisfied: uri-template in e:\python3.10\lib\site-packages (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.6.0->jupyter-server<3,>=2.4.0->notebook->jupyter==1.0.0->d2l==0.17.6) (1.3.0)
Requirement already satisfied: webcolors>=1.11 in e:\python3.10\lib\site-packages (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.6.0->jupyter-server<3,>=2.4.0->notebook->jupyter==1.0.0->d2l==0.17.6) (1.13)
Requirement already satisfied: arrow>=0.15.0 in e:\python3.10\lib\site-packages (from isoduration->jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.6.0->jupyter-server<3,>=2.4.0->notebook->jupyter==1.0.0->d2l==0.17.6) (1.3.0)
Requirement already satisfied: types-python-dateutil>=2.8.10 in e:\python3.10\lib\site-packages (from arrow>=0.15.0->isoduration->jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.6.0->jupyter-server<3,>=2.4.0->notebook->jupyter==1.0.0->d2l==0.17.6) (2.8.19.14)
Building wheels for collected packages: pandasBuilding wheel for pandas (pyproject.toml) ... errorerror: subprocess-exited-with-error× Building wheel for pandas (pyproject.toml) did not run successfully.│ exit code: 1╰─> [1560 lines of output]<string>:44: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.running bdist_wheelrunning buildrunning build_pycreating build\lib.win-amd64-cpython-310\pandascopying pandas\conftest.py -> build\lib.win-amd64-cpython-310\pandascopying pandas\testing.py -> build\lib.win-amd64-cpython-310\pandascopying pandas\_testing.py -> build\lib.win-amd64-cpython-310\pandascopying pandas\_typing.py -> build\lib.win-amd64-cpython-310\pandascopying pandas\_version.py -> build\lib.win-amd64-cpython-310\pandascopying pandas\__init__.py -> build\lib.win-amd64-cpython-310\pandascreating build\lib.win-amd64-cpython-310\pandas\apicopying pandas\api\__init__.py -> build\lib.win-amd64-cpython-310\pandas\apicreating build\lib.win-amd64-cpython-310\pandas\arrayscopying pandas\arrays\__init__.py -> build\lib.win-amd64-cpython-310\pandas\arrayscreating build\lib.win-amd64-cpython-310\pandas\compatcopying pandas\compat\chainmap.py -> build\lib.win-amd64-cpython-310\pandas\compatcopying pandas\compat\pickle_compat.py -> build\lib.win-amd64-cpython-310\pandas\compatcopying pandas\compat\_optional.py -> build\lib.win-amd64-cpython-310\pandas\compatcopying pandas\compat\__init__.py -> build\lib.win-amd64-cpython-310\pandas\compatcreating build\lib.win-amd64-cpython-310\pandas\corecopying pandas\core\accessor.py -> build\lib.win-amd64-cpython-310\pandas\corecopying pandas\core\aggregation.py -> build\lib.win-amd64-cpython-310\pandas\corecopying pandas\core\algorithms.py -> build\lib.win-amd64-cpython-310\pandas\corecopying pandas\core\api.py -> build\lib.win-amd64-cpython-310\pandas\corecopying pandas\core\apply.py -> build\lib.win-amd64-cpython-310\pandas\corecopying pandas\core\arraylike.py -> build\lib.win-amd64-cpython-310\pandas\corecopying pandas\core\base.py -> build\lib.win-amd64-cpython-310\pandas\corecopying pandas\core\common.py -> build\lib.win-amd64-cpython-310\pandas\corecopying pandas\core\config_init.py -> build\lib.win-amd64-cpython-310\pandas\corecopying pandas\core\construction.py -> build\lib.win-amd64-cpython-310\pandas\corecopying pandas\core\flags.py -> build\lib.win-amd64-cpython-310\pandas\corecopying pandas\core\frame.py -> build\lib.win-amd64-cpython-310\pandas\corecopying pandas\core\generic.py -> build\lib.win-amd64-cpython-310\pandas\corecopying pandas\core\index.py -> build\lib.win-amd64-cpython-310\pandas\corecopying pandas\core\indexers.py -> build\lib.win-amd64-cpython-310\pandas\corecopying pandas\core\indexing.py -> build\lib.win-amd64-cpython-310\pandas\corecopying pandas\core\missing.py -> build\lib.win-amd64-cpython-310\pandas\corecopying pandas\core\nanops.py -> build\lib.win-amd64-cpython-310\pandas\corecopying pandas\core\resample.py -> build\lib.win-amd64-cpython-310\pandas\corecopying pandas\core\series.py -> build\lib.win-amd64-cpython-310\pandas\corecopying pandas\core\shared_docs.py -> build\lib.win-amd64-cpython-310\pandas\corecopying pandas\core\sorting.py -> build\lib.win-amd64-cpython-310\pandas\corecopying pandas\core\__init__.py -> build\lib.win-amd64-cpython-310\pandas\corecreating build\lib.win-amd64-cpython-310\pandas\errorscopying pandas\errors\__init__.py -> build\lib.win-amd64-cpython-310\pandas\errorscreating build\lib.win-amd64-cpython-310\pandas\iocopying pandas\io\api.py -> build\lib.win-amd64-cpython-310\pandas\iocopying pandas\io\clipboards.py -> build\lib.win-amd64-cpython-310\pandas\iocopying pandas\io\common.py -> build\lib.win-amd64-cpython-310\pandas\iocopying pandas\io\date_converters.py -> build\lib.win-amd64-cpython-310\pandas\iocopying pandas\io\feather_format.py -> build\lib.win-amd64-cpython-310\pandas\iocopying pandas\io\gbq.py -> build\lib.win-amd64-cpython-310\pandas\iocopying pandas\io\html.py -> build\lib.win-amd64-cpython-310\pandas\iocopying pandas\io\orc.py -> build\lib.win-amd64-cpython-310\pandas\iocopying pandas\io\parquet.py -> build\lib.win-amd64-cpython-310\pandas\iocopying pandas\io\parsers.py -> build\lib.win-amd64-cpython-310\pandas\iocopying pandas\io\pickle.py -> build\lib.win-amd64-cpython-310\pandas\iocopying pandas\io\pytables.py -> build\lib.win-amd64-cpython-310\pandas\iocopying pandas\io\spss.py -> build\lib.win-amd64-cpython-310\pandas\iocopying pandas\io\sql.py -> build\lib.win-amd64-cpython-310\pandas\iocopying pandas\io\stata.py -> build\lib.win-amd64-cpython-310\pandas\iocopying pandas\io\__init__.py -> build\lib.win-amd64-cpython-310\pandas\iocreating build\lib.win-amd64-cpython-310\pandas\plottingcopying pandas\plotting\_core.py -> build\lib.win-amd64-cpython-310\pandas\plottingcopying pandas\plotting\_misc.py -> build\lib.win-amd64-cpython-310\pandas\plottingcopying pandas\plotting\__init__.py -> build\lib.win-amd64-cpython-310\pandas\plottingcreating build\lib.win-amd64-cpython-310\pandas\testscopying pandas\tests\test_aggregation.py -> build\lib.win-amd64-cpython-310\pandas\testscopying pandas\tests\test_algos.py -> build\lib.win-amd64-cpython-310\pandas\testscopying pandas\tests\test_common.py -> build\lib.win-amd64-cpython-310\pandas\testscopying pandas\tests\test_downstream.py -> build\lib.win-amd64-cpython-310\pandas\testscopying pandas\tests\test_errors.py -> build\lib.win-amd64-cpython-310\pandas\testscopying pandas\tests\test_expressions.py -> build\lib.win-amd64-cpython-310\pandas\testscopying pandas\tests\test_flags.py -> build\lib.win-amd64-cpython-310\pandas\testscopying pandas\tests\test_multilevel.py -> build\lib.win-amd64-cpython-310\pandas\testscopying pandas\tests\test_nanops.py -> build\lib.win-amd64-cpython-310\pandas\testscopying pandas\tests\test_optional_dependency.py -> build\lib.win-amd64-cpython-310\pandas\testscopying pandas\tests\test_register_accessor.py -> build\lib.win-amd64-cpython-310\pandas\testscopying pandas\tests\test_sorting.py -> build\lib.win-amd64-cpython-310\pandas\testscopying pandas\tests\test_strings.py -> build\lib.win-amd64-cpython-310\pandas\testscopying pandas\tests\test_take.py -> build\lib.win-amd64-cpython-310\pandas\testscopying pandas\tests\__init__.py -> build\lib.win-amd64-cpython-310\pandas\testscreating build\lib.win-amd64-cpython-310\pandas\tseriescopying pandas\tseries\api.py -> build\lib.win-amd64-cpython-310\pandas\tseriescopying pandas\tseries\frequencies.py -> build\lib.win-amd64-cpython-310\pandas\tseriescopying pandas\tseries\holiday.py -> build\lib.win-amd64-cpython-310\pandas\tseriescopying pandas\tseries\offsets.py -> build\lib.win-amd64-cpython-310\pandas\tseriescopying pandas\tseries\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tseriescreating build\lib.win-amd64-cpython-310\pandas\utilcopying pandas\util\testing.py -> build\lib.win-amd64-cpython-310\pandas\utilcopying pandas\util\_decorators.py -> build\lib.win-amd64-cpython-310\pandas\utilcopying pandas\util\_depr_module.py -> build\lib.win-amd64-cpython-310\pandas\utilcopying pandas\util\_doctools.py -> build\lib.win-amd64-cpython-310\pandas\utilcopying pandas\util\_exceptions.py -> build\lib.win-amd64-cpython-310\pandas\utilcopying pandas\util\_print_versions.py -> build\lib.win-amd64-cpython-310\pandas\utilcopying pandas\util\_tester.py -> build\lib.win-amd64-cpython-310\pandas\utilcopying pandas\util\_test_decorators.py -> build\lib.win-amd64-cpython-310\pandas\utilcopying pandas\util\_validators.py -> build\lib.win-amd64-cpython-310\pandas\utilcopying pandas\util\__init__.py -> build\lib.win-amd64-cpython-310\pandas\utilcreating build\lib.win-amd64-cpython-310\pandas\_configcopying pandas\_config\config.py -> build\lib.win-amd64-cpython-310\pandas\_configcopying pandas\_config\dates.py -> build\lib.win-amd64-cpython-310\pandas\_configcopying pandas\_config\display.py -> build\lib.win-amd64-cpython-310\pandas\_configcopying pandas\_config\localization.py -> build\lib.win-amd64-cpython-310\pandas\_configcopying pandas\_config\__init__.py -> build\lib.win-amd64-cpython-310\pandas\_configcreating build\lib.win-amd64-cpython-310\pandas\_libscopying pandas\_libs\__init__.py -> build\lib.win-amd64-cpython-310\pandas\_libscreating build\lib.win-amd64-cpython-310\pandas\api\extensionscopying pandas\api\extensions\__init__.py -> build\lib.win-amd64-cpython-310\pandas\api\extensionscreating build\lib.win-amd64-cpython-310\pandas\api\indexerscopying pandas\api\indexers\__init__.py -> build\lib.win-amd64-cpython-310\pandas\api\indexerscreating build\lib.win-amd64-cpython-310\pandas\api\typescopying pandas\api\types\__init__.py -> build\lib.win-amd64-cpython-310\pandas\api\typescreating build\lib.win-amd64-cpython-310\pandas\compat\numpycopying pandas\compat\numpy\function.py -> build\lib.win-amd64-cpython-310\pandas\compat\numpycopying pandas\compat\numpy\__init__.py -> build\lib.win-amd64-cpython-310\pandas\compat\numpycreating build\lib.win-amd64-cpython-310\pandas\core\arrayscopying pandas\core\arrays\base.py -> build\lib.win-amd64-cpython-310\pandas\core\arrayscopying pandas\core\arrays\boolean.py -> build\lib.win-amd64-cpython-310\pandas\core\arrayscopying pandas\core\arrays\categorical.py -> build\lib.win-amd64-cpython-310\pandas\core\arrayscopying pandas\core\arrays\datetimelike.py -> build\lib.win-amd64-cpython-310\pandas\core\arrayscopying pandas\core\arrays\datetimes.py -> build\lib.win-amd64-cpython-310\pandas\core\arrayscopying pandas\core\arrays\floating.py -> build\lib.win-amd64-cpython-310\pandas\core\arrayscopying pandas\core\arrays\integer.py -> build\lib.win-amd64-cpython-310\pandas\core\arrayscopying pandas\core\arrays\interval.py -> build\lib.win-amd64-cpython-310\pandas\core\arrayscopying pandas\core\arrays\masked.py -> build\lib.win-amd64-cpython-310\pandas\core\arrayscopying pandas\core\arrays\numeric.py -> build\lib.win-amd64-cpython-310\pandas\core\arrayscopying pandas\core\arrays\numpy_.py -> build\lib.win-amd64-cpython-310\pandas\core\arrayscopying pandas\core\arrays\period.py -> build\lib.win-amd64-cpython-310\pandas\core\arrayscopying pandas\core\arrays\string_.py -> build\lib.win-amd64-cpython-310\pandas\core\arrayscopying pandas\core\arrays\string_arrow.py -> build\lib.win-amd64-cpython-310\pandas\core\arrayscopying pandas\core\arrays\timedeltas.py -> build\lib.win-amd64-cpython-310\pandas\core\arrayscopying pandas\core\arrays\_arrow_utils.py -> build\lib.win-amd64-cpython-310\pandas\core\arrayscopying pandas\core\arrays\_mixins.py -> build\lib.win-amd64-cpython-310\pandas\core\arrayscopying pandas\core\arrays\_ranges.py -> build\lib.win-amd64-cpython-310\pandas\core\arrayscopying pandas\core\arrays\__init__.py -> build\lib.win-amd64-cpython-310\pandas\core\arrayscreating build\lib.win-amd64-cpython-310\pandas\core\array_algoscopying pandas\core\array_algos\masked_reductions.py -> build\lib.win-amd64-cpython-310\pandas\core\array_algoscopying pandas\core\array_algos\replace.py -> build\lib.win-amd64-cpython-310\pandas\core\array_algoscopying pandas\core\array_algos\transforms.py -> build\lib.win-amd64-cpython-310\pandas\core\array_algoscopying pandas\core\array_algos\__init__.py -> build\lib.win-amd64-cpython-310\pandas\core\array_algoscreating build\lib.win-amd64-cpython-310\pandas\core\computationcopying pandas\core\computation\align.py -> build\lib.win-amd64-cpython-310\pandas\core\computationcopying pandas\core\computation\api.py -> build\lib.win-amd64-cpython-310\pandas\core\computationcopying pandas\core\computation\check.py -> build\lib.win-amd64-cpython-310\pandas\core\computationcopying pandas\core\computation\common.py -> build\lib.win-amd64-cpython-310\pandas\core\computationcopying pandas\core\computation\engines.py -> build\lib.win-amd64-cpython-310\pandas\core\computationcopying pandas\core\computation\eval.py -> build\lib.win-amd64-cpython-310\pandas\core\computationcopying pandas\core\computation\expr.py -> build\lib.win-amd64-cpython-310\pandas\core\computationcopying pandas\core\computation\expressions.py -> build\lib.win-amd64-cpython-310\pandas\core\computationcopying pandas\core\computation\ops.py -> build\lib.win-amd64-cpython-310\pandas\core\computationcopying pandas\core\computation\parsing.py -> build\lib.win-amd64-cpython-310\pandas\core\computationcopying pandas\core\computation\pytables.py -> build\lib.win-amd64-cpython-310\pandas\core\computationcopying pandas\core\computation\scope.py -> build\lib.win-amd64-cpython-310\pandas\core\computationcopying pandas\core\computation\__init__.py -> build\lib.win-amd64-cpython-310\pandas\core\computationcreating build\lib.win-amd64-cpython-310\pandas\core\dtypescopying pandas\core\dtypes\api.py -> build\lib.win-amd64-cpython-310\pandas\core\dtypescopying pandas\core\dtypes\base.py -> build\lib.win-amd64-cpython-310\pandas\core\dtypescopying pandas\core\dtypes\cast.py -> build\lib.win-amd64-cpython-310\pandas\core\dtypescopying pandas\core\dtypes\common.py -> build\lib.win-amd64-cpython-310\pandas\core\dtypescopying pandas\core\dtypes\concat.py -> build\lib.win-amd64-cpython-310\pandas\core\dtypescopying pandas\core\dtypes\dtypes.py -> build\lib.win-amd64-cpython-310\pandas\core\dtypescopying pandas\core\dtypes\generic.py -> build\lib.win-amd64-cpython-310\pandas\core\dtypescopying pandas\core\dtypes\inference.py -> build\lib.win-amd64-cpython-310\pandas\core\dtypescopying pandas\core\dtypes\missing.py -> build\lib.win-amd64-cpython-310\pandas\core\dtypescopying pandas\core\dtypes\__init__.py -> build\lib.win-amd64-cpython-310\pandas\core\dtypescreating build\lib.win-amd64-cpython-310\pandas\core\groupbycopying pandas\core\groupby\base.py -> build\lib.win-amd64-cpython-310\pandas\core\groupbycopying pandas\core\groupby\categorical.py -> build\lib.win-amd64-cpython-310\pandas\core\groupbycopying pandas\core\groupby\generic.py -> build\lib.win-amd64-cpython-310\pandas\core\groupbycopying pandas\core\groupby\groupby.py -> build\lib.win-amd64-cpython-310\pandas\core\groupbycopying pandas\core\groupby\grouper.py -> build\lib.win-amd64-cpython-310\pandas\core\groupbycopying pandas\core\groupby\numba_.py -> build\lib.win-amd64-cpython-310\pandas\core\groupbycopying pandas\core\groupby\ops.py -> build\lib.win-amd64-cpython-310\pandas\core\groupbycopying pandas\core\groupby\__init__.py -> build\lib.win-amd64-cpython-310\pandas\core\groupbycreating build\lib.win-amd64-cpython-310\pandas\core\indexescopying pandas\core\indexes\accessors.py -> build\lib.win-amd64-cpython-310\pandas\core\indexescopying pandas\core\indexes\api.py -> build\lib.win-amd64-cpython-310\pandas\core\indexescopying pandas\core\indexes\base.py -> build\lib.win-amd64-cpython-310\pandas\core\indexescopying pandas\core\indexes\category.py -> build\lib.win-amd64-cpython-310\pandas\core\indexescopying pandas\core\indexes\datetimelike.py -> build\lib.win-amd64-cpython-310\pandas\core\indexescopying pandas\core\indexes\datetimes.py -> build\lib.win-amd64-cpython-310\pandas\core\indexescopying pandas\core\indexes\extension.py -> build\lib.win-amd64-cpython-310\pandas\core\indexescopying pandas\core\indexes\frozen.py -> build\lib.win-amd64-cpython-310\pandas\core\indexescopying pandas\core\indexes\interval.py -> build\lib.win-amd64-cpython-310\pandas\core\indexescopying pandas\core\indexes\multi.py -> build\lib.win-amd64-cpython-310\pandas\core\indexescopying pandas\core\indexes\numeric.py -> build\lib.win-amd64-cpython-310\pandas\core\indexescopying pandas\core\indexes\period.py -> build\lib.win-amd64-cpython-310\pandas\core\indexescopying pandas\core\indexes\range.py -> build\lib.win-amd64-cpython-310\pandas\core\indexescopying pandas\core\indexes\timedeltas.py -> build\lib.win-amd64-cpython-310\pandas\core\indexescopying pandas\core\indexes\__init__.py -> build\lib.win-amd64-cpython-310\pandas\core\indexescreating build\lib.win-amd64-cpython-310\pandas\core\internalscopying pandas\core\internals\blocks.py -> build\lib.win-amd64-cpython-310\pandas\core\internalscopying pandas\core\internals\concat.py -> build\lib.win-amd64-cpython-310\pandas\core\internalscopying pandas\core\internals\construction.py -> build\lib.win-amd64-cpython-310\pandas\core\internalscopying pandas\core\internals\managers.py -> build\lib.win-amd64-cpython-310\pandas\core\internalscopying pandas\core\internals\ops.py -> build\lib.win-amd64-cpython-310\pandas\core\internalscopying pandas\core\internals\__init__.py -> build\lib.win-amd64-cpython-310\pandas\core\internalscreating build\lib.win-amd64-cpython-310\pandas\core\opscopying pandas\core\ops\array_ops.py -> build\lib.win-amd64-cpython-310\pandas\core\opscopying pandas\core\ops\common.py -> build\lib.win-amd64-cpython-310\pandas\core\opscopying pandas\core\ops\dispatch.py -> build\lib.win-amd64-cpython-310\pandas\core\opscopying pandas\core\ops\docstrings.py -> build\lib.win-amd64-cpython-310\pandas\core\opscopying pandas\core\ops\invalid.py -> build\lib.win-amd64-cpython-310\pandas\core\opscopying pandas\core\ops\mask_ops.py -> build\lib.win-amd64-cpython-310\pandas\core\opscopying pandas\core\ops\methods.py -> build\lib.win-amd64-cpython-310\pandas\core\opscopying pandas\core\ops\missing.py -> build\lib.win-amd64-cpython-310\pandas\core\opscopying pandas\core\ops\roperator.py -> build\lib.win-amd64-cpython-310\pandas\core\opscopying pandas\core\ops\__init__.py -> build\lib.win-amd64-cpython-310\pandas\core\opscreating build\lib.win-amd64-cpython-310\pandas\core\reshapecopying pandas\core\reshape\api.py -> build\lib.win-amd64-cpython-310\pandas\core\reshapecopying pandas\core\reshape\concat.py -> build\lib.win-amd64-cpython-310\pandas\core\reshapecopying pandas\core\reshape\melt.py -> build\lib.win-amd64-cpython-310\pandas\core\reshapecopying pandas\core\reshape\merge.py -> build\lib.win-amd64-cpython-310\pandas\core\reshapecopying pandas\core\reshape\pivot.py -> build\lib.win-amd64-cpython-310\pandas\core\reshapecopying pandas\core\reshape\reshape.py -> build\lib.win-amd64-cpython-310\pandas\core\reshapecopying pandas\core\reshape\tile.py -> build\lib.win-amd64-cpython-310\pandas\core\reshapecopying pandas\core\reshape\util.py -> build\lib.win-amd64-cpython-310\pandas\core\reshapecopying pandas\core\reshape\__init__.py -> build\lib.win-amd64-cpython-310\pandas\core\reshapecreating build\lib.win-amd64-cpython-310\pandas\core\sparsecopying pandas\core\sparse\api.py -> build\lib.win-amd64-cpython-310\pandas\core\sparsecopying pandas\core\sparse\__init__.py -> build\lib.win-amd64-cpython-310\pandas\core\sparsecreating build\lib.win-amd64-cpython-310\pandas\core\stringscopying pandas\core\strings\accessor.py -> build\lib.win-amd64-cpython-310\pandas\core\stringscopying pandas\core\strings\base.py -> build\lib.win-amd64-cpython-310\pandas\core\stringscopying pandas\core\strings\object_array.py -> build\lib.win-amd64-cpython-310\pandas\core\stringscopying pandas\core\strings\__init__.py -> build\lib.win-amd64-cpython-310\pandas\core\stringscreating build\lib.win-amd64-cpython-310\pandas\core\toolscopying pandas\core\tools\datetimes.py -> build\lib.win-amd64-cpython-310\pandas\core\toolscopying pandas\core\tools\numeric.py -> build\lib.win-amd64-cpython-310\pandas\core\toolscopying pandas\core\tools\timedeltas.py -> build\lib.win-amd64-cpython-310\pandas\core\toolscopying pandas\core\tools\times.py -> build\lib.win-amd64-cpython-310\pandas\core\toolscopying pandas\core\tools\__init__.py -> build\lib.win-amd64-cpython-310\pandas\core\toolscreating build\lib.win-amd64-cpython-310\pandas\core\utilcopying pandas\core\util\hashing.py -> build\lib.win-amd64-cpython-310\pandas\core\utilcopying pandas\core\util\numba_.py -> build\lib.win-amd64-cpython-310\pandas\core\utilcopying pandas\core\util\__init__.py -> build\lib.win-amd64-cpython-310\pandas\core\utilcreating build\lib.win-amd64-cpython-310\pandas\core\windowcopying pandas\core\window\common.py -> build\lib.win-amd64-cpython-310\pandas\core\windowcopying pandas\core\window\ewm.py -> build\lib.win-amd64-cpython-310\pandas\core\windowcopying pandas\core\window\expanding.py -> build\lib.win-amd64-cpython-310\pandas\core\windowcopying pandas\core\window\indexers.py -> build\lib.win-amd64-cpython-310\pandas\core\windowcopying pandas\core\window\numba_.py -> build\lib.win-amd64-cpython-310\pandas\core\windowcopying pandas\core\window\rolling.py -> build\lib.win-amd64-cpython-310\pandas\core\windowcopying pandas\core\window\__init__.py -> build\lib.win-amd64-cpython-310\pandas\core\windowcreating build\lib.win-amd64-cpython-310\pandas\core\arrays\sparsecopying pandas\core\arrays\sparse\accessor.py -> build\lib.win-amd64-cpython-310\pandas\core\arrays\sparsecopying pandas\core\arrays\sparse\array.py -> build\lib.win-amd64-cpython-310\pandas\core\arrays\sparsecopying pandas\core\arrays\sparse\dtype.py -> build\lib.win-amd64-cpython-310\pandas\core\arrays\sparsecopying pandas\core\arrays\sparse\scipy_sparse.py -> build\lib.win-amd64-cpython-310\pandas\core\arrays\sparsecopying pandas\core\arrays\sparse\__init__.py -> build\lib.win-amd64-cpython-310\pandas\core\arrays\sparsecreating build\lib.win-amd64-cpython-310\pandas\io\clipboardcopying pandas\io\clipboard\__init__.py -> build\lib.win-amd64-cpython-310\pandas\io\clipboardcreating build\lib.win-amd64-cpython-310\pandas\io\excelcopying pandas\io\excel\_base.py -> build\lib.win-amd64-cpython-310\pandas\io\excelcopying pandas\io\excel\_odfreader.py -> build\lib.win-amd64-cpython-310\pandas\io\excelcopying pandas\io\excel\_odswriter.py -> build\lib.win-amd64-cpython-310\pandas\io\excelcopying pandas\io\excel\_openpyxl.py -> build\lib.win-amd64-cpython-310\pandas\io\excelcopying pandas\io\excel\_pyxlsb.py -> build\lib.win-amd64-cpython-310\pandas\io\excelcopying pandas\io\excel\_util.py -> build\lib.win-amd64-cpython-310\pandas\io\excelcopying pandas\io\excel\_xlrd.py -> build\lib.win-amd64-cpython-310\pandas\io\excelcopying pandas\io\excel\_xlsxwriter.py -> build\lib.win-amd64-cpython-310\pandas\io\excelcopying pandas\io\excel\_xlwt.py -> build\lib.win-amd64-cpython-310\pandas\io\excelcopying pandas\io\excel\__init__.py -> build\lib.win-amd64-cpython-310\pandas\io\excelcreating build\lib.win-amd64-cpython-310\pandas\io\formatscopying pandas\io\formats\console.py -> build\lib.win-amd64-cpython-310\pandas\io\formatscopying pandas\io\formats\css.py -> build\lib.win-amd64-cpython-310\pandas\io\formatscopying pandas\io\formats\csvs.py -> build\lib.win-amd64-cpython-310\pandas\io\formatscopying pandas\io\formats\excel.py -> build\lib.win-amd64-cpython-310\pandas\io\formatscopying pandas\io\formats\format.py -> build\lib.win-amd64-cpython-310\pandas\io\formatscopying pandas\io\formats\html.py -> build\lib.win-amd64-cpython-310\pandas\io\formatscopying pandas\io\formats\info.py -> build\lib.win-amd64-cpython-310\pandas\io\formatscopying pandas\io\formats\latex.py -> build\lib.win-amd64-cpython-310\pandas\io\formatscopying pandas\io\formats\printing.py -> build\lib.win-amd64-cpython-310\pandas\io\formatscopying pandas\io\formats\string.py -> build\lib.win-amd64-cpython-310\pandas\io\formatscopying pandas\io\formats\style.py -> build\lib.win-amd64-cpython-310\pandas\io\formatscopying pandas\io\formats\_color_data.py -> build\lib.win-amd64-cpython-310\pandas\io\formatscopying pandas\io\formats\__init__.py -> build\lib.win-amd64-cpython-310\pandas\io\formatscreating build\lib.win-amd64-cpython-310\pandas\io\jsoncopying pandas\io\json\_json.py -> build\lib.win-amd64-cpython-310\pandas\io\jsoncopying pandas\io\json\_normalize.py -> build\lib.win-amd64-cpython-310\pandas\io\jsoncopying pandas\io\json\_table_schema.py -> build\lib.win-amd64-cpython-310\pandas\io\jsoncopying pandas\io\json\__init__.py -> build\lib.win-amd64-cpython-310\pandas\io\jsoncreating build\lib.win-amd64-cpython-310\pandas\io\sascopying pandas\io\sas\sas7bdat.py -> build\lib.win-amd64-cpython-310\pandas\io\sascopying pandas\io\sas\sasreader.py -> build\lib.win-amd64-cpython-310\pandas\io\sascopying pandas\io\sas\sas_constants.py -> build\lib.win-amd64-cpython-310\pandas\io\sascopying pandas\io\sas\sas_xport.py -> build\lib.win-amd64-cpython-310\pandas\io\sascopying pandas\io\sas\__init__.py -> build\lib.win-amd64-cpython-310\pandas\io\sascreating build\lib.win-amd64-cpython-310\pandas\plotting\_matplotlibcopying pandas\plotting\_matplotlib\boxplot.py -> build\lib.win-amd64-cpython-310\pandas\plotting\_matplotlibcopying pandas\plotting\_matplotlib\compat.py -> build\lib.win-amd64-cpython-310\pandas\plotting\_matplotlibcopying pandas\plotting\_matplotlib\converter.py -> build\lib.win-amd64-cpython-310\pandas\plotting\_matplotlibcopying pandas\plotting\_matplotlib\core.py -> build\lib.win-amd64-cpython-310\pandas\plotting\_matplotlibcopying pandas\plotting\_matplotlib\hist.py -> build\lib.win-amd64-cpython-310\pandas\plotting\_matplotlibcopying pandas\plotting\_matplotlib\misc.py -> build\lib.win-amd64-cpython-310\pandas\plotting\_matplotlibcopying pandas\plotting\_matplotlib\style.py -> build\lib.win-amd64-cpython-310\pandas\plotting\_matplotlibcopying pandas\plotting\_matplotlib\timeseries.py -> build\lib.win-amd64-cpython-310\pandas\plotting\_matplotlibcopying pandas\plotting\_matplotlib\tools.py -> build\lib.win-amd64-cpython-310\pandas\plotting\_matplotlibcopying pandas\plotting\_matplotlib\__init__.py -> build\lib.win-amd64-cpython-310\pandas\plotting\_matplotlibcreating build\lib.win-amd64-cpython-310\pandas\tests\apicopying pandas\tests\api\test_api.py -> build\lib.win-amd64-cpython-310\pandas\tests\apicopying pandas\tests\api\test_types.py -> build\lib.win-amd64-cpython-310\pandas\tests\apicopying pandas\tests\api\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\apicreating build\lib.win-amd64-cpython-310\pandas\tests\arithmeticcopying pandas\tests\arithmetic\common.py -> build\lib.win-amd64-cpython-310\pandas\tests\arithmeticcopying pandas\tests\arithmetic\conftest.py -> build\lib.win-amd64-cpython-310\pandas\tests\arithmeticcopying pandas\tests\arithmetic\test_array_ops.py -> build\lib.win-amd64-cpython-310\pandas\tests\arithmeticcopying pandas\tests\arithmetic\test_categorical.py -> build\lib.win-amd64-cpython-310\pandas\tests\arithmeticcopying pandas\tests\arithmetic\test_datetime64.py -> build\lib.win-amd64-cpython-310\pandas\tests\arithmeticcopying pandas\tests\arithmetic\test_interval.py -> build\lib.win-amd64-cpython-310\pandas\tests\arithmeticcopying pandas\tests\arithmetic\test_numeric.py -> build\lib.win-amd64-cpython-310\pandas\tests\arithmeticcopying pandas\tests\arithmetic\test_object.py -> build\lib.win-amd64-cpython-310\pandas\tests\arithmeticcopying pandas\tests\arithmetic\test_period.py -> build\lib.win-amd64-cpython-310\pandas\tests\arithmeticcopying pandas\tests\arithmetic\test_timedelta64.py -> build\lib.win-amd64-cpython-310\pandas\tests\arithmeticcopying pandas\tests\arithmetic\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\arithmeticcreating build\lib.win-amd64-cpython-310\pandas\tests\arrayscopying pandas\tests\arrays\test_array.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrayscopying pandas\tests\arrays\test_datetimelike.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrayscopying pandas\tests\arrays\test_datetimes.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrayscopying pandas\tests\arrays\test_numpy.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrayscopying pandas\tests\arrays\test_period.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrayscopying pandas\tests\arrays\test_timedeltas.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrayscopying pandas\tests\arrays\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrayscreating build\lib.win-amd64-cpython-310\pandas\tests\basecopying pandas\tests\base\common.py -> build\lib.win-amd64-cpython-310\pandas\tests\basecopying pandas\tests\base\test_constructors.py -> build\lib.win-amd64-cpython-310\pandas\tests\basecopying pandas\tests\base\test_conversion.py -> build\lib.win-amd64-cpython-310\pandas\tests\basecopying pandas\tests\base\test_fillna.py -> build\lib.win-amd64-cpython-310\pandas\tests\basecopying pandas\tests\base\test_misc.py -> build\lib.win-amd64-cpython-310\pandas\tests\basecopying pandas\tests\base\test_transpose.py -> build\lib.win-amd64-cpython-310\pandas\tests\basecopying pandas\tests\base\test_unique.py -> build\lib.win-amd64-cpython-310\pandas\tests\basecopying pandas\tests\base\test_value_counts.py -> build\lib.win-amd64-cpython-310\pandas\tests\basecopying pandas\tests\base\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\basecreating build\lib.win-amd64-cpython-310\pandas\tests\computationcopying pandas\tests\computation\test_compat.py -> build\lib.win-amd64-cpython-310\pandas\tests\computationcopying pandas\tests\computation\test_eval.py -> build\lib.win-amd64-cpython-310\pandas\tests\computationcopying pandas\tests\computation\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\computationcreating build\lib.win-amd64-cpython-310\pandas\tests\configcopying pandas\tests\config\test_config.py -> build\lib.win-amd64-cpython-310\pandas\tests\configcopying pandas\tests\config\test_localization.py -> build\lib.win-amd64-cpython-310\pandas\tests\configcopying pandas\tests\config\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\configcreating build\lib.win-amd64-cpython-310\pandas\tests\dtypescopying pandas\tests\dtypes\test_common.py -> build\lib.win-amd64-cpython-310\pandas\tests\dtypescopying pandas\tests\dtypes\test_concat.py -> build\lib.win-amd64-cpython-310\pandas\tests\dtypescopying pandas\tests\dtypes\test_dtypes.py -> build\lib.win-amd64-cpython-310\pandas\tests\dtypescopying pandas\tests\dtypes\test_generic.py -> build\lib.win-amd64-cpython-310\pandas\tests\dtypescopying pandas\tests\dtypes\test_inference.py -> build\lib.win-amd64-cpython-310\pandas\tests\dtypescopying pandas\tests\dtypes\test_missing.py -> build\lib.win-amd64-cpython-310\pandas\tests\dtypescopying pandas\tests\dtypes\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\dtypescreating build\lib.win-amd64-cpython-310\pandas\tests\extensioncopying pandas\tests\extension\conftest.py -> build\lib.win-amd64-cpython-310\pandas\tests\extensioncopying pandas\tests\extension\test_boolean.py -> build\lib.win-amd64-cpython-310\pandas\tests\extensioncopying pandas\tests\extension\test_categorical.py -> build\lib.win-amd64-cpython-310\pandas\tests\extensioncopying pandas\tests\extension\test_common.py -> build\lib.win-amd64-cpython-310\pandas\tests\extensioncopying pandas\tests\extension\test_datetime.py -> build\lib.win-amd64-cpython-310\pandas\tests\extensioncopying pandas\tests\extension\test_external_block.py -> build\lib.win-amd64-cpython-310\pandas\tests\extensioncopying pandas\tests\extension\test_floating.py -> build\lib.win-amd64-cpython-310\pandas\tests\extensioncopying pandas\tests\extension\test_integer.py -> build\lib.win-amd64-cpython-310\pandas\tests\extensioncopying pandas\tests\extension\test_interval.py -> build\lib.win-amd64-cpython-310\pandas\tests\extensioncopying pandas\tests\extension\test_numpy.py -> build\lib.win-amd64-cpython-310\pandas\tests\extensioncopying pandas\tests\extension\test_period.py -> build\lib.win-amd64-cpython-310\pandas\tests\extensioncopying pandas\tests\extension\test_sparse.py -> build\lib.win-amd64-cpython-310\pandas\tests\extensioncopying pandas\tests\extension\test_string.py -> build\lib.win-amd64-cpython-310\pandas\tests\extensioncopying pandas\tests\extension\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\extensioncreating build\lib.win-amd64-cpython-310\pandas\tests\framecopying pandas\tests\frame\common.py -> build\lib.win-amd64-cpython-310\pandas\tests\framecopying pandas\tests\frame\conftest.py -> build\lib.win-amd64-cpython-310\pandas\tests\framecopying pandas\tests\frame\test_alter_axes.py -> build\lib.win-amd64-cpython-310\pandas\tests\framecopying pandas\tests\frame\test_api.py -> build\lib.win-amd64-cpython-310\pandas\tests\framecopying pandas\tests\frame\test_arithmetic.py -> build\lib.win-amd64-cpython-310\pandas\tests\framecopying pandas\tests\frame\test_block_internals.py -> build\lib.win-amd64-cpython-310\pandas\tests\framecopying pandas\tests\frame\test_constructors.py -> build\lib.win-amd64-cpython-310\pandas\tests\framecopying pandas\tests\frame\test_cumulative.py -> build\lib.win-amd64-cpython-310\pandas\tests\framecopying pandas\tests\frame\test_iteration.py -> build\lib.win-amd64-cpython-310\pandas\tests\framecopying pandas\tests\frame\test_logical_ops.py -> build\lib.win-amd64-cpython-310\pandas\tests\framecopying pandas\tests\frame\test_nonunique_indexes.py -> build\lib.win-amd64-cpython-310\pandas\tests\framecopying pandas\tests\frame\test_npfuncs.py -> build\lib.win-amd64-cpython-310\pandas\tests\framecopying pandas\tests\frame\test_query_eval.py -> build\lib.win-amd64-cpython-310\pandas\tests\framecopying pandas\tests\frame\test_reductions.py -> build\lib.win-amd64-cpython-310\pandas\tests\framecopying pandas\tests\frame\test_repr_info.py -> build\lib.win-amd64-cpython-310\pandas\tests\framecopying pandas\tests\frame\test_stack_unstack.py -> build\lib.win-amd64-cpython-310\pandas\tests\framecopying pandas\tests\frame\test_subclass.py -> build\lib.win-amd64-cpython-310\pandas\tests\framecopying pandas\tests\frame\test_ufunc.py -> build\lib.win-amd64-cpython-310\pandas\tests\framecopying pandas\tests\frame\test_unary.py -> build\lib.win-amd64-cpython-310\pandas\tests\framecopying pandas\tests\frame\test_validate.py -> build\lib.win-amd64-cpython-310\pandas\tests\framecopying pandas\tests\frame\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\framecreating build\lib.win-amd64-cpython-310\pandas\tests\genericcopying pandas\tests\generic\test_duplicate_labels.py -> build\lib.win-amd64-cpython-310\pandas\tests\genericcopying pandas\tests\generic\test_finalize.py -> build\lib.win-amd64-cpython-310\pandas\tests\genericcopying pandas\tests\generic\test_frame.py -> build\lib.win-amd64-cpython-310\pandas\tests\genericcopying pandas\tests\generic\test_generic.py -> build\lib.win-amd64-cpython-310\pandas\tests\genericcopying pandas\tests\generic\test_label_or_level_utils.py -> build\lib.win-amd64-cpython-310\pandas\tests\genericcopying pandas\tests\generic\test_series.py -> build\lib.win-amd64-cpython-310\pandas\tests\genericcopying pandas\tests\generic\test_to_xarray.py -> build\lib.win-amd64-cpython-310\pandas\tests\genericcopying pandas\tests\generic\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\genericcreating build\lib.win-amd64-cpython-310\pandas\tests\groupbycopying pandas\tests\groupby\conftest.py -> build\lib.win-amd64-cpython-310\pandas\tests\groupbycopying pandas\tests\groupby\test_allowlist.py -> build\lib.win-amd64-cpython-310\pandas\tests\groupbycopying pandas\tests\groupby\test_apply.py -> build\lib.win-amd64-cpython-310\pandas\tests\groupbycopying pandas\tests\groupby\test_apply_mutate.py -> build\lib.win-amd64-cpython-310\pandas\tests\groupbycopying pandas\tests\groupby\test_bin_groupby.py -> build\lib.win-amd64-cpython-310\pandas\tests\groupbycopying pandas\tests\groupby\test_categorical.py -> build\lib.win-amd64-cpython-310\pandas\tests\groupbycopying pandas\tests\groupby\test_counting.py -> build\lib.win-amd64-cpython-310\pandas\tests\groupbycopying pandas\tests\groupby\test_filters.py -> build\lib.win-amd64-cpython-310\pandas\tests\groupbycopying pandas\tests\groupby\test_function.py -> build\lib.win-amd64-cpython-310\pandas\tests\groupbycopying pandas\tests\groupby\test_groupby.py -> build\lib.win-amd64-cpython-310\pandas\tests\groupbycopying pandas\tests\groupby\test_groupby_dropna.py -> build\lib.win-amd64-cpython-310\pandas\tests\groupbycopying pandas\tests\groupby\test_groupby_shift_diff.py -> build\lib.win-amd64-cpython-310\pandas\tests\groupbycopying pandas\tests\groupby\test_groupby_subclass.py -> build\lib.win-amd64-cpython-310\pandas\tests\groupbycopying pandas\tests\groupby\test_grouping.py -> build\lib.win-amd64-cpython-310\pandas\tests\groupbycopying pandas\tests\groupby\test_index_as_string.py -> build\lib.win-amd64-cpython-310\pandas\tests\groupbycopying pandas\tests\groupby\test_libgroupby.py -> build\lib.win-amd64-cpython-310\pandas\tests\groupbycopying pandas\tests\groupby\test_missing.py -> build\lib.win-amd64-cpython-310\pandas\tests\groupbycopying pandas\tests\groupby\test_nth.py -> build\lib.win-amd64-cpython-310\pandas\tests\groupbycopying pandas\tests\groupby\test_nunique.py -> build\lib.win-amd64-cpython-310\pandas\tests\groupbycopying pandas\tests\groupby\test_pipe.py -> build\lib.win-amd64-cpython-310\pandas\tests\groupbycopying pandas\tests\groupby\test_quantile.py -> build\lib.win-amd64-cpython-310\pandas\tests\groupbycopying pandas\tests\groupby\test_rank.py -> build\lib.win-amd64-cpython-310\pandas\tests\groupbycopying pandas\tests\groupby\test_sample.py -> build\lib.win-amd64-cpython-310\pandas\tests\groupbycopying pandas\tests\groupby\test_size.py -> build\lib.win-amd64-cpython-310\pandas\tests\groupbycopying pandas\tests\groupby\test_timegrouper.py -> build\lib.win-amd64-cpython-310\pandas\tests\groupbycopying pandas\tests\groupby\test_value_counts.py -> build\lib.win-amd64-cpython-310\pandas\tests\groupbycopying pandas\tests\groupby\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\groupbycreating build\lib.win-amd64-cpython-310\pandas\tests\indexescopying pandas\tests\indexes\common.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexescopying pandas\tests\indexes\conftest.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexescopying pandas\tests\indexes\datetimelike.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexescopying pandas\tests\indexes\test_any_index.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexescopying pandas\tests\indexes\test_base.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexescopying pandas\tests\indexes\test_common.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexescopying pandas\tests\indexes\test_datetimelike.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexescopying pandas\tests\indexes\test_engines.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexescopying pandas\tests\indexes\test_frozen.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexescopying pandas\tests\indexes\test_indexing.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexescopying pandas\tests\indexes\test_index_new.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexescopying pandas\tests\indexes\test_numeric.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexescopying pandas\tests\indexes\test_numpy_compat.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexescopying pandas\tests\indexes\test_setops.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexescopying pandas\tests\indexes\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexescreating build\lib.win-amd64-cpython-310\pandas\tests\indexingcopying pandas\tests\indexing\common.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexingcopying pandas\tests\indexing\test_at.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexingcopying pandas\tests\indexing\test_categorical.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexingcopying pandas\tests\indexing\test_chaining_and_caching.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexingcopying pandas\tests\indexing\test_check_indexer.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexingcopying pandas\tests\indexing\test_coercion.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexingcopying pandas\tests\indexing\test_datetime.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexingcopying pandas\tests\indexing\test_floats.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexingcopying pandas\tests\indexing\test_iat.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexingcopying pandas\tests\indexing\test_iloc.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexingcopying pandas\tests\indexing\test_indexers.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexingcopying pandas\tests\indexing\test_indexing.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexingcopying pandas\tests\indexing\test_loc.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexingcopying pandas\tests\indexing\test_na_indexing.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexingcopying pandas\tests\indexing\test_partial.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexingcopying pandas\tests\indexing\test_scalar.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexingcopying pandas\tests\indexing\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexingcreating build\lib.win-amd64-cpython-310\pandas\tests\internalscopying pandas\tests\internals\test_internals.py -> build\lib.win-amd64-cpython-310\pandas\tests\internalscopying pandas\tests\internals\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\internalscreating build\lib.win-amd64-cpython-310\pandas\tests\iocopying pandas\tests\io\conftest.py -> build\lib.win-amd64-cpython-310\pandas\tests\iocopying pandas\tests\io\generate_legacy_storage_files.py -> build\lib.win-amd64-cpython-310\pandas\tests\iocopying pandas\tests\io\test_clipboard.py -> build\lib.win-amd64-cpython-310\pandas\tests\iocopying pandas\tests\io\test_common.py -> build\lib.win-amd64-cpython-310\pandas\tests\iocopying pandas\tests\io\test_compression.py -> build\lib.win-amd64-cpython-310\pandas\tests\iocopying pandas\tests\io\test_date_converters.py -> build\lib.win-amd64-cpython-310\pandas\tests\iocopying pandas\tests\io\test_feather.py -> build\lib.win-amd64-cpython-310\pandas\tests\iocopying pandas\tests\io\test_fsspec.py -> build\lib.win-amd64-cpython-310\pandas\tests\iocopying pandas\tests\io\test_gbq.py -> build\lib.win-amd64-cpython-310\pandas\tests\iocopying pandas\tests\io\test_gcs.py -> build\lib.win-amd64-cpython-310\pandas\tests\iocopying pandas\tests\io\test_html.py -> build\lib.win-amd64-cpython-310\pandas\tests\iocopying pandas\tests\io\test_orc.py -> build\lib.win-amd64-cpython-310\pandas\tests\iocopying pandas\tests\io\test_parquet.py -> build\lib.win-amd64-cpython-310\pandas\tests\iocopying pandas\tests\io\test_pickle.py -> build\lib.win-amd64-cpython-310\pandas\tests\iocopying pandas\tests\io\test_s3.py -> build\lib.win-amd64-cpython-310\pandas\tests\iocopying pandas\tests\io\test_spss.py -> build\lib.win-amd64-cpython-310\pandas\tests\iocopying pandas\tests\io\test_sql.py -> build\lib.win-amd64-cpython-310\pandas\tests\iocopying pandas\tests\io\test_stata.py -> build\lib.win-amd64-cpython-310\pandas\tests\iocopying pandas\tests\io\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\iocreating build\lib.win-amd64-cpython-310\pandas\tests\libscopying pandas\tests\libs\test_hashtable.py -> build\lib.win-amd64-cpython-310\pandas\tests\libscopying pandas\tests\libs\test_join.py -> build\lib.win-amd64-cpython-310\pandas\tests\libscopying pandas\tests\libs\test_lib.py -> build\lib.win-amd64-cpython-310\pandas\tests\libscopying pandas\tests\libs\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\libscreating build\lib.win-amd64-cpython-310\pandas\tests\plottingcopying pandas\tests\plotting\common.py -> build\lib.win-amd64-cpython-310\pandas\tests\plottingcopying pandas\tests\plotting\test_backend.py -> build\lib.win-amd64-cpython-310\pandas\tests\plottingcopying pandas\tests\plotting\test_boxplot_method.py -> build\lib.win-amd64-cpython-310\pandas\tests\plottingcopying pandas\tests\plotting\test_common.py -> build\lib.win-amd64-cpython-310\pandas\tests\plottingcopying pandas\tests\plotting\test_converter.py -> build\lib.win-amd64-cpython-310\pandas\tests\plottingcopying pandas\tests\plotting\test_datetimelike.py -> build\lib.win-amd64-cpython-310\pandas\tests\plottingcopying pandas\tests\plotting\test_groupby.py -> build\lib.win-amd64-cpython-310\pandas\tests\plottingcopying pandas\tests\plotting\test_hist_method.py -> build\lib.win-amd64-cpython-310\pandas\tests\plottingcopying pandas\tests\plotting\test_misc.py -> build\lib.win-amd64-cpython-310\pandas\tests\plottingcopying pandas\tests\plotting\test_series.py -> build\lib.win-amd64-cpython-310\pandas\tests\plottingcopying pandas\tests\plotting\test_style.py -> build\lib.win-amd64-cpython-310\pandas\tests\plottingcopying pandas\tests\plotting\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\plottingcreating build\lib.win-amd64-cpython-310\pandas\tests\reductionscopying pandas\tests\reductions\test_reductions.py -> build\lib.win-amd64-cpython-310\pandas\tests\reductionscopying pandas\tests\reductions\test_stat_reductions.py -> build\lib.win-amd64-cpython-310\pandas\tests\reductionscopying pandas\tests\reductions\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\reductionscreating build\lib.win-amd64-cpython-310\pandas\tests\resamplecopying pandas\tests\resample\conftest.py -> build\lib.win-amd64-cpython-310\pandas\tests\resamplecopying pandas\tests\resample\test_base.py -> build\lib.win-amd64-cpython-310\pandas\tests\resamplecopying pandas\tests\resample\test_datetime_index.py -> build\lib.win-amd64-cpython-310\pandas\tests\resamplecopying pandas\tests\resample\test_deprecated.py -> build\lib.win-amd64-cpython-310\pandas\tests\resamplecopying pandas\tests\resample\test_period_index.py -> build\lib.win-amd64-cpython-310\pandas\tests\resamplecopying pandas\tests\resample\test_resampler_grouper.py -> build\lib.win-amd64-cpython-310\pandas\tests\resamplecopying pandas\tests\resample\test_resample_api.py -> build\lib.win-amd64-cpython-310\pandas\tests\resamplecopying pandas\tests\resample\test_timedelta.py -> build\lib.win-amd64-cpython-310\pandas\tests\resamplecopying pandas\tests\resample\test_time_grouper.py -> build\lib.win-amd64-cpython-310\pandas\tests\resamplecopying pandas\tests\resample\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\resamplecreating build\lib.win-amd64-cpython-310\pandas\tests\reshapecopying pandas\tests\reshape\test_crosstab.py -> build\lib.win-amd64-cpython-310\pandas\tests\reshapecopying pandas\tests\reshape\test_cut.py -> build\lib.win-amd64-cpython-310\pandas\tests\reshapecopying pandas\tests\reshape\test_get_dummies.py -> build\lib.win-amd64-cpython-310\pandas\tests\reshapecopying pandas\tests\reshape\test_melt.py -> build\lib.win-amd64-cpython-310\pandas\tests\reshapecopying pandas\tests\reshape\test_pivot.py -> build\lib.win-amd64-cpython-310\pandas\tests\reshapecopying pandas\tests\reshape\test_pivot_multilevel.py -> build\lib.win-amd64-cpython-310\pandas\tests\reshapecopying pandas\tests\reshape\test_qcut.py -> build\lib.win-amd64-cpython-310\pandas\tests\reshapecopying pandas\tests\reshape\test_union_categoricals.py -> build\lib.win-amd64-cpython-310\pandas\tests\reshapecopying pandas\tests\reshape\test_util.py -> build\lib.win-amd64-cpython-310\pandas\tests\reshapecopying pandas\tests\reshape\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\reshapecreating build\lib.win-amd64-cpython-310\pandas\tests\scalarcopying pandas\tests\scalar\test_nat.py -> build\lib.win-amd64-cpython-310\pandas\tests\scalarcopying pandas\tests\scalar\test_na_scalar.py -> build\lib.win-amd64-cpython-310\pandas\tests\scalarcopying pandas\tests\scalar\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\scalarcreating build\lib.win-amd64-cpython-310\pandas\tests\seriescopying pandas\tests\series\test_api.py -> build\lib.win-amd64-cpython-310\pandas\tests\seriescopying pandas\tests\series\test_arithmetic.py -> build\lib.win-amd64-cpython-310\pandas\tests\seriescopying pandas\tests\series\test_constructors.py -> build\lib.win-amd64-cpython-310\pandas\tests\seriescopying pandas\tests\series\test_cumulative.py -> build\lib.win-amd64-cpython-310\pandas\tests\seriescopying pandas\tests\series\test_dtypes.py -> build\lib.win-amd64-cpython-310\pandas\tests\seriescopying pandas\tests\series\test_duplicates.py -> build\lib.win-amd64-cpython-310\pandas\tests\seriescopying pandas\tests\series\test_iteration.py -> build\lib.win-amd64-cpython-310\pandas\tests\seriescopying pandas\tests\series\test_logical_ops.py -> build\lib.win-amd64-cpython-310\pandas\tests\seriescopying pandas\tests\series\test_missing.py -> build\lib.win-amd64-cpython-310\pandas\tests\seriescopying pandas\tests\series\test_npfuncs.py -> build\lib.win-amd64-cpython-310\pandas\tests\seriescopying pandas\tests\series\test_reductions.py -> build\lib.win-amd64-cpython-310\pandas\tests\seriescopying pandas\tests\series\test_repr.py -> build\lib.win-amd64-cpython-310\pandas\tests\seriescopying pandas\tests\series\test_subclass.py -> build\lib.win-amd64-cpython-310\pandas\tests\seriescopying pandas\tests\series\test_ufunc.py -> build\lib.win-amd64-cpython-310\pandas\tests\seriescopying pandas\tests\series\test_unary.py -> build\lib.win-amd64-cpython-310\pandas\tests\seriescopying pandas\tests\series\test_validate.py -> build\lib.win-amd64-cpython-310\pandas\tests\seriescopying pandas\tests\series\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\seriescreating build\lib.win-amd64-cpython-310\pandas\tests\toolscopying pandas\tests\tools\test_to_datetime.py -> build\lib.win-amd64-cpython-310\pandas\tests\toolscopying pandas\tests\tools\test_to_numeric.py -> build\lib.win-amd64-cpython-310\pandas\tests\toolscopying pandas\tests\tools\test_to_time.py -> build\lib.win-amd64-cpython-310\pandas\tests\toolscopying pandas\tests\tools\test_to_timedelta.py -> build\lib.win-amd64-cpython-310\pandas\tests\toolscopying pandas\tests\tools\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\toolscreating build\lib.win-amd64-cpython-310\pandas\tests\tseriescopying pandas\tests\tseries\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\tseriescreating build\lib.win-amd64-cpython-310\pandas\tests\tslibscopying pandas\tests\tslibs\test_api.py -> build\lib.win-amd64-cpython-310\pandas\tests\tslibscopying pandas\tests\tslibs\test_array_to_datetime.py -> build\lib.win-amd64-cpython-310\pandas\tests\tslibscopying pandas\tests\tslibs\test_ccalendar.py -> build\lib.win-amd64-cpython-310\pandas\tests\tslibscopying pandas\tests\tslibs\test_conversion.py -> build\lib.win-amd64-cpython-310\pandas\tests\tslibscopying pandas\tests\tslibs\test_fields.py -> build\lib.win-amd64-cpython-310\pandas\tests\tslibscopying pandas\tests\tslibs\test_libfrequencies.py -> build\lib.win-amd64-cpython-310\pandas\tests\tslibscopying pandas\tests\tslibs\test_liboffsets.py -> build\lib.win-amd64-cpython-310\pandas\tests\tslibscopying pandas\tests\tslibs\test_parse_iso8601.py -> build\lib.win-amd64-cpython-310\pandas\tests\tslibscopying pandas\tests\tslibs\test_parsing.py -> build\lib.win-amd64-cpython-310\pandas\tests\tslibscopying pandas\tests\tslibs\test_period_asfreq.py -> build\lib.win-amd64-cpython-310\pandas\tests\tslibscopying pandas\tests\tslibs\test_timedeltas.py -> build\lib.win-amd64-cpython-310\pandas\tests\tslibscopying pandas\tests\tslibs\test_timezones.py -> build\lib.win-amd64-cpython-310\pandas\tests\tslibscopying pandas\tests\tslibs\test_to_offset.py -> build\lib.win-amd64-cpython-310\pandas\tests\tslibscopying pandas\tests\tslibs\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\tslibscreating build\lib.win-amd64-cpython-310\pandas\tests\utilcopying pandas\tests\util\conftest.py -> build\lib.win-amd64-cpython-310\pandas\tests\utilcopying pandas\tests\util\test_assert_almost_equal.py -> build\lib.win-amd64-cpython-310\pandas\tests\utilcopying pandas\tests\util\test_assert_categorical_equal.py -> build\lib.win-amd64-cpython-310\pandas\tests\utilcopying pandas\tests\util\test_assert_extension_array_equal.py -> build\lib.win-amd64-cpython-310\pandas\tests\utilcopying pandas\tests\util\test_assert_frame_equal.py -> build\lib.win-amd64-cpython-310\pandas\tests\utilcopying pandas\tests\util\test_assert_index_equal.py -> build\lib.win-amd64-cpython-310\pandas\tests\utilcopying pandas\tests\util\test_assert_interval_array_equal.py -> build\lib.win-amd64-cpython-310\pandas\tests\utilcopying pandas\tests\util\test_assert_numpy_array_equal.py -> build\lib.win-amd64-cpython-310\pandas\tests\utilcopying pandas\tests\util\test_assert_produces_warning.py -> build\lib.win-amd64-cpython-310\pandas\tests\utilcopying pandas\tests\util\test_assert_series_equal.py -> build\lib.win-amd64-cpython-310\pandas\tests\utilcopying pandas\tests\util\test_deprecate.py -> build\lib.win-amd64-cpython-310\pandas\tests\utilcopying pandas\tests\util\test_deprecate_kwarg.py -> build\lib.win-amd64-cpython-310\pandas\tests\utilcopying pandas\tests\util\test_deprecate_nonkeyword_arguments.py -> build\lib.win-amd64-cpython-310\pandas\tests\utilcopying pandas\tests\util\test_doc.py -> build\lib.win-amd64-cpython-310\pandas\tests\utilcopying pandas\tests\util\test_hashing.py -> build\lib.win-amd64-cpython-310\pandas\tests\utilcopying pandas\tests\util\test_numba.py -> build\lib.win-amd64-cpython-310\pandas\tests\utilcopying pandas\tests\util\test_safe_import.py -> build\lib.win-amd64-cpython-310\pandas\tests\utilcopying pandas\tests\util\test_show_versions.py -> build\lib.win-amd64-cpython-310\pandas\tests\utilcopying pandas\tests\util\test_util.py -> build\lib.win-amd64-cpython-310\pandas\tests\utilcopying pandas\tests\util\test_validate_args.py -> build\lib.win-amd64-cpython-310\pandas\tests\utilcopying pandas\tests\util\test_validate_args_and_kwargs.py -> build\lib.win-amd64-cpython-310\pandas\tests\utilcopying pandas\tests\util\test_validate_kwargs.py -> build\lib.win-amd64-cpython-310\pandas\tests\utilcopying pandas\tests\util\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\utilcreating build\lib.win-amd64-cpython-310\pandas\tests\windowcopying pandas\tests\window\conftest.py -> build\lib.win-amd64-cpython-310\pandas\tests\windowcopying pandas\tests\window\test_api.py -> build\lib.win-amd64-cpython-310\pandas\tests\windowcopying pandas\tests\window\test_apply.py -> build\lib.win-amd64-cpython-310\pandas\tests\windowcopying pandas\tests\window\test_base_indexer.py -> build\lib.win-amd64-cpython-310\pandas\tests\windowcopying pandas\tests\window\test_dtypes.py -> build\lib.win-amd64-cpython-310\pandas\tests\windowcopying pandas\tests\window\test_ewm.py -> build\lib.win-amd64-cpython-310\pandas\tests\windowcopying pandas\tests\window\test_expanding.py -> build\lib.win-amd64-cpython-310\pandas\tests\windowcopying pandas\tests\window\test_groupby.py -> build\lib.win-amd64-cpython-310\pandas\tests\windowcopying pandas\tests\window\test_numba.py -> build\lib.win-amd64-cpython-310\pandas\tests\windowcopying pandas\tests\window\test_pairwise.py -> build\lib.win-amd64-cpython-310\pandas\tests\windowcopying pandas\tests\window\test_rolling.py -> build\lib.win-amd64-cpython-310\pandas\tests\windowcopying pandas\tests\window\test_timeseries_window.py -> build\lib.win-amd64-cpython-310\pandas\tests\windowcopying pandas\tests\window\test_win_type.py -> build\lib.win-amd64-cpython-310\pandas\tests\windowcopying pandas\tests\window\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\windowcreating build\lib.win-amd64-cpython-310\pandas\tests\arrays\booleancopying pandas\tests\arrays\boolean\test_arithmetic.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\booleancopying pandas\tests\arrays\boolean\test_astype.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\booleancopying pandas\tests\arrays\boolean\test_comparison.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\booleancopying pandas\tests\arrays\boolean\test_construction.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\booleancopying pandas\tests\arrays\boolean\test_function.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\booleancopying pandas\tests\arrays\boolean\test_indexing.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\booleancopying pandas\tests\arrays\boolean\test_logical.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\booleancopying pandas\tests\arrays\boolean\test_ops.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\booleancopying pandas\tests\arrays\boolean\test_reduction.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\booleancopying pandas\tests\arrays\boolean\test_repr.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\booleancopying pandas\tests\arrays\boolean\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\booleancreating build\lib.win-amd64-cpython-310\pandas\tests\arrays\categoricalcopying pandas\tests\arrays\categorical\common.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\categoricalcopying pandas\tests\arrays\categorical\conftest.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\categoricalcopying pandas\tests\arrays\categorical\test_algos.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\categoricalcopying pandas\tests\arrays\categorical\test_analytics.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\categoricalcopying pandas\tests\arrays\categorical\test_api.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\categoricalcopying pandas\tests\arrays\categorical\test_constructors.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\categoricalcopying pandas\tests\arrays\categorical\test_dtypes.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\categoricalcopying pandas\tests\arrays\categorical\test_indexing.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\categoricalcopying pandas\tests\arrays\categorical\test_missing.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\categoricalcopying pandas\tests\arrays\categorical\test_operators.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\categoricalcopying pandas\tests\arrays\categorical\test_replace.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\categoricalcopying pandas\tests\arrays\categorical\test_repr.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\categoricalcopying pandas\tests\arrays\categorical\test_sorting.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\categoricalcopying pandas\tests\arrays\categorical\test_subclass.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\categoricalcopying pandas\tests\arrays\categorical\test_take.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\categoricalcopying pandas\tests\arrays\categorical\test_warnings.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\categoricalcopying pandas\tests\arrays\categorical\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\categoricalcreating build\lib.win-amd64-cpython-310\pandas\tests\arrays\floatingcopying pandas\tests\arrays\floating\conftest.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\floatingcopying pandas\tests\arrays\floating\test_arithmetic.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\floatingcopying pandas\tests\arrays\floating\test_astype.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\floatingcopying pandas\tests\arrays\floating\test_comparison.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\floatingcopying pandas\tests\arrays\floating\test_concat.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\floatingcopying pandas\tests\arrays\floating\test_construction.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\floatingcopying pandas\tests\arrays\floating\test_function.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\floatingcopying pandas\tests\arrays\floating\test_repr.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\floatingcopying pandas\tests\arrays\floating\test_to_numpy.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\floatingcopying pandas\tests\arrays\floating\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\floatingcreating build\lib.win-amd64-cpython-310\pandas\tests\arrays\integercopying pandas\tests\arrays\integer\conftest.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\integercopying pandas\tests\arrays\integer\test_arithmetic.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\integercopying pandas\tests\arrays\integer\test_comparison.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\integercopying pandas\tests\arrays\integer\test_concat.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\integercopying pandas\tests\arrays\integer\test_construction.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\integercopying pandas\tests\arrays\integer\test_dtypes.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\integercopying pandas\tests\arrays\integer\test_function.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\integercopying pandas\tests\arrays\integer\test_indexing.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\integercopying pandas\tests\arrays\integer\test_repr.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\integercopying pandas\tests\arrays\integer\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\integercreating build\lib.win-amd64-cpython-310\pandas\tests\arrays\intervalcopying pandas\tests\arrays\interval\test_astype.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\intervalcopying pandas\tests\arrays\interval\test_interval.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\intervalcopying pandas\tests\arrays\interval\test_ops.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\intervalcopying pandas\tests\arrays\interval\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\intervalcreating build\lib.win-amd64-cpython-310\pandas\tests\arrays\maskedcopying pandas\tests\arrays\masked\test_arithmetic.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\maskedcopying pandas\tests\arrays\masked\test_arrow_compat.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\maskedcopying pandas\tests\arrays\masked\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\maskedcreating build\lib.win-amd64-cpython-310\pandas\tests\arrays\sparsecopying pandas\tests\arrays\sparse\test_accessor.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\sparsecopying pandas\tests\arrays\sparse\test_arithmetics.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\sparsecopying pandas\tests\arrays\sparse\test_array.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\sparsecopying pandas\tests\arrays\sparse\test_combine_concat.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\sparsecopying pandas\tests\arrays\sparse\test_dtype.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\sparsecopying pandas\tests\arrays\sparse\test_libsparse.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\sparsecopying pandas\tests\arrays\sparse\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\sparsecreating build\lib.win-amd64-cpython-310\pandas\tests\arrays\string_copying pandas\tests\arrays\string_\test_string.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\string_copying pandas\tests\arrays\string_\test_string_arrow.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\string_copying pandas\tests\arrays\string_\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\arrays\string_creating build\lib.win-amd64-cpython-310\pandas\tests\dtypes\castcopying pandas\tests\dtypes\cast\test_construct_from_scalar.py -> build\lib.win-amd64-cpython-310\pandas\tests\dtypes\castcopying pandas\tests\dtypes\cast\test_construct_ndarray.py -> build\lib.win-amd64-cpython-310\pandas\tests\dtypes\castcopying pandas\tests\dtypes\cast\test_construct_object_arr.py -> build\lib.win-amd64-cpython-310\pandas\tests\dtypes\castcopying pandas\tests\dtypes\cast\test_dict_compat.py -> build\lib.win-amd64-cpython-310\pandas\tests\dtypes\castcopying pandas\tests\dtypes\cast\test_downcast.py -> build\lib.win-amd64-cpython-310\pandas\tests\dtypes\castcopying pandas\tests\dtypes\cast\test_find_common_type.py -> build\lib.win-amd64-cpython-310\pandas\tests\dtypes\castcopying pandas\tests\dtypes\cast\test_infer_datetimelike.py -> build\lib.win-amd64-cpython-310\pandas\tests\dtypes\castcopying pandas\tests\dtypes\cast\test_infer_dtype.py -> build\lib.win-amd64-cpython-310\pandas\tests\dtypes\castcopying pandas\tests\dtypes\cast\test_promote.py -> build\lib.win-amd64-cpython-310\pandas\tests\dtypes\castcopying pandas\tests\dtypes\cast\test_upcast.py -> build\lib.win-amd64-cpython-310\pandas\tests\dtypes\castcopying pandas\tests\dtypes\cast\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\dtypes\castcreating build\lib.win-amd64-cpython-310\pandas\tests\extension\arrowcopying pandas\tests\extension\arrow\arrays.py -> build\lib.win-amd64-cpython-310\pandas\tests\extension\arrowcopying pandas\tests\extension\arrow\test_bool.py -> build\lib.win-amd64-cpython-310\pandas\tests\extension\arrowcopying pandas\tests\extension\arrow\test_string.py -> build\lib.win-amd64-cpython-310\pandas\tests\extension\arrowcopying pandas\tests\extension\arrow\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\extension\arrowcreating build\lib.win-amd64-cpython-310\pandas\tests\extension\basecopying pandas\tests\extension\base\base.py -> build\lib.win-amd64-cpython-310\pandas\tests\extension\basecopying pandas\tests\extension\base\casting.py -> build\lib.win-amd64-cpython-310\pandas\tests\extension\basecopying pandas\tests\extension\base\constructors.py -> build\lib.win-amd64-cpython-310\pandas\tests\extension\basecopying pandas\tests\extension\base\dtype.py -> build\lib.win-amd64-cpython-310\pandas\tests\extension\basecopying pandas\tests\extension\base\getitem.py -> build\lib.win-amd64-cpython-310\pandas\tests\extension\basecopying pandas\tests\extension\base\groupby.py -> build\lib.win-amd64-cpython-310\pandas\tests\extension\basecopying pandas\tests\extension\base\interface.py -> build\lib.win-amd64-cpython-310\pandas\tests\extension\basecopying pandas\tests\extension\base\io.py -> build\lib.win-amd64-cpython-310\pandas\tests\extension\basecopying pandas\tests\extension\base\methods.py -> build\lib.win-amd64-cpython-310\pandas\tests\extension\basecopying pandas\tests\extension\base\missing.py -> build\lib.win-amd64-cpython-310\pandas\tests\extension\basecopying pandas\tests\extension\base\ops.py -> build\lib.win-amd64-cpython-310\pandas\tests\extension\basecopying pandas\tests\extension\base\printing.py -> build\lib.win-amd64-cpython-310\pandas\tests\extension\basecopying pandas\tests\extension\base\reduce.py -> build\lib.win-amd64-cpython-310\pandas\tests\extension\basecopying pandas\tests\extension\base\reshaping.py -> build\lib.win-amd64-cpython-310\pandas\tests\extension\basecopying pandas\tests\extension\base\setitem.py -> build\lib.win-amd64-cpython-310\pandas\tests\extension\basecopying pandas\tests\extension\base\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\extension\basecreating build\lib.win-amd64-cpython-310\pandas\tests\extension\decimalcopying pandas\tests\extension\decimal\array.py -> build\lib.win-amd64-cpython-310\pandas\tests\extension\decimalcopying pandas\tests\extension\decimal\test_decimal.py -> build\lib.win-amd64-cpython-310\pandas\tests\extension\decimalcopying pandas\tests\extension\decimal\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\extension\decimalcreating build\lib.win-amd64-cpython-310\pandas\tests\extension\jsoncopying pandas\tests\extension\json\array.py -> build\lib.win-amd64-cpython-310\pandas\tests\extension\jsoncopying pandas\tests\extension\json\test_json.py -> build\lib.win-amd64-cpython-310\pandas\tests\extension\jsoncopying pandas\tests\extension\json\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\extension\jsoncreating build\lib.win-amd64-cpython-310\pandas\tests\extension\listcopying pandas\tests\extension\list\array.py -> build\lib.win-amd64-cpython-310\pandas\tests\extension\listcopying pandas\tests\extension\list\test_list.py -> build\lib.win-amd64-cpython-310\pandas\tests\extension\listcopying pandas\tests\extension\list\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\extension\listcreating build\lib.win-amd64-cpython-310\pandas\tests\frame\applycopying pandas\tests\frame\apply\test_apply_relabeling.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\applycopying pandas\tests\frame\apply\test_frame_apply.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\applycopying pandas\tests\frame\apply\test_frame_transform.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\applycopying pandas\tests\frame\apply\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\applycreating build\lib.win-amd64-cpython-310\pandas\tests\frame\indexingcopying pandas\tests\frame\indexing\test_categorical.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\indexingcopying pandas\tests\frame\indexing\test_delitem.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\indexingcopying pandas\tests\frame\indexing\test_get.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\indexingcopying pandas\tests\frame\indexing\test_getitem.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\indexingcopying pandas\tests\frame\indexing\test_get_value.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\indexingcopying pandas\tests\frame\indexing\test_indexing.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\indexingcopying pandas\tests\frame\indexing\test_insert.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\indexingcopying pandas\tests\frame\indexing\test_lookup.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\indexingcopying pandas\tests\frame\indexing\test_mask.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\indexingcopying pandas\tests\frame\indexing\test_setitem.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\indexingcopying pandas\tests\frame\indexing\test_set_value.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\indexingcopying pandas\tests\frame\indexing\test_take.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\indexingcopying pandas\tests\frame\indexing\test_where.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\indexingcopying pandas\tests\frame\indexing\test_xs.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\indexingcopying pandas\tests\frame\indexing\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\indexingcreating build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_add_prefix_suffix.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_align.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_append.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_asfreq.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_asof.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_assign.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_astype.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_at_time.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_between_time.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_clip.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_combine.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_combine_first.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_compare.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_convert.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_convert_dtypes.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_copy.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_count.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_cov_corr.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_describe.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_diff.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_drop.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_droplevel.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_dropna.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_drop_duplicates.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_dtypes.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_duplicated.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_equals.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_explode.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_fillna.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_filter.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_first_and_last.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_get_numeric_data.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_head_tail.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_infer_objects.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_interpolate.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_isin.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_is_homogeneous_dtype.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_join.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_matmul.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_nlargest.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_pct_change.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_pop.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_quantile.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_rank.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_reindex.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_reindex_like.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_rename.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_rename_axis.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_replace.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_reset_index.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_round.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_select_dtypes.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_set_index.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_shift.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_sort_index.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_sort_values.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_swapaxes.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_swaplevel.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_to_csv.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_to_dict.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_to_dict_of_blocks.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_to_numpy.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_to_period.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_to_records.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_to_timestamp.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_transpose.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_truncate.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_tz_convert.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_tz_localize.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_update.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_values.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\test_value_counts.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscopying pandas\tests\frame\methods\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\frame\methodscreating build\lib.win-amd64-cpython-310\pandas\tests\generic\methodscopying pandas\tests\generic\methods\test_dot.py -> build\lib.win-amd64-cpython-310\pandas\tests\generic\methodscopying pandas\tests\generic\methods\test_first_valid_index.py -> build\lib.win-amd64-cpython-310\pandas\tests\generic\methodscopying pandas\tests\generic\methods\test_pipe.py -> build\lib.win-amd64-cpython-310\pandas\tests\generic\methodscopying pandas\tests\generic\methods\test_reorder_levels.py -> build\lib.win-amd64-cpython-310\pandas\tests\generic\methodscopying pandas\tests\generic\methods\test_sample.py -> build\lib.win-amd64-cpython-310\pandas\tests\generic\methodscopying pandas\tests\generic\methods\test_set_axis.py -> build\lib.win-amd64-cpython-310\pandas\tests\generic\methodscopying pandas\tests\generic\methods\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\generic\methodscreating build\lib.win-amd64-cpython-310\pandas\tests\groupby\aggregatecopying pandas\tests\groupby\aggregate\test_aggregate.py -> build\lib.win-amd64-cpython-310\pandas\tests\groupby\aggregatecopying pandas\tests\groupby\aggregate\test_cython.py -> build\lib.win-amd64-cpython-310\pandas\tests\groupby\aggregatecopying pandas\tests\groupby\aggregate\test_numba.py -> build\lib.win-amd64-cpython-310\pandas\tests\groupby\aggregatecopying pandas\tests\groupby\aggregate\test_other.py -> build\lib.win-amd64-cpython-310\pandas\tests\groupby\aggregatecopying pandas\tests\groupby\aggregate\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\groupby\aggregatecreating build\lib.win-amd64-cpython-310\pandas\tests\groupby\transformcopying pandas\tests\groupby\transform\test_numba.py -> build\lib.win-amd64-cpython-310\pandas\tests\groupby\transformcopying pandas\tests\groupby\transform\test_transform.py -> build\lib.win-amd64-cpython-310\pandas\tests\groupby\transformcopying pandas\tests\groupby\transform\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\groupby\transformcreating build\lib.win-amd64-cpython-310\pandas\tests\indexes\base_classcopying pandas\tests\indexes\base_class\test_constructors.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\base_classcopying pandas\tests\indexes\base_class\test_formats.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\base_classcopying pandas\tests\indexes\base_class\test_indexing.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\base_classcopying pandas\tests\indexes\base_class\test_reshape.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\base_classcopying pandas\tests\indexes\base_class\test_setops.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\base_classcopying pandas\tests\indexes\base_class\test_where.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\base_classcopying pandas\tests\indexes\base_class\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\base_classcreating build\lib.win-amd64-cpython-310\pandas\tests\indexes\categoricalcopying pandas\tests\indexes\categorical\test_astype.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\categoricalcopying pandas\tests\indexes\categorical\test_category.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\categoricalcopying pandas\tests\indexes\categorical\test_constructors.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\categoricalcopying pandas\tests\indexes\categorical\test_equals.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\categoricalcopying pandas\tests\indexes\categorical\test_fillna.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\categoricalcopying pandas\tests\indexes\categorical\test_formats.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\categoricalcopying pandas\tests\indexes\categorical\test_indexing.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\categoricalcopying pandas\tests\indexes\categorical\test_map.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\categoricalcopying pandas\tests\indexes\categorical\test_reindex.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\categoricalcopying pandas\tests\indexes\categorical\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\categoricalcreating build\lib.win-amd64-cpython-310\pandas\tests\indexes\datetimescopying pandas\tests\indexes\datetimes\test_astype.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\datetimescopying pandas\tests\indexes\datetimes\test_constructors.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\datetimescopying pandas\tests\indexes\datetimes\test_datetime.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\datetimescopying pandas\tests\indexes\datetimes\test_datetimelike.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\datetimescopying pandas\tests\indexes\datetimes\test_date_range.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\datetimescopying pandas\tests\indexes\datetimes\test_delete.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\datetimescopying pandas\tests\indexes\datetimes\test_fillna.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\datetimescopying pandas\tests\indexes\datetimes\test_formats.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\datetimescopying pandas\tests\indexes\datetimes\test_indexing.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\datetimescopying pandas\tests\indexes\datetimes\test_insert.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\datetimescopying pandas\tests\indexes\datetimes\test_join.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\datetimescopying pandas\tests\indexes\datetimes\test_map.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\datetimescopying pandas\tests\indexes\datetimes\test_misc.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\datetimescopying pandas\tests\indexes\datetimes\test_ops.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\datetimescopying pandas\tests\indexes\datetimes\test_partial_slicing.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\datetimescopying pandas\tests\indexes\datetimes\test_pickle.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\datetimescopying pandas\tests\indexes\datetimes\test_scalar_compat.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\datetimescopying pandas\tests\indexes\datetimes\test_setops.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\datetimescopying pandas\tests\indexes\datetimes\test_shift.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\datetimescopying pandas\tests\indexes\datetimes\test_snap.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\datetimescopying pandas\tests\indexes\datetimes\test_timezones.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\datetimescopying pandas\tests\indexes\datetimes\test_to_period.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\datetimescopying pandas\tests\indexes\datetimes\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\datetimescreating build\lib.win-amd64-cpython-310\pandas\tests\indexes\intervalcopying pandas\tests\indexes\interval\test_astype.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\intervalcopying pandas\tests\indexes\interval\test_base.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\intervalcopying pandas\tests\indexes\interval\test_constructors.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\intervalcopying pandas\tests\indexes\interval\test_equals.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\intervalcopying pandas\tests\indexes\interval\test_formats.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\intervalcopying pandas\tests\indexes\interval\test_indexing.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\intervalcopying pandas\tests\indexes\interval\test_interval.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\intervalcopying pandas\tests\indexes\interval\test_interval_range.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\intervalcopying pandas\tests\indexes\interval\test_interval_tree.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\intervalcopying pandas\tests\indexes\interval\test_setops.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\intervalcopying pandas\tests\indexes\interval\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\intervalcreating build\lib.win-amd64-cpython-310\pandas\tests\indexes\multicopying pandas\tests\indexes\multi\conftest.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\multicopying pandas\tests\indexes\multi\test_analytics.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\multicopying pandas\tests\indexes\multi\test_astype.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\multicopying pandas\tests\indexes\multi\test_compat.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\multicopying pandas\tests\indexes\multi\test_constructors.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\multicopying pandas\tests\indexes\multi\test_conversion.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\multicopying pandas\tests\indexes\multi\test_copy.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\multicopying pandas\tests\indexes\multi\test_drop.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\multicopying pandas\tests\indexes\multi\test_duplicates.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\multicopying pandas\tests\indexes\multi\test_equivalence.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\multicopying pandas\tests\indexes\multi\test_formats.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\multicopying pandas\tests\indexes\multi\test_get_level_values.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\multicopying pandas\tests\indexes\multi\test_get_set.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\multicopying pandas\tests\indexes\multi\test_indexing.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\multicopying pandas\tests\indexes\multi\test_integrity.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\multicopying pandas\tests\indexes\multi\test_isin.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\multicopying pandas\tests\indexes\multi\test_join.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\multicopying pandas\tests\indexes\multi\test_lexsort.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\multicopying pandas\tests\indexes\multi\test_missing.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\multicopying pandas\tests\indexes\multi\test_monotonic.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\multicopying pandas\tests\indexes\multi\test_names.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\multicopying pandas\tests\indexes\multi\test_partial_indexing.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\multicopying pandas\tests\indexes\multi\test_reindex.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\multicopying pandas\tests\indexes\multi\test_reshape.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\multicopying pandas\tests\indexes\multi\test_setops.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\multicopying pandas\tests\indexes\multi\test_sorting.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\multicopying pandas\tests\indexes\multi\test_take.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\multicopying pandas\tests\indexes\multi\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\multicreating build\lib.win-amd64-cpython-310\pandas\tests\indexes\numericcopying pandas\tests\indexes\numeric\test_astype.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\numericcopying pandas\tests\indexes\numeric\test_indexing.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\numericcopying pandas\tests\indexes\numeric\test_join.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\numericcopying pandas\tests\indexes\numeric\test_setops.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\numericcopying pandas\tests\indexes\numeric\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\numericcreating build\lib.win-amd64-cpython-310\pandas\tests\indexes\periodcopying pandas\tests\indexes\period\test_asfreq.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\periodcopying pandas\tests\indexes\period\test_astype.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\periodcopying pandas\tests\indexes\period\test_constructors.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\periodcopying pandas\tests\indexes\period\test_factorize.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\periodcopying pandas\tests\indexes\period\test_fillna.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\periodcopying pandas\tests\indexes\period\test_formats.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\periodcopying pandas\tests\indexes\period\test_indexing.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\periodcopying pandas\tests\indexes\period\test_join.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\periodcopying pandas\tests\indexes\period\test_monotonic.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\periodcopying pandas\tests\indexes\period\test_ops.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\periodcopying pandas\tests\indexes\period\test_partial_slicing.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\periodcopying pandas\tests\indexes\period\test_period.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\periodcopying pandas\tests\indexes\period\test_period_range.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\periodcopying pandas\tests\indexes\period\test_scalar_compat.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\periodcopying pandas\tests\indexes\period\test_searchsorted.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\periodcopying pandas\tests\indexes\period\test_setops.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\periodcopying pandas\tests\indexes\period\test_shift.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\periodcopying pandas\tests\indexes\period\test_tools.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\periodcopying pandas\tests\indexes\period\test_to_timestamp.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\periodcopying pandas\tests\indexes\period\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\periodcreating build\lib.win-amd64-cpython-310\pandas\tests\indexes\rangescopying pandas\tests\indexes\ranges\test_constructors.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\rangescopying pandas\tests\indexes\ranges\test_indexing.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\rangescopying pandas\tests\indexes\ranges\test_join.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\rangescopying pandas\tests\indexes\ranges\test_range.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\rangescopying pandas\tests\indexes\ranges\test_setops.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\rangescopying pandas\tests\indexes\ranges\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\rangescreating build\lib.win-amd64-cpython-310\pandas\tests\indexes\timedeltascopying pandas\tests\indexes\timedeltas\test_astype.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\timedeltascopying pandas\tests\indexes\timedeltas\test_constructors.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\timedeltascopying pandas\tests\indexes\timedeltas\test_delete.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\timedeltascopying pandas\tests\indexes\timedeltas\test_fillna.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\timedeltascopying pandas\tests\indexes\timedeltas\test_formats.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\timedeltascopying pandas\tests\indexes\timedeltas\test_indexing.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\timedeltascopying pandas\tests\indexes\timedeltas\test_insert.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\timedeltascopying pandas\tests\indexes\timedeltas\test_join.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\timedeltascopying pandas\tests\indexes\timedeltas\test_ops.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\timedeltascopying pandas\tests\indexes\timedeltas\test_partial_slicing.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\timedeltascopying pandas\tests\indexes\timedeltas\test_scalar_compat.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\timedeltascopying pandas\tests\indexes\timedeltas\test_searchsorted.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\timedeltascopying pandas\tests\indexes\timedeltas\test_setops.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\timedeltascopying pandas\tests\indexes\timedeltas\test_shift.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\timedeltascopying pandas\tests\indexes\timedeltas\test_timedelta.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\timedeltascopying pandas\tests\indexes\timedeltas\test_timedelta_range.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\timedeltascopying pandas\tests\indexes\timedeltas\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexes\timedeltascreating build\lib.win-amd64-cpython-310\pandas\tests\indexing\intervalcopying pandas\tests\indexing\interval\test_interval.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexing\intervalcopying pandas\tests\indexing\interval\test_interval_new.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexing\intervalcopying pandas\tests\indexing\interval\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexing\intervalcreating build\lib.win-amd64-cpython-310\pandas\tests\indexing\multiindexcopying pandas\tests\indexing\multiindex\test_chaining_and_caching.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexing\multiindexcopying pandas\tests\indexing\multiindex\test_datetime.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexing\multiindexcopying pandas\tests\indexing\multiindex\test_getitem.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexing\multiindexcopying pandas\tests\indexing\multiindex\test_iloc.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexing\multiindexcopying pandas\tests\indexing\multiindex\test_indexing_slow.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexing\multiindexcopying pandas\tests\indexing\multiindex\test_insert.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexing\multiindexcopying pandas\tests\indexing\multiindex\test_ix.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexing\multiindexcopying pandas\tests\indexing\multiindex\test_loc.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexing\multiindexcopying pandas\tests\indexing\multiindex\test_multiindex.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexing\multiindexcopying pandas\tests\indexing\multiindex\test_partial.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexing\multiindexcopying pandas\tests\indexing\multiindex\test_setitem.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexing\multiindexcopying pandas\tests\indexing\multiindex\test_slice.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexing\multiindexcopying pandas\tests\indexing\multiindex\test_sorted.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexing\multiindexcopying pandas\tests\indexing\multiindex\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\indexing\multiindexcreating build\lib.win-amd64-cpython-310\pandas\tests\io\excelcopying pandas\tests\io\excel\conftest.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\excelcopying pandas\tests\io\excel\test_odf.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\excelcopying pandas\tests\io\excel\test_odswriter.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\excelcopying pandas\tests\io\excel\test_openpyxl.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\excelcopying pandas\tests\io\excel\test_readers.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\excelcopying pandas\tests\io\excel\test_style.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\excelcopying pandas\tests\io\excel\test_writers.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\excelcopying pandas\tests\io\excel\test_xlrd.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\excelcopying pandas\tests\io\excel\test_xlsxwriter.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\excelcopying pandas\tests\io\excel\test_xlwt.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\excelcopying pandas\tests\io\excel\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\excelcreating build\lib.win-amd64-cpython-310\pandas\tests\io\formatscopying pandas\tests\io\formats\test_console.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\formatscopying pandas\tests\io\formats\test_css.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\formatscopying pandas\tests\io\formats\test_eng_formatting.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\formatscopying pandas\tests\io\formats\test_format.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\formatscopying pandas\tests\io\formats\test_info.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\formatscopying pandas\tests\io\formats\test_printing.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\formatscopying pandas\tests\io\formats\test_style.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\formatscopying pandas\tests\io\formats\test_to_csv.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\formatscopying pandas\tests\io\formats\test_to_excel.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\formatscopying pandas\tests\io\formats\test_to_html.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\formatscopying pandas\tests\io\formats\test_to_latex.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\formatscopying pandas\tests\io\formats\test_to_markdown.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\formatscopying pandas\tests\io\formats\test_to_string.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\formatscopying pandas\tests\io\formats\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\formatscreating build\lib.win-amd64-cpython-310\pandas\tests\io\jsoncopying pandas\tests\io\json\conftest.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\jsoncopying pandas\tests\io\json\test_compression.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\jsoncopying pandas\tests\io\json\test_deprecated_kwargs.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\jsoncopying pandas\tests\io\json\test_json_table_schema.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\jsoncopying pandas\tests\io\json\test_normalize.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\jsoncopying pandas\tests\io\json\test_pandas.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\jsoncopying pandas\tests\io\json\test_readlines.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\jsoncopying pandas\tests\io\json\test_ujson.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\jsoncopying pandas\tests\io\json\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\jsoncreating build\lib.win-amd64-cpython-310\pandas\tests\io\parsercopying pandas\tests\io\parser\conftest.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\parsercopying pandas\tests\io\parser\test_comment.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\parsercopying pandas\tests\io\parser\test_common.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\parsercopying pandas\tests\io\parser\test_compression.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\parsercopying pandas\tests\io\parser\test_converters.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\parsercopying pandas\tests\io\parser\test_c_parser_only.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\parsercopying pandas\tests\io\parser\test_dialect.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\parsercopying pandas\tests\io\parser\test_dtypes.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\parsercopying pandas\tests\io\parser\test_encoding.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\parsercopying pandas\tests\io\parser\test_header.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\parsercopying pandas\tests\io\parser\test_index_col.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\parsercopying pandas\tests\io\parser\test_mangle_dupes.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\parsercopying pandas\tests\io\parser\test_multi_thread.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\parsercopying pandas\tests\io\parser\test_na_values.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\parsercopying pandas\tests\io\parser\test_network.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\parsercopying pandas\tests\io\parser\test_parse_dates.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\parsercopying pandas\tests\io\parser\test_python_parser_only.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\parsercopying pandas\tests\io\parser\test_quoting.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\parsercopying pandas\tests\io\parser\test_read_fwf.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\parsercopying pandas\tests\io\parser\test_skiprows.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\parsercopying pandas\tests\io\parser\test_textreader.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\parsercopying pandas\tests\io\parser\test_unsupported.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\parsercopying pandas\tests\io\parser\test_usecols.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\parsercopying pandas\tests\io\parser\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\parsercreating build\lib.win-amd64-cpython-310\pandas\tests\io\pytablescopying pandas\tests\io\pytables\common.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\pytablescopying pandas\tests\io\pytables\conftest.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\pytablescopying pandas\tests\io\pytables\test_compat.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\pytablescopying pandas\tests\io\pytables\test_complex.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\pytablescopying pandas\tests\io\pytables\test_pytables_missing.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\pytablescopying pandas\tests\io\pytables\test_store.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\pytablescopying pandas\tests\io\pytables\test_timezones.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\pytablescopying pandas\tests\io\pytables\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\pytablescreating build\lib.win-amd64-cpython-310\pandas\tests\io\sascopying pandas\tests\io\sas\test_sas.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\sascopying pandas\tests\io\sas\test_sas7bdat.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\sascopying pandas\tests\io\sas\test_xport.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\sascopying pandas\tests\io\sas\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\io\sascreating build\lib.win-amd64-cpython-310\pandas\tests\plotting\framecopying pandas\tests\plotting\frame\test_frame.py -> build\lib.win-amd64-cpython-310\pandas\tests\plotting\framecopying pandas\tests\plotting\frame\test_frame_color.py -> build\lib.win-amd64-cpython-310\pandas\tests\plotting\framecopying pandas\tests\plotting\frame\test_frame_groupby.py -> build\lib.win-amd64-cpython-310\pandas\tests\plotting\framecopying pandas\tests\plotting\frame\test_frame_subplots.py -> build\lib.win-amd64-cpython-310\pandas\tests\plotting\framecopying pandas\tests\plotting\frame\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\plotting\framecreating build\lib.win-amd64-cpython-310\pandas\tests\reshape\concatcopying pandas\tests\reshape\concat\conftest.py -> build\lib.win-amd64-cpython-310\pandas\tests\reshape\concatcopying pandas\tests\reshape\concat\test_append.py -> build\lib.win-amd64-cpython-310\pandas\tests\reshape\concatcopying pandas\tests\reshape\concat\test_append_common.py -> build\lib.win-amd64-cpython-310\pandas\tests\reshape\concatcopying pandas\tests\reshape\concat\test_categorical.py -> build\lib.win-amd64-cpython-310\pandas\tests\reshape\concatcopying pandas\tests\reshape\concat\test_concat.py -> build\lib.win-amd64-cpython-310\pandas\tests\reshape\concatcopying pandas\tests\reshape\concat\test_dataframe.py -> build\lib.win-amd64-cpython-310\pandas\tests\reshape\concatcopying pandas\tests\reshape\concat\test_datetimes.py -> build\lib.win-amd64-cpython-310\pandas\tests\reshape\concatcopying pandas\tests\reshape\concat\test_empty.py -> build\lib.win-amd64-cpython-310\pandas\tests\reshape\concatcopying pandas\tests\reshape\concat\test_index.py -> build\lib.win-amd64-cpython-310\pandas\tests\reshape\concatcopying pandas\tests\reshape\concat\test_invalid.py -> build\lib.win-amd64-cpython-310\pandas\tests\reshape\concatcopying pandas\tests\reshape\concat\test_series.py -> build\lib.win-amd64-cpython-310\pandas\tests\reshape\concatcopying pandas\tests\reshape\concat\test_sort.py -> build\lib.win-amd64-cpython-310\pandas\tests\reshape\concatcopying pandas\tests\reshape\concat\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\reshape\concatcreating build\lib.win-amd64-cpython-310\pandas\tests\reshape\mergecopying pandas\tests\reshape\merge\test_join.py -> build\lib.win-amd64-cpython-310\pandas\tests\reshape\mergecopying pandas\tests\reshape\merge\test_merge.py -> build\lib.win-amd64-cpython-310\pandas\tests\reshape\mergecopying pandas\tests\reshape\merge\test_merge_asof.py -> build\lib.win-amd64-cpython-310\pandas\tests\reshape\mergecopying pandas\tests\reshape\merge\test_merge_cross.py -> build\lib.win-amd64-cpython-310\pandas\tests\reshape\mergecopying pandas\tests\reshape\merge\test_merge_index_as_string.py -> build\lib.win-amd64-cpython-310\pandas\tests\reshape\mergecopying pandas\tests\reshape\merge\test_merge_ordered.py -> build\lib.win-amd64-cpython-310\pandas\tests\reshape\mergecopying pandas\tests\reshape\merge\test_multi.py -> build\lib.win-amd64-cpython-310\pandas\tests\reshape\mergecopying pandas\tests\reshape\merge\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\reshape\mergecreating build\lib.win-amd64-cpython-310\pandas\tests\scalar\intervalcopying pandas\tests\scalar\interval\test_arithmetic.py -> build\lib.win-amd64-cpython-310\pandas\tests\scalar\intervalcopying pandas\tests\scalar\interval\test_interval.py -> build\lib.win-amd64-cpython-310\pandas\tests\scalar\intervalcopying pandas\tests\scalar\interval\test_ops.py -> build\lib.win-amd64-cpython-310\pandas\tests\scalar\intervalcopying pandas\tests\scalar\interval\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\scalar\intervalcreating build\lib.win-amd64-cpython-310\pandas\tests\scalar\periodcopying pandas\tests\scalar\period\test_asfreq.py -> build\lib.win-amd64-cpython-310\pandas\tests\scalar\periodcopying pandas\tests\scalar\period\test_period.py -> build\lib.win-amd64-cpython-310\pandas\tests\scalar\periodcopying pandas\tests\scalar\period\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\scalar\periodcreating build\lib.win-amd64-cpython-310\pandas\tests\scalar\timedeltacopying pandas\tests\scalar\timedelta\test_arithmetic.py -> build\lib.win-amd64-cpython-310\pandas\tests\scalar\timedeltacopying pandas\tests\scalar\timedelta\test_constructors.py -> build\lib.win-amd64-cpython-310\pandas\tests\scalar\timedeltacopying pandas\tests\scalar\timedelta\test_formats.py -> build\lib.win-amd64-cpython-310\pandas\tests\scalar\timedeltacopying pandas\tests\scalar\timedelta\test_timedelta.py -> build\lib.win-amd64-cpython-310\pandas\tests\scalar\timedeltacopying pandas\tests\scalar\timedelta\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\scalar\timedeltacreating build\lib.win-amd64-cpython-310\pandas\tests\scalar\timestampcopying pandas\tests\scalar\timestamp\test_arithmetic.py -> build\lib.win-amd64-cpython-310\pandas\tests\scalar\timestampcopying pandas\tests\scalar\timestamp\test_comparisons.py -> build\lib.win-amd64-cpython-310\pandas\tests\scalar\timestampcopying pandas\tests\scalar\timestamp\test_constructors.py -> build\lib.win-amd64-cpython-310\pandas\tests\scalar\timestampcopying pandas\tests\scalar\timestamp\test_rendering.py -> build\lib.win-amd64-cpython-310\pandas\tests\scalar\timestampcopying pandas\tests\scalar\timestamp\test_timestamp.py -> build\lib.win-amd64-cpython-310\pandas\tests\scalar\timestampcopying pandas\tests\scalar\timestamp\test_timezones.py -> build\lib.win-amd64-cpython-310\pandas\tests\scalar\timestampcopying pandas\tests\scalar\timestamp\test_unary_ops.py -> build\lib.win-amd64-cpython-310\pandas\tests\scalar\timestampcopying pandas\tests\scalar\timestamp\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\scalar\timestampcreating build\lib.win-amd64-cpython-310\pandas\tests\series\accessorscopying pandas\tests\series\accessors\test_cat_accessor.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\accessorscopying pandas\tests\series\accessors\test_dt_accessor.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\accessorscopying pandas\tests\series\accessors\test_sparse_accessor.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\accessorscopying pandas\tests\series\accessors\test_str_accessor.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\accessorscopying pandas\tests\series\accessors\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\accessorscreating build\lib.win-amd64-cpython-310\pandas\tests\series\applycopying pandas\tests\series\apply\test_apply_relabeling.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\applycopying pandas\tests\series\apply\test_series_apply.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\applycopying pandas\tests\series\apply\test_series_transform.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\applycopying pandas\tests\series\apply\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\applycreating build\lib.win-amd64-cpython-310\pandas\tests\series\indexingcopying pandas\tests\series\indexing\test_datetime.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\indexingcopying pandas\tests\series\indexing\test_delitem.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\indexingcopying pandas\tests\series\indexing\test_get.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\indexingcopying pandas\tests\series\indexing\test_getitem.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\indexingcopying pandas\tests\series\indexing\test_indexing.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\indexingcopying pandas\tests\series\indexing\test_mask.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\indexingcopying pandas\tests\series\indexing\test_numeric.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\indexingcopying pandas\tests\series\indexing\test_setitem.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\indexingcopying pandas\tests\series\indexing\test_set_value.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\indexingcopying pandas\tests\series\indexing\test_take.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\indexingcopying pandas\tests\series\indexing\test_where.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\indexingcopying pandas\tests\series\indexing\test_xs.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\indexingcopying pandas\tests\series\indexing\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\indexingcreating build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_align.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_append.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_argsort.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_asfreq.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_asof.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_astype.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_autocorr.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_between.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_clip.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_combine.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_combine_first.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_compare.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_convert.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_convert_dtypes.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_copy.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_count.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_cov_corr.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_describe.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_diff.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_drop.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_dropna.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_drop_duplicates.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_duplicated.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_equals.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_explode.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_fillna.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_get_numeric_data.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_head_tail.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_infer_objects.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_interpolate.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_isin.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_isna.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_is_monotonic.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_item.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_matmul.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_nlargest.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_pct_change.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_pop.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_quantile.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_rank.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_reindex.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_reindex_like.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_rename.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_rename_axis.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_repeat.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_replace.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_reset_index.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_round.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_searchsorted.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_set_name.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_shift.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_sort_index.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_sort_values.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_to_csv.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_to_dict.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_to_frame.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_truncate.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_tz_convert.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_tz_localize.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_unstack.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_update.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_values.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_value_counts.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\test_view.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscopying pandas\tests\series\methods\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\series\methodscreating build\lib.win-amd64-cpython-310\pandas\tests\tseries\frequenciescopying pandas\tests\tseries\frequencies\test_frequencies.py -> build\lib.win-amd64-cpython-310\pandas\tests\tseries\frequenciescopying pandas\tests\tseries\frequencies\test_freq_code.py -> build\lib.win-amd64-cpython-310\pandas\tests\tseries\frequenciescopying pandas\tests\tseries\frequencies\test_inference.py -> build\lib.win-amd64-cpython-310\pandas\tests\tseries\frequenciescopying pandas\tests\tseries\frequencies\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\tseries\frequenciescreating build\lib.win-amd64-cpython-310\pandas\tests\tseries\holidaycopying pandas\tests\tseries\holiday\test_calendar.py -> build\lib.win-amd64-cpython-310\pandas\tests\tseries\holidaycopying pandas\tests\tseries\holiday\test_federal.py -> build\lib.win-amd64-cpython-310\pandas\tests\tseries\holidaycopying pandas\tests\tseries\holiday\test_holiday.py -> build\lib.win-amd64-cpython-310\pandas\tests\tseries\holidaycopying pandas\tests\tseries\holiday\test_observance.py -> build\lib.win-amd64-cpython-310\pandas\tests\tseries\holidaycopying pandas\tests\tseries\holiday\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\tseries\holidaycreating build\lib.win-amd64-cpython-310\pandas\tests\tseries\offsetscopying pandas\tests\tseries\offsets\common.py -> build\lib.win-amd64-cpython-310\pandas\tests\tseries\offsetscopying pandas\tests\tseries\offsets\conftest.py -> build\lib.win-amd64-cpython-310\pandas\tests\tseries\offsetscopying pandas\tests\tseries\offsets\test_fiscal.py -> build\lib.win-amd64-cpython-310\pandas\tests\tseries\offsetscopying pandas\tests\tseries\offsets\test_offsets.py -> build\lib.win-amd64-cpython-310\pandas\tests\tseries\offsetscopying pandas\tests\tseries\offsets\test_offsets_properties.py -> build\lib.win-amd64-cpython-310\pandas\tests\tseries\offsetscopying pandas\tests\tseries\offsets\test_ticks.py -> build\lib.win-amd64-cpython-310\pandas\tests\tseries\offsetscopying pandas\tests\tseries\offsets\test_yqm_offsets.py -> build\lib.win-amd64-cpython-310\pandas\tests\tseries\offsetscopying pandas\tests\tseries\offsets\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\tseries\offsetscreating build\lib.win-amd64-cpython-310\pandas\tests\window\momentscopying pandas\tests\window\moments\test_moments_consistency_ewm.py -> build\lib.win-amd64-cpython-310\pandas\tests\window\momentscopying pandas\tests\window\moments\test_moments_consistency_expanding.py -> build\lib.win-amd64-cpython-310\pandas\tests\window\momentscopying pandas\tests\window\moments\test_moments_consistency_rolling.py -> build\lib.win-amd64-cpython-310\pandas\tests\window\momentscopying pandas\tests\window\moments\test_moments_ewm.py -> build\lib.win-amd64-cpython-310\pandas\tests\window\momentscopying pandas\tests\window\moments\test_moments_rolling.py -> build\lib.win-amd64-cpython-310\pandas\tests\window\momentscopying pandas\tests\window\moments\test_moments_rolling_apply.py -> build\lib.win-amd64-cpython-310\pandas\tests\window\momentscopying pandas\tests\window\moments\test_moments_rolling_functions.py -> build\lib.win-amd64-cpython-310\pandas\tests\window\momentscopying pandas\tests\window\moments\test_moments_rolling_quantile.py -> build\lib.win-amd64-cpython-310\pandas\tests\window\momentscopying pandas\tests\window\moments\test_moments_rolling_skew_kurt.py -> build\lib.win-amd64-cpython-310\pandas\tests\window\momentscopying pandas\tests\window\moments\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\window\momentscreating build\lib.win-amd64-cpython-310\pandas\_libs\tslibscopying pandas\_libs\tslibs\__init__.py -> build\lib.win-amd64-cpython-310\pandas\_libs\tslibscreating build\lib.win-amd64-cpython-310\pandas\_libs\windowcopying pandas\_libs\window\__init__.py -> build\lib.win-amd64-cpython-310\pandas\_libs\windowcreating build\lib.win-amd64-cpython-310\pandas\io\formats\templatescopying pandas\io\formats\templates\html.tpl -> build\lib.win-amd64-cpython-310\pandas\io\formats\templatesUPDATING build\lib.win-amd64-cpython-310\pandas/_version.pyset build\lib.win-amd64-cpython-310\pandas/_version.py to '1.2.4'running build_extbuilding 'pandas._libs.algos' extensioncreating build\temp.win-amd64-cpython-310\Release\pandas\_libs"C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.44.35207\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DNPY_NO_DEPRECATED_API=0 -I.\pandas\_libs -Ipandas/_libs/src/klib -IC:\Users\lenovo\AppData\Local\Temp\pip-build-env-29614t18\overlay\Lib\site-packages\numpy\_core\include -IE:\python3.10\include -IE:\python3.10\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.44.35207\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.26100.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.26100.0\\um" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.26100.0\\shared" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.26100.0\\winrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.26100.0\\cppwinrt" /Tcpandas\_libs/algos.c /Fobuild\temp.win-amd64-cpython-310\Release\pandas\_libs\algos.objalgos.cpandas/_libs/src/klib\khash_python.h(163): warning C4244: “=”: 从“Py_hash_t”转换到“khint_t”,可能丢失数据pandas/_libs/src/klib\khash_python.h(169): warning C4244: “=”: 从“Py_hash_t”转换到“khint_t”,可能丢失数据pandas\_libs/algos.c(8511): warning C4244: “=”: 从“long”转换到“char”,可能丢失数据pandas\_libs/algos.c(15020): warning C4244: “=”: 从“long”转换到“char”,可能丢失数据pandas\_libs/algos.c(24793): warning C4244: “=”: 从“long”转换到“char”,可能丢失数据pandas\_libs/algos.c(30111): warning C4244: “=”: 从“long”转换到“char”,可能丢失数据pandas\_libs/algos.c(36386): warning C4244: “=”: 从“long”转换到“char”,可能丢失数据pandas\_libs/algos.c(46352): warning C4244: “=”: 从“long”转换到“char”,可能丢失数据pandas\_libs/algos.c(51626): warning C4244: “=”: 从“long”转换到“char”,可能丢失数据pandas\_libs/algos.c(57857): warning C4244: “=”: 从“long”转换到“char”,可能丢失数据pandas\_libs/algos.c(66411): warning C4244: “=”: 从“long”转换到“char”,可能丢失数据pandas\_libs/algos.c(68001): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/algos.c(68035): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/algos.c(68092): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/algos.c(68135): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/algos.c(69596): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/algos.c(69630): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/algos.c(69664): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/algos.c(69698): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/algos.c(69741): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/algos.c(71004): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/algos.c(71038): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/algos.c(71072): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/algos.c(71106): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/algos.c(71149): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/algos.c(72662): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/algos.c(72696): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/algos.c(72730): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/algos.c(72764): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/algos.c(72807): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/algos.c(73307): warning C4244: “=”: 从“long”转换到“char”,可能丢失数据pandas\_libs/algos.c(75269): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/algos.c(75331): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/algos.c(75416): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/algos.c(75487): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/algos.c(77092): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/algos.c(77154): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/algos.c(77216): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/algos.c(77278): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/algos.c(77349): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/algos.c(78690): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/algos.c(78752): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/algos.c(78814): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/algos.c(78876): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/algos.c(78947): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/algos.c(80542): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/algos.c(80604): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/algos.c(80666): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/algos.c(80728): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/algos.c(80799): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/algos.c(81327): warning C4244: “=”: 从“long”转换到“char”,可能丢失数据pandas\_libs/algos.c(81732): warning C4244: “=”: 从“long”转换到“char”,可能丢失数据pandas\_libs/algos.c(85112): warning C4244: “=”: 从“int”转换到“__pyx_t_5numpy_float32_t”,可能丢失数据pandas\_libs/algos.c(85229): warning C4244: “=”: 从“int”转换到“__pyx_t_5numpy_float32_t”,可能丢失数据pandas\_libs/algos.c(85358): warning C4244: “=”: 从“int”转换到“__pyx_t_5numpy_float32_t”,可能丢失数据pandas\_libs/algos.c(85475): warning C4244: “=”: 从“int”转换到“__pyx_t_5numpy_float32_t”,可能丢失数据pandas\_libs/algos.c(86445): warning C4244: “=”: 从“int”转换到“__pyx_t_5numpy_float32_t”,可能丢失数据pandas\_libs/algos.c(86562): warning C4244: “=”: 从“int”转换到“__pyx_t_5numpy_float32_t”,可能丢失数据pandas\_libs/algos.c(86691): warning C4244: “=”: 从“int”转换到“__pyx_t_5numpy_float32_t”,可能丢失数据pandas\_libs/algos.c(86808): warning C4244: “=”: 从“int”转换到“__pyx_t_5numpy_float32_t”,可能丢失数据pandas\_libs/algos.c(89354): warning C4244: “=”: 从“__pyx_t_5numpy_int64_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/algos.c(89471): warning C4244: “=”: 从“__pyx_t_5numpy_int64_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/algos.c(89600): warning C4244: “=”: 从“__pyx_t_5numpy_int64_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/algos.c(89717): warning C4244: “=”: 从“__pyx_t_5numpy_int64_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/algos.c(112969): warning C4244: “=”: 从“const __pyx_t_5numpy_int64_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数 据pandas\_libs/algos.c(113277): warning C4244: “=”: 从“const __pyx_t_5numpy_int64_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数 据pandas\_libs/algos.c(113602): warning C4244: “=”: 从“const __pyx_t_5numpy_int64_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数 据pandas\_libs/algos.c(114010): warning C4244: “=”: 从“__pyx_t_5numpy_int64_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据"C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.44.35207\bin\HostX86\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:E:\python3.10\libs /LIBPATH:E:\python3.10 /LIBPATH:E:\python3.10\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.44.35207\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.26100.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\\lib\10.0.26100.0\\um\x64" /EXPORT:PyInit_algos build\temp.win-amd64-cpython-310\Release\pandas\_libs\algos.obj /OUT:build\lib.win-amd64-cpython-310\pandas\_libs\algos.cp310-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-310\Release\pandas\_libs\algos.cp310-win_amd64.lib正在创建库 build\temp.win-amd64-cpython-310\Release\pandas\_libs\algos.cp310-win_amd64.lib 和对象 build\temp.win-amd64-cpython-310\Release\pandas\_libs\algos.cp310-win_amd64.exp正在生成代码已完成代码的生成building 'pandas._libs.groupby' extension"C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.44.35207\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DNPY_NO_DEPRECATED_API=0 -I.\pandas\_libs -IC:\Users\lenovo\AppData\Local\Temp\pip-build-env-29614t18\overlay\Lib\site-packages\numpy\_core\include -IE:\python3.10\include -IE:\python3.10\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.44.35207\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.26100.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.26100.0\\um" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.26100.0\\shared" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.26100.0\\winrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.26100.0\\cppwinrt" /Tcpandas\_libs/groupby.c /Fobuild\temp.win-amd64-cpython-310\Release\pandas\_libs\groupby.objgroupby.cpandas\_libs/groupby.c(5360): warning C4244: “函数”: 从“Py_ssize_t”转换到“int”,可能丢失数据pandas\_libs/groupby.c(6274): warning C4244: “=”: 从“long”转换到“char”,可能丢失数据pandas\_libs/groupby.c(11449): warning C4244: “=”: 从“__pyx_t_5numpy_float64_t”转换到“__pyx_t_5numpy_float32_t”,可能丢失数据pandas\_libs/groupby.c(11470): warning C4244: “=”: 从“__pyx_t_5numpy_float64_t”转换到“__pyx_t_5numpy_float32_t”,可能丢失数据pandas\_libs/groupby.c(12397): warning C4244: “=”: 从“Py_ssize_t”转换到“int”,可能丢失数据pandas\_libs/groupby.c(14164): warning C4244: “=”: 从“long”转换到“char”,可能丢失数据pandas\_libs/groupby.c(15747): warning C4244: “=”: 从“npy_double”转换到“__pyx_t_5numpy_float32_t”,可能丢失数据pandas\_libs/groupby.c(16423): warning C4244: “函数”: 从“npy_double”转换到“float”,可能丢失数据pandas\_libs/groupby.c(17481): warning C4244: “=”: 从“long”转换到“char”,可能丢失数据pandas\_libs/groupby.c(18312): warning C4244: “=”: 从“npy_double”转换到“float”,可能丢失数据pandas\_libs/groupby.c(19367): warning C4244: “=”: 从“long”转换到“char”,可能丢失数据pandas\_libs/groupby.c(20283): warning C4244: “=”: 从“__pyx_t_5numpy_int64_t”转换到“float”,可能丢失数据pandas\_libs/groupby.c(20304): warning C4244: “=”: 从“npy_double”转换到“float”,可能丢失数据pandas\_libs/groupby.c(21061): warning C4244: “=”: 从“__pyx_t_5numpy_int64_t”转换到“double”,可能丢失数据pandas\_libs/groupby.c(21461): warning C4244: “=”: 从“long”转换到“char”,可能丢失数据pandas\_libs/groupby.c(22296): warning C4244: “=”: 从“__pyx_t_5numpy_int64_t”转换到“float”,可能丢失数据pandas\_libs/groupby.c(22319): warning C4244: “=”: 从“npy_double”转换到“float”,可能丢失数据pandas\_libs/groupby.c(23015): warning C4244: “=”: 从“__pyx_t_5numpy_int64_t”转换到“double”,可能丢失数据pandas\_libs/groupby.c(23438): warning C4244: “=”: 从“long”转换到“char”,可能丢失数据pandas\_libs/groupby.c(25361): warning C4244: “=”: 从“long”转换到“char”,可能丢失数据pandas\_libs/groupby.c(30734): warning C4244: “=”: 从“__pyx_t_5numpy_int64_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/groupby.c(30802): warning C4244: “=”: 从“__pyx_t_5numpy_int64_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/groupby.c(35794): warning C4244: “=”: 从“__pyx_t_5numpy_uint64_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/groupby.c(35862): warning C4244: “=”: 从“__pyx_t_5numpy_uint64_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/groupby.c(39037): warning C4244: “=”: 从“long”转换到“char”,可能丢失数据pandas\_libs/groupby.c(40816): warning C4244: “=”: 从“npy_double”转换到“__pyx_t_5numpy_float32_t”,可能丢失数据pandas\_libs/groupby.c(43543): warning C4244: “=”: 从“long”转换到“char”,可能丢失数据pandas\_libs/groupby.c(45414): warning C4244: “=”: 从“npy_double”转换到“__pyx_t_5numpy_float32_t”,可能丢失数据pandas\_libs/groupby.c(48279): warning C4244: “=”: 从“long”转换到“char”,可能丢失数据pandas\_libs/groupby.c(49818): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/groupby.c(49863): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/groupby.c(49918): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/groupby.c(49941): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/groupby.c(49988): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/groupby.c(50148): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/groupby.c(50184): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/groupby.c(51636): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/groupby.c(51681): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/groupby.c(51736): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/groupby.c(51759): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/groupby.c(51806): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/groupby.c(51966): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/groupby.c(52002): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/groupby.c(53482): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/groupby.c(53527): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/groupby.c(53582): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/groupby.c(53605): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/groupby.c(53652): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/groupby.c(53812): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/groupby.c(53848): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/groupby.c(55314): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/groupby.c(55359): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/groupby.c(55414): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/groupby.c(55437): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/groupby.c(55484): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/groupby.c(55644): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/groupby.c(55680): warning C4244: “=”: 从“Py_ssize_t”转换到“__pyx_t_5numpy_float64_t”,可能丢失数据pandas\_libs/groupby.c(56555): warning C4244: “=”: 从“long”转换到“char”,可能丢失数据pandas\_libs/groupby.c(58091): warning C4244: “=”: 从“npy_double”转换到“__pyx_t_5numpy_float32_t”,可能丢失数据pandas\_libs/groupby.c(60360): warning C4244: “=”: 从“long”转换到“char”,可能丢失数据pandas\_libs/groupby.c(61890): warning C4244: “=”: 从“npy_double”转换到“__pyx_t_5numpy_float32_t”,可能丢失数据pandas\_libs/groupby.c(64186): warning C4244: “=”: 从“long”转换到“char”,可能丢失数据pandas\_libs/groupby.c(67068): warning C4244: “=”: 从“long”转换到“char”,可能丢失数据"C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.44.35207\bin\HostX86\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:E:\python3.10\libs /LIBPATH:E:\python3.10 /LIBPATH:E:\python3.10\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.44.35207\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.26100.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\\lib\10.0.26100.0\\um\x64" /EXPORT:PyInit_groupby build\temp.win-amd64-cpython-310\Release\pandas\_libs\groupby.obj /OUT:build\lib.win-amd64-cpython-310\pandas\_libs\groupby.cp310-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-310\Release\pandas\_libs\groupby.cp310-win_amd64.lib正在创建库 build\temp.win-amd64-cpython-310\Release\pandas\_libs\groupby.cp310-win_amd64.lib 和对象 build\temp.win-amd64-cpython-310\Release\pandas\_libs\groupby.cp310-win_amd64.exp正在生成代码已完成代码的生成building 'pandas._libs.hashing' extension"C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.44.35207\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DNPY_NO_DEPRECATED_API=0 -I.\pandas\_libs -IC:\Users\lenovo\AppData\Local\Temp\pip-build-env-29614t18\overlay\Lib\site-packages\numpy\_core\include -IE:\python3.10\include -IE:\python3.10\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.44.35207\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.26100.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.26100.0\\um" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.26100.0\\shared" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.26100.0\\winrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.26100.0\\cppwinrt" /Tcpandas\_libs/hashing.c /Fobuild\temp.win-amd64-cpython-310\Release\pandas\_libs\hashing.objhashing.c"C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.44.35207\bin\HostX86\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:E:\python3.10\libs /LIBPATH:E:\python3.10 /LIBPATH:E:\python3.10\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.44.35207\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.26100.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\\lib\10.0.26100.0\\um\x64" /EXPORT:PyInit_hashing build\temp.win-amd64-cpython-310\Release\pandas\_libs\hashing.obj /OUT:build\lib.win-amd64-cpython-310\pandas\_libs\hashing.cp310-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-310\Release\pandas\_libs\hashing.cp310-win_amd64.lib正在创建库 build\temp.win-amd64-cpython-310\Release\pandas\_libs\hashing.cp310-win_amd64.lib 和对象 build\temp.win-amd64-cpython-310\Release\pandas\_libs\hashing.cp310-win_amd64.explib.cpandas\_libs/lib.c(8361): warning C4244: “=”: 从“__pyx_t_5numpy_intp_t”转换到“int”,可能丢失数据pandas\_libs/lib.c(8458): warning C4244: “=”: 从“__pyx_t_5numpy_intp_t”转换到“int”,可能丢失数据pandas\_libs/lib.c(8526): warning C4244: “=”: 从“__pyx_t_5numpy_intp_t”转换到“int”,可能丢失数据pandas\_libs/lib.c(8589): warning C4244: “=”: 从“__pyx_t_5numpy_intp_t”转换到“int”,可能丢失数据"C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.44.35207\bin\HostX86\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:E:\python3.10\libs /LIBPATH:E:\python3.10 /LIBPATH:E:\python3.10\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.44.35207\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.26100.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\\lib\10.0.26100.0\\um\x64" /EXPORT:PyInit_lib build\temp.win-amd64-cpython-310\Release\pandas\_libs\src\parser\tokenizer.obj build\temp.win-amd64-cpython-310\Release\pandas\_libs\lib.obj /OUT:build\lib.win-amd64-cpython-310\pandas\_libs\lib.cp310-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-310\Release\pandas\_libs\src\parser\lib.cp310-win_amd64.lib正在创建库 build\temp.win-amd64-cpython-310\Release\pandas\_libs\src\parser\lib.cp310-win_amd64.lib 和对象 build\temp.win-amd64-cpython-310\Release\pandas\_libs\src\parser\lib.cp310-win_amd64.exp正在生成代码已完成代码的生成building 'pandas._libs.missing' extension"C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.44.35207\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DNPY_NO_DEPRECATED_API=0 -I.\pandas\_libs\tslibs -IC:\Users\lenovo\AppData\Local\Temp\pip-build-env-29614t18\overlay\Lib\site-packages\numpy\_core\include -IE:\python3.10\include -IE:\python3.10\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.44.35207\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.26100.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.26100.0\\um" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.26100.0\\shared" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.26100.0\\winrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.26100.0\\cppwinrt" /Tcpandas\_libs/missing.c /Fobuild\temp.win-amd64-cpython-310\Release\pandas\_libs\missing.objmissing.c"C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.44.35207\bin\HostX86\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:E:\python3.10\libs /LIBPATH:E:\python3.10 /LIBPATH:E:\python3.10\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.44.35207\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.26100.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\\lib\10.0.26100.0\\um\x64" /EXPORT:PyInit_missing build\temp.win-amd64-cpython-310\Release\pandas\_libs\missing.obj /OUT:build\lib.win-amd64-cpython-310\pandas\_libs\missing.cp310-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-310\Release\pandas\_libs\missing.cp310-win_amd64.lib正在创建库 build\temp.win-amd64-cpython-310\Release\pandas\_libs\missing.cp310-win_amd64.lib 和对象 build\temp.win-amd64-cpython-310\Release\pandas\_libs\missing.cp310-win_amd64.exp正在生成代码已完成代码的生成building 'pandas._libs.parsers' extension"C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.44.35207\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DNPY_NO_DEPRECATED_API=0 -I.\pandas\_libs -Ipandas/_libs/src/klib -Ipandas/_libs/src -IC:\Users\lenovo\AppData\Local\Temp\pip-build-env-29614t18\overlay\Lib\site-packages\numpy\_core\include -IE:\python3.10\include -IE:\python3.10\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.44.35207\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.26100.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.26100.0\\um" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.26100.0\\shared" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.26100.0\\winrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.26100.0\\cppwinrt" /Tcpandas/_libs/src/parser/io.c /Fobuild\temp.win-amd64-cpython-310\Release\pandas\_libs\src\parser\io.objio.cpandas/_libs/src/parser/io.c(139): error C2065: “ssize_t”: 未声明的标识符pandas/_libs/src/parser/io.c(139): error C2146: 语法错误: 缺少“;”(在标识符“rv”的前面)pandas/_libs/src/parser/io.c(139): error C2065: “rv”: 未声明的标识符pandas/_libs/src/parser/io.c(145): error C2065: “rv”: 未声明的标识符pandas/_libs/src/parser/io.c(145): warning C4267: “函数”: 从“size_t”转换到“unsigned int”,可能丢失数据pandas/_libs/src/parser/io.c(146): error C2065: “rv”: 未声明的标识符pandas/_libs/src/parser/io.c(157): error C2065: “rv”: 未声明的标识符pandas/_libs/src/parser/io.c(158): error C2065: “rv”: 未声明的标识符error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.44.35207\\bin\\HostX86\\x64\\cl.exe' failed with exit code 2[end of output]note: This error originates from a subprocess, and is likely not a problem with pip.ERROR: Failed building wheel for pandas
Failed to build pandas
ERROR: Could not build wheels for pandas, which is required to install pyproject.toml-based projects
安装C++工具和Windows SDK
网址:https://visualstudio.microsoft.com/visual-cpp-build-tools/