Python recognizes 'pandas._libs' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'pandas._libs' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'pandas._libs' to be distributed and are
already explicitly excluding 'pandas._libs' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
!!
check.warn(importable)
C:\Users\Dell\AppData\Local\Temp\pip-build-env-6g_31lo3\overlay\Lib\site-packages\setuptools\command\build_py.py:219: _Warning: Package 'pandas._libs.src' is absent from the `packages` configuration.
!!
Python recognizes 'pandas._libs.src' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'pandas._libs.src' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'pandas._libs.src' to be distributed and are
already explicitly excluding 'pandas._libs.src' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
!!
check.warn(importable)
C:\Users\Dell\AppData\Local\Temp\pip-build-env-6g_31lo3\overlay\Lib\site-packages\setuptools\command\build_py.py:219: _Warning: Package 'pandas._libs.src.headers' is absent from the `packages` configuration.
Python recognizes 'pandas._libs.src.headers' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'pandas._libs.src.headers' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'pandas._libs.src.headers' to be distributed and are
already explicitly excluding 'pandas._libs.src.headers' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
!!
check.warn(importable)
C:\Users\Dell\AppData\Local\Temp\pip-build-env-6g_31lo3\overlay\Lib\site-packages\setuptools\command\build_py.py:219: _Warning: Package 'pandas._libs.src.klib' is absent from the `packages` configuration.
!!
Python recognizes 'pandas._libs.src.klib' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'pandas._libs.src.klib' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'pandas._libs.src.klib' to be distributed and are
already explicitly excluding 'pandas._libs.src.klib' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
C:\Users\Dell\AppData\Local\Temp\pip-build-env-6g_31lo3\overlay\Lib\site-packages\setuptools\command\build_py.py:219: _Warning: Package 'pandas._libs.src.parser' is absent from the `packages` configuration.
!!
Python recognizes 'pandas._libs.src.parser' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'pandas._libs.src.parser' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'pandas._libs.src.parser' to be distributed and are
already explicitly excluding 'pandas._libs.src.parser' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages. !!
check.warn(importable)
C:\Users\Dell\AppData\Local\Temp\pip-build-env-6g_31lo3\overlay\Lib\site-packages\setuptools\command\build_py.py:219: _Warning: Package 'pandas._libs.src.ujson.lib' is absent from the `packages` configuration.
!!
Python recognizes 'pandas._libs.src.ujson.lib' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'pandas._libs.src.ujson.lib' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'pandas._libs.src.ujson.lib' to be distributed and are
already explicitly excluding 'pandas._libs.src.ujson.lib' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
C:\Users\Dell\AppData\Local\Temp\pip-build-env-6g_31lo3\overlay\Lib\site-packages\setuptools\command\build_py.py:219: _Warning: Package 'pandas._libs.src.ujson.python' is absent from the `packages` configuration.
!!
Python recognizes 'pandas._libs.src.ujson.python' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'pandas._libs.src.ujson.python' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'pandas._libs.src.ujson.python' to be distributed and are
already explicitly excluding 'pandas._libs.src.ujson.python' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
!!
check.warn(importable)
C:\Users\Dell\AppData\Local\Temp\pip-build-env-6g_31lo3\overlay\Lib\site-packages\setuptools\command\build_py.py:219: _Warning: Package 'pandas._libs.tslibs.src.datetime' is absent from the `packages` configuration.
Python recognizes 'pandas._libs.tslibs.src.datetime' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'pandas._libs.tslibs.src.datetime' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'pandas._libs.tslibs.src.datetime' to be distributed and are
already explicitly excluding 'pandas._libs.tslibs.src.datetime' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
!!
check.warn(importable)
C:\Users\Dell\AppData\Local\Temp\pip-build-env-6g_31lo3\overlay\Lib\site-packages\setuptools\command\build_py.py:219: _Warning: Package 'pandas.io.formats.templates' is absent from the `packages` configuration.
Python recognizes 'pandas.io.formats.templates' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'pandas.io.formats.templates' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'pandas.io.formats.templates' to be distributed and are
already explicitly excluding 'pandas.io.formats.templates' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages
check.warn(importable)
C:\Users\Dell\AppData\Local\Temp\pip-build-env-6g_31lo3\overlay\Lib\site-packages\setuptools\command\build_py.py:219: _Warning: Package ‘pandas.tests.io.data’ is absent from the packages
configuration.
!!
Python recognizes ‘pandas.tests.io.data’ as an importable package[^1],
but it is absent from setuptools’ packages
configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'pandas.tests.io.data' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'pandas.tests.io.data' to be distributed and are
already explicitly excluding 'pandas.tests.io.data' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
C:\Users\Dell\AppData\Local\Temp\pip-build-env-6g_31lo3\overlay\Lib\site-packages\setuptools\command\build_py.py:219: _Warning: Package 'pandas.tests.io.data.fixed_width' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'pandas.tests.io.data.fixed_width' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'pandas.tests.io.data.fixed_width' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'pandas.tests.io.data.fixed_width' to be distributed and are
already explicitly excluding 'pandas.tests.io.data.fixed_width' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
C:\Users\Dell\AppData\Local\Temp\pip-build-env-6g_31lo3\overlay\Lib\site-packages\setuptools\command\build_py.py:219: _Warning: Package 'pandas.tests.io.data.legacy_pickle' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'pandas.tests.io.data.legacy_pickle' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'pandas.tests.io.data.legacy_pickle' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'pandas.tests.io.data.legacy_pickle' to be distributed and are
already explicitly excluding 'pandas.tests.io.data.legacy_pickle' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
C:\Users\Dell\AppData\Local\Temp\pip-build-env-6g_31lo3\overlay\Lib\site-packages\setuptools\command\build_py.py:219: _Warning: Package 'pandas.tests.io.data.parquet' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'pandas.tests.io.data.parquet' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'pandas.tests.io.data.parquet' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'pandas.tests.io.data.parquet' to be distributed and are
already explicitly excluding 'pandas.tests.io.data.parquet' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
C:\Users\Dell\AppData\Local\Temp\pip-build-env-6g_31lo3\overlay\Lib\site-packages\setuptools\command\build_py.py:219: _Warning: Package 'pandas.tests.io.data.pickle' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'pandas.tests.io.data.pickle' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'pandas.tests.io.data.pickle' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'pandas.tests.io.data.pickle' to be distributed and are
already explicitly excluding 'pandas.tests.io.data.pickle' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
C:\Users\Dell\AppData\Local\Temp\pip-build-env-6g_31lo3\overlay\Lib\site-packages\setuptools\command\build_py.py:219: _Warning: Package 'pandas.tests.io.data.xml' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'pandas.tests.io.data.xml' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'pandas.tests.io.data.xml' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'pandas.tests.io.data.xml' to be distributed and are
already explicitly excluding 'pandas.tests.io.data.xml' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
copying pandas\_libs\algos_common_helper.pxi.in -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\algos_take_helper.pxi.in -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\hashtable_class_helper.pxi.in -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\hashtable_func_helper.pxi.in -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\index_class_helper.pxi.in -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\intervaltree.pxi.in -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\khash_for_primitive_helper.pxi.in -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\sparse_op_helper.pxi.in -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\algos.pxd -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\algos.pyi -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\algos.pyx -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\arrays.pxd -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\arrays.pyi -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\arrays.pyx -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\dtypes.pxd -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\groupby.pyi -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\groupby.pyx -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\hashing.pyi -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\hashing.pyx -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\hashtable.pxd -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\hashtable.pyi -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\hashtable.pyx -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\index.pyi -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\index.pyx -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\indexing.pyi -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\indexing.pyx -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\internals.pyi -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\internals.pyx -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\interval.pyi -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\interval.pyx -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\join.pyi -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\join.pyx -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\json.pyi -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\khash.pxd -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\lib.pxd -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\lib.pyi -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\lib.pyx -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\missing.pxd -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\missing.pyi -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\missing.pyx -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\ops.pyi -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\ops.pyx -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\ops_dispatch.pyi -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\ops_dispatch.pyx -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\parsers.pyi -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\parsers.pyx -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\properties.pyi -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\properties.pyx -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\reduction.pyi -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\reduction.pyx -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\reshape.pyi -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\reshape.pyx -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\sparse.pyi -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\sparse.pyx -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\testing.pyi -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\testing.pyx -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\tslib.pyi -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\tslib.pyx -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\util.pxd -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\writers.pyi -> build\lib.win-amd64-cpython-313\pandas\_libs
copying pandas\_libs\writers.pyx -> build\lib.win-amd64-cpython-313\pandas\_libs
creating build\lib.win-amd64-cpython-313\pandas\io\formats\templates
copying pandas\io\formats\templates\html.tpl -> build\lib.win-amd64-cpython-313\pandas\io\formats\templates
copying pandas\io\formats\templates\html_style.tpl -> build\lib.win-amd64-cpython-313\pandas\io\formats\templates
copying pandas\io\formats\templates\html_table.tpl -> build\lib.win-amd64-cpython-313\pandas\io\formats\templates
copying pandas\io\formats\templates\latex.tpl -> build\lib.win-amd64-cpython-313\pandas\io\formats\templates
copying pandas\io\formats\templates\latex_longtable.tpl -> build\lib.win-amd64-cpython-313\pandas\io\formats\templates
copying pandas\io\formats\templates\latex_table.tpl -> build\lib.win-amd64-cpython-313\pandas\io\formats\templates
copying pandas\io\formats\templates\string.tpl -> build\lib.win-amd64-cpython-313\pandas\io\formats\templates
copying pandas\io\sas\_sas.pyi -> build\lib.win-amd64-cpython-313\pandas\io\sas
copying pandas\io\sas\sas.pyx -> build\lib.win-amd64-cpython-313\pandas\io\sas
creating build\lib.win-amd64-cpython-313\pandas\tests\io\data
copying pandas\tests\io\data\gbq_fake_job.txt -> build\lib.win-amd64-cpython-313\pandas\tests\io\data
creating build\lib.win-amd64-cpython-313\pandas\tests\io\data\fixed_width
copying pandas\tests\io\data\fixed_width\fixed_width_format.txt -> build\lib.win-amd64-cpython-313\pandas\tests\io\data\fixed_width
creating build\lib.win-amd64-cpython-313\pandas\tests\io\data\legacy_pickle\1.2.4
copying pandas\tests\io\data\legacy_pickle\1.2.4\empty_frame_v1_2_4-GH#42345.pkl -> build\lib.win-amd64-cpython-313\pandas\tests\io\data\legacy_pickle\1.2.4
creating build\lib.win-amd64-cpython-313\pandas\tests\io\data\parquet
copying pandas\tests\io\data\parquet\simple.parquet -> build\lib.win-amd64-cpython-313\pandas\tests\io\data\parquet
creating build\lib.win-amd64-cpython-313\pandas\tests\io\data\pickle
copying pandas\tests\io\data\pickle\test_mi_py27.pkl -> build\lib.win-amd64-cpython-313\pandas\tests\io\data\pickle
copying pandas\tests\io\data\pickle\test_py27.pkl -> build\lib.win-amd64-cpython-313\pandas\tests\io\data\pickle
creating build\lib.win-amd64-cpython-313\pandas\tests\io\data\xml
copying pandas\tests\io\data\xml\baby_names.xml -> build\lib.win-amd64-cpython-313\pandas\tests\io\data\xml
copying pandas\tests\io\data\xml\books.xml -> build\lib.win-amd64-cpython-313\pandas\tests\io\data\xml
copying pandas\tests\io\data\xml\cta_rail_lines.kml -> build\lib.win-amd64-cpython-313\pandas\tests\io\data\xml
copying pandas\tests\io\data\xml\doc_ch_utf.xml -> build\lib.win-amd64-cpython-313\pandas\tests\io\data\xml
copying pandas\tests\io\data\xml\flatten_doc.xsl -> build\lib.win-amd64-cpython-313\pandas\tests\io\data\xml
copying pandas\tests\io\data\xml\row_field_output.xsl -> build\lib.win-amd64-cpython-313\pandas\tests\io\data\xml
copying pandas\_libs\tslibs\base.pxd -> build\lib.win-amd64-cpython-313\pandas\_libs\tslibs
copying pandas\_libs\tslibs\base.pyx -> build\lib.win-amd64-cpython-313\pandas\_libs\tslibs
copying pandas\_libs\tslibs\ccalendar.pxd -> build\lib.win-amd64-cpython-313\pandas\_libs\tslibs
copying pandas\_libs\tslibs\ccalendar.pyi -> build\lib.win-amd64-cpython-313\pandas\_libs\tslibs
copying pandas\_libs\tslibs\ccalendar.pyx -> build\lib.win-amd64-cpython-313\pandas\_libs\tslibs
copying pandas\_libs\tslibs\conversion.pxd -> build\lib.win-amd64-cpython-313\pandas\_libs\tslibs
copying pandas\_libs\tslibs\conversion.pyi -> build\lib.win-amd64-cpython-313\pandas\_libs\tslibs
copying pandas\_libs\tslibs\conversion.pyx -> build\lib.win-amd64-cpython-313\pandas\_libs\tslibs
copying pandas\_libs\tslibs\dtypes.pxd -> build\lib.win-amd64-cpython-313\pandas\_libs\tslibs
copying pandas\_libs\tslibs\dtypes.pyi -> build\lib.win-amd64-cpython-313\pandas\_libs\tslibs
copying pandas\_libs\tslibs\dtypes.pyx -> build\lib.win-amd64-cpython-313\pandas\_libs\tslibs
copying pandas\_libs\tslibs\fields.pyi -> build\lib.win-amd64-cpython-313\pandas\_libs\tslibs
copying pandas\_libs\tslibs\fields.pyx -> build\lib.win-amd64-cpython-313\pandas\_libs\tslibs
copying pandas\_libs\tslibs\nattype.pxd -> build\lib.win-amd64-cpython-313\pandas\_libs\tslibs
copying pandas\_libs\tslibs\nattype.pyi -> build\lib.win-amd64-cpython-313\pandas\_libs\tslibs
copying pandas\_libs\tslibs\nattype.pyx -> build\lib.win-amd64-cpython-313\pandas\_libs\tslibs
copying pandas\_libs\tslibs\np_datetime.pxd -> build\lib.win-amd64-cpython-313\pandas\_libs\tslibs
copying pandas\_libs\tslibs\np_datetime.pyi -> build\lib.win-amd64-cpython-313\pandas\_libs\tslibs
copying pandas\_libs\tslibs\np_datetime.pyx -> build\lib.win-amd64-cpython-313\pandas\_libs\tslibs
copying pandas\_libs\tslibs\offsets.pxd -> build\lib.win-amd64-cpython-313\pandas\_libs\tslibs
copying pandas\_libs\tslibs\offsets.pyi -> build\lib.win-amd64-cpython-313\pandas\_libs\tslibs
copying pandas\_libs\tslibs\offsets.pyx -> build\lib.win-amd64-cpython-313\pandas\_libs\tslibs
copying pandas\_libs\tslibs\parsing.pxd -> build\lib.win-amd64-cpython-313\pandas\_libs\tslibs
copying pandas\_libs\tslibs\parsing.pyi -> build\lib.win-amd64-cpython-313\pandas\_libs\tslibs
copying pandas\_libs\tslibs\parsing.pyx -> build\lib.win-amd64-cpython-313\pandas\_libs\tslibs
copying pandas\_libs\tslibs\period.pxd -> build\lib.win-amd64-cpython-313\pandas\_libs\tslibs
copying pandas\_libs\tslibs\period.pyi -> build\lib.win-amd64-cpython-313\pandas\_libs\tslibs
copying pandas\_libs\tslibs\period.pyx -> build\lib.win-amd64-cpython-313\pandas\_libs\tslibs
copying pandas\_libs\tslibs\strptime.pyi -> build\lib.win-amd64-cpython-313\pandas\_libs\tslibs
copying pandas\_libs\tslibs\strptime.pyx -> build\lib.win-amd64-cpython-313\pandas\_libs\tslibs
copying pandas\_libs\tslibs\timedeltas.pxd -> build\lib.win-amd64-cpython-313\pandas\_libs\tslibs
copying pandas\_libs\tslibs\timedeltas.pyi -> build\lib.win-amd64-cpython-313\pandas\_libs\tslibs
copying pandas\_libs\tslibs\timedeltas.pyx -> build\lib.win-amd64-cpython-313\pandas\_libs\tslibs
copying pandas\_libs\tslibs\timestamps.pxd -> build\lib.win-amd64-cpython-313\pandas\_libs\tslibs
copying pandas\_libs\tslibs\timestamps.pyi -> build\lib.win-amd64-cpython-313\pandas\_libs\tslibs
copying pandas\_libs\tslibs\timestamps.pyx -> build\lib.win-amd64-cpython-313\pandas\_libs\tslibs
copying pandas\_libs\tslibs\timezones.pxd -> build\lib.win-amd64-cpython-313\pandas\_libs\tslibs
copying pandas\_libs\tslibs\timezones.pyi -> build\lib.win-amd64-cpython-313\pandas\_libs\tslibs
copying pandas\_libs\tslibs\timezones.pyx -> build\lib.win-amd64-cpython-313\pandas\_libs\tslibs
copying pandas\_libs\tslibs\tzconversion.pxd -> build\lib.win-amd64-cpython-313\pandas\_libs\tslibs
copying pandas\_libs\tslibs\tzconversion.pyi -> build\lib.win-amd64-cpython-313\pandas\_libs\tslibs
copying pandas\_libs\tslibs\tzconversion.pyx -> build\lib.win-amd64-cpython-313\pandas\_libs\tslibs
copying pandas\_libs\tslibs\util.pxd -> build\lib.win-amd64-cpython-313\pandas\_libs\tslibs
copying pandas\_libs\tslibs\vectorized.pyi -> build\lib.win-amd64-cpython-313\pandas\_libs\tslibs
copying pandas\_libs\tslibs\vectorized.pyx -> build\lib.win-amd64-cpython-313\pandas\_libs\tslibs
copying pandas\_libs\window\aggregations.pyi -> build\lib.win-amd64-cpython-313\pandas\_libs\window
copying pandas\_libs\window\aggregations.pyx -> build\lib.win-amd64-cpython-313\pandas\_libs\window
copying pandas\_libs\window\indexers.pyi -> build\lib.win-amd64-cpython-313\pandas\_libs\window
copying pandas\_libs\window\indexers.pyx -> build\lib.win-amd64-cpython-313\pandas\_libs\window
UPDATING build\lib.win-amd64-cpython-313\pandas/_version.py
set build\lib.win-amd64-cpython-313\pandas/_version.py to '1.5.3'
running build_ext
building 'pandas._libs.algos' extension
creating build\temp.win-amd64-cpython-313\Release\pandas\_libs
"C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/src/klib -IC:\Users\Dell\AppData\Local\Temp\pip-build-env-6g_31lo3\overlay\Lib\site-packages\numpy\_core\include -IC:\Users\Dell\AppData\Local\Temp\pip-build-env-6g_31lo3\overlay\Lib\site-packages\numpy\_core\include -IC:\Users\Dell\AppData\Local\Temp\pip-build-env-6g_31lo3\overlay\Lib\site-packages\numpy\_core\include -IC:\Users\Dell\AppData\Local\Temp\pip-build-env-6g_31lo3\overlay\Lib\site-packages\numpy\_core\include -IC:\Users\Dell\AppData\Local\Temp\pip-build-env-6g_31lo3\overlay\Lib\site-packages\numpy\_core\include -IC:\Users\Dell\AppData\Local\Temp\pip-build-env-6g_31lo3\overlay\Lib\site-packages\numpy\_core\include -IC:\Users\Dell\AppData\Local\Temp\pip-build-env-6g_31lo3\overlay\Lib\site-packages\numpy\_core\include -IC:\Users\Dell\AppData\Local\Programs\Python\Python313\include -IC:\Users\Dell\AppData\Local\Programs\Python\Python313\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\um" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\shared" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\winrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\cppwinrt" /Tcpandas\_libs/algos.c /Fobuild\temp.win-amd64-cpython-313\Release\pandas\_libs/algos.obj
algos.c
pandas/_libs/src/klib\khash_python.h(140): error C2039: 'real': is not a member of '_C_double_complex'
C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt\complex.h(31): note: see declaration of '_C_double_complex'
pandas/_libs/src/klib\khash_python.h(140): error C2198: 'khuint32_t kh_float64_hash_func(double)': too few arguments for call
pandas/_libs/src/klib\khash_python.h(140): error C2039: 'imag': is not a member of '_C_double_complex'
C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt\complex.h(31): note: see declaration of '_C_double_complex'
pandas/_libs/src/klib\khash_python.h(140): error C2198: 'khuint32_t kh_float64_hash_func(double)': too few arguments for call
pandas/_libs/src/klib\khash_python.h(143): error C2039: 'real': is not a member of '_C_float_complex'
C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt\complex.h(36): note: see declaration of '_C_float_complex'
pandas/_libs/src/klib\khash_python.h(143): error C2198: 'khuint32_t kh_float32_hash_func(float)': too few arguments for call
pandas/_libs/src/klib\khash_python.h(143): error C2039: 'imag': is not a member of '_C_float_complex'
C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt\complex.h(36): note: see declaration of '_C_float_complex'
pandas/_libs/src/klib\khash_python.h(143): error C2198: 'khuint32_t kh_float32_hash_func(float)': too few arguments for call
pandas/_libs/src/klib\khash_python.h(153): error C2039: 'real': is not a member of '_C_float_complex'
C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt\complex.h(36): note: see declaration of '_C_float_complex'
pandas/_libs/src/klib\khash_python.h(153): error C2039: 'imag': is not a member of '_C_float_complex'
C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt\complex.h(36): note: see declaration of '_C_float_complex'
pandas/_libs/src/klib\khash_python.h(159): error C2039: 'real': is not a member of '_C_double_complex'
C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt\complex.h(31): note: see declaration of '_C_double_complex'
pandas/_libs/src/klib\khash_python.h(159): error C2039: 'imag': is not a member of '_C_double_complex'
C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt\complex.h(31): note: see declaration of '_C_double_complex'
pandas/_libs/src/klib\khash_python.h(371): warning C4244: 'return': conversion from 'khuint64_t' to 'khuint32_t', possible loss of data
pandas\_libs/algos.c(892): warning C4996: 'Py_UNICODE': deprecated in 3.13
pandas\_libs/algos.c(893): warning C4996: 'Py_UNICODE': deprecated in 3.13
pandas\_libs/algos.c(3332): warning C4013: '_PyInterpreterState_GetConfig' undefined; assuming extern returning int
pandas\_libs/algos.c(3332): error C2223: left of '->optimization_level' must point to struct/union
pandas\_libs/algos.c(3563): warning C4013: '_PyList_Extend' undefined; assuming extern returning int
pandas\_libs/algos.c(3563): warning C4047: 'initializing': 'PyObject *' differs in levels of indirection from 'int'
pandas\_libs/algos.c(12361): warning C4244: '=': conversion from 'long' to 'char', possible loss of data
pandas\_libs/algos.c(17335): warning C4244: '=': conversion from 'long' to 'char', possible loss of data
pandas\_libs/algos.c(27108): warning C4244: '=': conversion from 'long' to 'char', possible loss of data
pandas\_libs/algos.c(32767): warning C4244: '=': conversion from 'long' to 'char', possible loss of data
pandas\_libs/algos.c(39262): warning C4244: '=': conversion from 'long' to 'char', possible loss of data
pandas\_libs/algos.c(49228): warning C4244: '=': conversion from 'long' to 'char', possible loss of data
pandas\_libs/algos.c(52828): warning C4244: '=': conversion from 'long' to 'char', possible loss of data
pandas\_libs/algos.c(56956): warning C4244: '=': conversion from 'long' to 'char', possible loss of data
pandas\_libs/algos.c(66375): warning C4244: '=': conversion from 'long' to 'char', possible loss of data
pandas\_libs/algos.c(80296): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(80340): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(80384): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(80428): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(80472): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(81221): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(81265): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(81309): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(81353): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(81397): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(82146): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(82190): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(82234): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(82278): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(82322): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(83071): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(83115): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(83159): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(83203): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(83247): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(83996): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(84040): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(84084): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(84128): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(84172): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(84921): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(84965): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(85009): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(85053): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(85097): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(85846): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(85890): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(85934): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(85978): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(86022): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(86771): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(86815): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(86859): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(86903): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(86947): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(87696): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(87740): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(87784): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(87828): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(87872): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(88621): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(88665): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(88709): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(88753): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(88797): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(89569): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(89613): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(89657): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(89701): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(89745): warning C4244: '=': conversion from 'Py_ssize_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(90430): warning C4244: '=': conversion from 'long' to 'char', possible loss of data
pandas\_libs/algos.c(108998): warning C4244: '=': conversion from 'long' to 'char', possible loss of data
pandas\_libs/algos.c(109403): warning C4244: '=': conversion from 'long' to 'char', possible loss of data
pandas\_libs/algos.c(112783): warning C4244: '=': conversion from 'int' to '__pyx_t_5numpy_float32_t', possible loss of data
pandas\_libs/algos.c(112900): warning C4244: '=': conversion from 'int' to '__pyx_t_5numpy_float32_t', possible loss of data
pandas\_libs/algos.c(113029): warning C4244: '=': conversion from 'int' to '__pyx_t_5numpy_float32_t', possible loss of data
pandas\_libs/algos.c(113146): warning C4244: '=': conversion from 'int' to '__pyx_t_5numpy_float32_t', possible loss of data
pandas\_libs/algos.c(114116): warning C4244: '=': conversion from 'int' to '__pyx_t_5numpy_float32_t', possible loss of data
pandas\_libs/algos.c(114233): warning C4244: '=': conversion from 'int' to '__pyx_t_5numpy_float32_t', possible loss of data
pandas\_libs/algos.c(114362): warning C4244: '=': conversion from 'int' to '__pyx_t_5numpy_float32_t', possible loss of data
pandas\_libs/algos.c(114479): warning C4244: '=': conversion from 'int' to '__pyx_t_5numpy_float32_t', possible loss of data
pandas\_libs/algos.c(117025): warning C4244: '=': conversion from '__pyx_t_5numpy_int64_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(117142): warning C4244: '=': conversion from '__pyx_t_5numpy_int64_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(117271): warning C4244: '=': conversion from '__pyx_t_5numpy_int64_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(117388): warning C4244: '=': conversion from '__pyx_t_5numpy_int64_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(139550): warning C4244: '=': conversion from 'const __pyx_t_5numpy_int64_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(139858): warning C4244: '=': conversion from 'const __pyx_t_5numpy_int64_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(140183): warning C4244: '=': conversion from 'const __pyx_t_5numpy_int64_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(140591): warning C4244: '=': conversion from '__pyx_t_5numpy_int64_t' to '__pyx_t_5numpy_float64_t', possible loss of data
pandas\_libs/algos.c(164265): warning C4013: '_PyDict_SetItem_KnownHash' undefined; assuming extern returning int
pandas\_libs/algos.c(176541): error C2198: 'int _PyLong_AsByteArray(PyLongObject *,unsigned char *,size_t,int,int,int)': too few arguments for call
pandas\_libs/algos.c(176813): error C2198: 'int _PyLong_AsByteArray(PyLongObject *,unsigned char *,size_t,int,int,int)': too few arguments for call
pandas\_libs/algos.c(177009): error C2198: 'int _PyLong_AsByteArray(PyLongObject *,unsigned char *,size_t,int,int,int)': too few arguments for call
pandas\_libs/algos.c(177433): error C2198: 'int _PyLong_AsByteArray(PyLongObject *,unsigned char *,size_t,int,int,int)': too few arguments for call
pandas\_libs/algos.c(177629): error C2198: 'int _PyLong_AsByteArray(PyLongObject *,unsigned char *,size_t,int,int,int)': too few arguments for call
pandas\_libs/algos.c(177825): error C2198: 'int _PyLong_AsByteArray(PyLongObject *,unsigned char *,size_t,int,int,int)': too few arguments for call
pandas\_libs/algos.c(178021): error C2198: 'int _PyLong_AsByteArray(PyLongObject *,unsigned char *,size_t,int,int,int)': too few arguments for call
pandas\_libs/algos.c(178217): error C2198: 'int _PyLong_AsByteArray(PyLongObject *,unsigned char *,size_t,int,int,int)': too few arguments for call
pandas\_libs/algos.c(178413): error C2198: 'int _PyLong_AsByteArray(PyLongObject *,unsigned char *,size_t,int,int,int)': too few arguments for call
pandas\_libs/algos.c(178609): error C2198: 'int _PyLong_AsByteArray(PyLongObject *,unsigned char *,size_t,int,int,int)': too few arguments for call
pandas\_libs/algos.c(178805): error C2198: 'int _PyLong_AsByteArray(PyLongObject *,unsigned char *,size_t,int,int,int)': too few arguments for call
pandas\_libs/algos.c(179034): error C2198: 'int _PyLong_AsByteArray(PyLongObject *,unsigned char *,size_t,int,int,int)': too few arguments for call
pandas\_libs/algos.c(179230): error C2198: 'int _PyLong_AsByteArray(PyLongObject *,unsigned char *,size_t,int,int,int)': too few arguments for call
error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.42.34433\\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: ERROR: Failed to build installable wheels for some pyproject.toml based projects (pandas)
getting errors while installing numpy and scikit-learn also …
need help