xtensor-stack / xtensor

C++ tensors with broadcasting and lazy computing
BSD 3-Clause "New" or "Revised" License
3.33k stars 397 forks source link

/home/mona/zephyr/include/numpy_conversions.h:9:10: fatal error: xtensor-python/pyarray.hpp: No such file or directory #2706

Closed monajalal closed 1 year ago

monajalal commented 1 year ago

I get this error in the make step. Please let me know if you can please suggest a fix?

(zephyr) mona@ard-gpu-01:~/zephyr/build$ make
[ 33%] Building CXX object CMakeFiles/zephyr_c.dir/cpp/oriented_features.cpp.o
In file included from /home/mona/zephyr/cpp/oriented_features.cpp:20:
/home/mona/zephyr/include/numpy_conversions.h:9:10: fatal error: xtensor-python/pyarray.hpp: No such file or directory
    9 | #include "xtensor-python/pyarray.hpp"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/zephyr_c.dir/build.make:76: CMakeFiles/zephyr_c.dir/cpp/oriented_features.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/zephyr_c.dir/all] Error 2
make: *** [Makefile:136: all] Error 2

I have installed xtensor using micromamba though.

full log here:

(zephyr) mona@ard-gpu-01:~/zephyr/build$ micromamba install -c conda-forge xtl

                                           __
          __  ______ ___  ____ _____ ___  / /_  ____ _
         / / / / __ `__ \/ __ `/ __ `__ \/ __ \/ __ `/
        / /_/ / / / / / / /_/ / / / / / / /_/ / /_/ /
       / .___/_/ /_/ /_/\__,_/_/ /_/ /_/_.___/\__,_/
      /_/

pytorch/linux-64                                   167.9kB @   2.2MB/s  0.1s
pytorch/noarch                                      10.2kB @ 115.3kB/s  0.1s
pkgs/r/noarch                                        1.3MB @   3.5MB/s  0.3s
pkgs/r/linux-64                                      1.4MB @   3.5MB/s  0.3s
pkgs/main/noarch                                   823.9kB @   1.4MB/s  0.2s
pkgs/main/linux-64                                   5.7MB @   5.3MB/s  1.1s
conda-forge/noarch                                  12.4MB @   4.6MB/s  2.7s
conda-forge/linux-64                                31.8MB @   5.2MB/s  6.4s

Pinned packages:
  - python 3.9.*

Transaction

  Prefix: /home/mona/anaconda3/envs/zephyr

  Updating specs:

   - xtl

  Package  Version  Build       Channel         Size
──────────────────────────────────────────────────────
  Install:
──────────────────────────────────────────────────────

  + xtl      0.7.4  h4bd325d_0  conda-forge     98kB

  Summary:

  Install: 1 packages

  Total download: 98kB

──────────────────────────────────────────────────────

Confirm changes: [Y/n] y

Transaction starting
xtl                                                 98.1kB @   1.2MB/s  0.1s
Linking xtl-0.7.4-h4bd325d_0

Transaction finished

To activate this environment, use:

    micromamba activate /home/mona/anaconda3/envs/zephyr

Or to execute a single command in this environment, use:

    micromamba run -p /home/mona/anaconda3/envs/zephyr mycommand

(zephyr) mona@ard-gpu-01:~/zephyr/build$ cmake .. -DPYTHON_EXECUTABLE=$(python -c "import sys; print(sys.executable)") -DPYTHON_INCLUDE_DIR=$(python -c "from distutils.sysconfig import get_python_inc; print(get_python_inc())")  -DPYTHON_LIBRARY=$(python -c "import distutils.sysconfig as sysconfig; print(sysconfig.get_config_var('LIBDIR'))")
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.

-- Eigen found (include: /usr/include/eigen3, version: 3.4.0)
-- OpenNI found (version: 1.5.4.0, include: /usr/include/ni, lib: /usr/lib/libOpenNI.so;libusb::libusb)
-- OpenNI2 found (version: 2.2.0.33, include: /usr/include/openni2, lib: /usr/lib/x86_64-linux-gnu/libOpenNI2.so;libusb::libusb)
** WARNING ** io features related to pcap will be disabled
** WARNING ** io features related to png will be disabled
-- Eigen found (include: /usr/include/eigen3, version: 3.4.0)
-- FLANN found (include: /usr/include, lib: /usr/lib/x86_64-linux-gnu/libflann_cpp.so)
-- looking for PCL_COMMON
-- looking for PCL_OCTREE
-- looking for PCL_IO
-- looking for PCL_KDTREE
-- looking for PCL_SEARCH
-- looking for PCL_SAMPLE_CONSENSUS
-- looking for PCL_FILTERS
-- looking for PCL_2D
-- looking for PCL_FEATURES
CMake Error at CMakeLists.txt:31 (find_package):
  By not providing "Findxtensor.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "xtensor", but
  CMake did not find one.

  Could not find a package configuration file provided by "xtensor" with any
  of the following names:

    xtensorConfig.cmake
    xtensor-config.cmake

  Add the installation prefix of "xtensor" to CMAKE_PREFIX_PATH or set
  "xtensor_DIR" to a directory containing one of the above files.  If
  "xtensor" provides a separate development package or SDK, be sure it has
  been installed.

-- Configuring incomplete, errors occurred!
See also "/home/mona/zephyr/build/CMakeFiles/CMakeOutput.log".
(zephyr) mona@ard-gpu-01:~/zephyr/build$ micromamba install -c conda-forge xtensor

                                           __
          __  ______ ___  ____ _____ ___  / /_  ____ _
         / / / / __ `__ \/ __ `/ __ `__ \/ __ \/ __ `/
        / /_/ / / / / / / /_/ / / / / / / /_/ / /_/ /
       / .___/_/ /_/ /_/\__,_/_/ /_/ /_/_.___/\__,_/
      /_/

conda-forge/linux-64                                        Using cache
conda-forge/noarch                                          Using cache
pytorch/linux-64                                            Using cache
pytorch/noarch                                              Using cache
pkgs/r/linux-64                                               No change
pkgs/main/noarch                                              No change
pkgs/r/noarch                                                 No change
pkgs/main/linux-64                                            No change

Pinned packages:
  - python 3.9.*

Transaction

  Prefix: /home/mona/anaconda3/envs/zephyr

  Updating specs:

   - xtensor

  Package    Version  Build       Channel          Size
─────────────────────────────────────────────────────────
  Install:
─────────────────────────────────────────────────────────

  + xtensor   0.24.2  h924138e_0  conda-forge     193kB

  Summary:

  Install: 1 packages

  Total download: 193kB

─────────────────────────────────────────────────────────

Confirm changes: [Y/n] y

Transaction starting
xtensor                                            193.2kB @   2.4MB/s  0.1s
Linking xtensor-0.24.2-h924138e_0

Transaction finished

To activate this environment, use:

    micromamba activate /home/mona/anaconda3/envs/zephyr

Or to execute a single command in this environment, use:

    micromamba run -p /home/mona/anaconda3/envs/zephyr mycommand

(zephyr) mona@ard-gpu-01:~/zephyr/build$ cmake .. -DPYTHON_EXECUTABLE=$(python -c "import sys; print(sys.executable)") -DPYTHON_INCLUDE_DIR=$(python -c "from distutils.sysconfig import get_python_inc; print(get_python_inc())")  -DPYTHON_LIBRARY=$(python -c "import distutils.sysconfig as sysconfig; print(sysconfig.get_config_var('LIBDIR'))")
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.

-- Eigen found (include: /usr/include/eigen3, version: 3.4.0)
-- OpenNI found (version: 1.5.4.0, include: /usr/include/ni, lib: /usr/lib/libOpenNI.so;libusb::libusb)
-- OpenNI2 found (version: 2.2.0.33, include: /usr/include/openni2, lib: /usr/lib/x86_64-linux-gnu/libOpenNI2.so;libusb::libusb)
** WARNING ** io features related to pcap will be disabled
** WARNING ** io features related to png will be disabled
-- Eigen found (include: /usr/include/eigen3, version: 3.4.0)
-- FLANN found (include: /usr/include, lib: /usr/lib/x86_64-linux-gnu/libflann_cpp.so)
-- looking for PCL_COMMON
-- looking for PCL_OCTREE
-- looking for PCL_IO
-- looking for PCL_KDTREE
-- looking for PCL_SEARCH
-- looking for PCL_SAMPLE_CONSENSUS
-- looking for PCL_FILTERS
-- looking for PCL_2D
-- looking for PCL_FEATURES
-- Performing Test arch_native_supported
-- Performing Test arch_native_supported - Success
-- Found PythonInterp: /home/mona/anaconda3/envs/zephyr/bin/python3 (found suitable version "3.9.16", minimum required is "3.6") 
-- Found PythonLibs: /home/mona/anaconda3/envs/zephyr/lib
-- Performing Test HAS_FLTO
-- Performing Test HAS_FLTO - Success
-- Found pybind11: /home/mona/anaconda3/envs/zephyr/include (found version "2.10.4")
-- Configuring done
-- Generating done
-- Build files have been written to: /home/mona/zephyr/build
(zephyr) mona@ard-gpu-01:~$ which cmake
/usr/bin/cmake
(zephyr) mona@ard-gpu-01:~$ cmake --version
cmake version 3.22.1

CMake suite maintained and supported by Kitware (kitware.com/cmake).

(zephyr) mona@ard-gpu-01:~$ gcc --version
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

(zephyr) mona@ard-gpu-01:~$ g++ --version
g++ (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

(zephyr) mona@ard-gpu-01:~$ uname -a
Linux ard-gpu-01 5.19.0-42-generic #43~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Apr 21 16:51:08 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
(zephyr) mona@ard-gpu-01:~$ lsb_release -a
LSB Version:    core-11.1.0ubuntu4-noarch:security-11.1.0ubuntu4-noarch
Distributor ID: Ubuntu
Description:    Ubuntu 22.04.2 LTS
Release:    22.04
Codename:   jammy

https://github.com/r-pad/zephyr/issues/9

also

(zephyr) mona@ard-gpu-01:~/zephyr/build$ python -c "from distutils.sysconfig import get_python_inc; print(get_python_inc())"
/home/mona/anaconda3/envs/zephyr/include/python3.9
(zephyr) mona@ard-gpu-01:~/zephyr/build$ python -c "import sys; print(sys.executable)"
/home/mona/anaconda3/envs/zephyr/bin/python3
(zephyr) mona@ard-gpu-01:~/zephyr/build$ python -c "import distutils.sysconfig as sysconfig; print(sysconfig.get_config_var('LIBDIR'))"
/home/mona/anaconda3/envs/zephyr/lib
monajalal commented 1 year ago

so I installed xtensor-python and that array faded away. Now I get a new error:

(zephyr) mona@ard-gpu-01:~/zephyr/build$ micromamba install -c conda-forge xtensor-python

                                           __
          __  ______ ___  ____ _____ ___  / /_  ____ _
         / / / / __ `__ \/ __ `/ __ `__ \/ __ \/ __ `/
        / /_/ / / / / / / /_/ / / / / / / /_/ / /_/ /
       / .___/_/ /_/ /_/\__,_/_/ /_/ /_/_.___/\__,_/
      /_/

conda-forge/linux-64                                        Using cache
conda-forge/noarch                                          Using cache
pytorch/linux-64                                            Using cache
pytorch/noarch                                              Using cache
pkgs/main/noarch                                              No change
pkgs/main/linux-64                                            No change
pkgs/r/noarch                                                 No change
pkgs/r/linux-64                                               No change

Pinned packages:
  - python 3.9.*

Transaction

  Prefix: /home/mona/anaconda3/envs/zephyr

  Updating specs:

   - xtensor-python

  Package            Version  Build                Channel          Size
──────────────────────────────────────────────────────────────────────────
  Install:
──────────────────────────────────────────────────────────────────────────

  + libblas            3.9.0  16_linux64_openblas  conda-forge      13kB
  + libcblas           3.9.0  16_linux64_openblas  conda-forge      13kB
  + libgfortran-ng    12.2.0  h69a702a_19          conda-forge      23kB
  + libgfortran5      12.2.0  h337968e_19          conda-forge       2MB
  + liblapack          3.9.0  16_linux64_openblas  conda-forge      13kB
  + libopenblas       0.3.21  h043d6bf_0           pkgs/main         6MB
  + numpy             1.22.3  py39hc58783e_2       conda-forge       7MB
  + pybind11           2.9.2  py39hf939315_1       conda-forge     165kB
  + pybind11-global    2.9.2  py39hf939315_1       conda-forge     197kB
  + python_abi           3.9  2_cp39               conda-forge       4kB
  + xtensor-python    0.26.1  py39hac2352c_0       conda-forge      20kB

  Summary:

  Install: 11 packages

  Total download: 15MB

──────────────────────────────────────────────────────────────────────────

Confirm changes: [Y/n] y

Transaction starting
libgfortran-ng                                      22.9kB @ 531.8kB/s  0.0s
python_abi                                           4.0kB @  83.9kB/s  0.0s
libcblas                                            12.8kB @ 181.6kB/s  0.0s
libgfortran5                                         1.8MB @  21.7MB/s  0.1s
pybind11                                           165.4kB @   1.8MB/s  0.1s
pybind11-global                                    196.8kB @   2.1MB/s  0.1s
xtensor-python                                      20.1kB @ 202.3kB/s  0.1s
libblas                                             12.9kB @ 126.2kB/s  0.0s
liblapack                                           12.8kB @ 113.1kB/s  0.0s
libopenblas                                          5.7MB @  27.5MB/s  0.1s
numpy                                                7.1MB @  28.7MB/s  0.2s
Linking python_abi-3.9-2_cp39
Linking libgfortran5-12.2.0-h337968e_19
Linking pybind11-global-2.9.2-py39hf939315_1
warning  libmamba [pybind11-global-2.9.2-py39hf939315_1] The following files were already present in the environment:
    - include/pybind11/attr.h
    - include/pybind11/buffer_info.h
    - include/pybind11/cast.h
    - include/pybind11/chrono.h
    - include/pybind11/common.h
    - include/pybind11/complex.h
    - include/pybind11/detail/class.h
    - include/pybind11/detail/common.h
    - include/pybind11/detail/descr.h
    - include/pybind11/detail/init.h
    - include/pybind11/detail/internals.h
    - include/pybind11/detail/type_caster_base.h
    - include/pybind11/detail/typeid.h
    - include/pybind11/eigen.h
    - include/pybind11/embed.h
    - include/pybind11/eval.h
    - include/pybind11/functional.h
    - include/pybind11/gil.h
    - include/pybind11/iostream.h
    - include/pybind11/numpy.h
    - include/pybind11/operators.h
    - include/pybind11/options.h
    - include/pybind11/pybind11.h
    - include/pybind11/pytypes.h
    - include/pybind11/stl.h
    - include/pybind11/stl/filesystem.h
    - include/pybind11/stl_bind.h
    - include/python3.9/pybind11-global/pybind11/attr.h
    - include/python3.9/pybind11-global/pybind11/buffer_info.h
    - include/python3.9/pybind11-global/pybind11/cast.h
    - include/python3.9/pybind11-global/pybind11/chrono.h
    - include/python3.9/pybind11-global/pybind11/common.h
    - include/python3.9/pybind11-global/pybind11/complex.h
    - include/python3.9/pybind11-global/pybind11/detail/class.h
    - include/python3.9/pybind11-global/pybind11/detail/common.h
    - include/python3.9/pybind11-global/pybind11/detail/descr.h
    - include/python3.9/pybind11-global/pybind11/detail/init.h
    - include/python3.9/pybind11-global/pybind11/detail/internals.h
    - include/python3.9/pybind11-global/pybind11/detail/type_caster_base.h
    - include/python3.9/pybind11-global/pybind11/detail/typeid.h
    - include/python3.9/pybind11-global/pybind11/eigen.h
    - include/python3.9/pybind11-global/pybind11/embed.h
    - include/python3.9/pybind11-global/pybind11/eval.h
    - include/python3.9/pybind11-global/pybind11/functional.h
    - include/python3.9/pybind11-global/pybind11/gil.h
    - include/python3.9/pybind11-global/pybind11/iostream.h
    - include/python3.9/pybind11-global/pybind11/numpy.h
    - include/python3.9/pybind11-global/pybind11/operators.h
    - include/python3.9/pybind11-global/pybind11/options.h
    - include/python3.9/pybind11-global/pybind11/pybind11.h
    - include/python3.9/pybind11-global/pybind11/pytypes.h
    - include/python3.9/pybind11-global/pybind11/stl.h
    - include/python3.9/pybind11-global/pybind11/stl/filesystem.h
    - include/python3.9/pybind11-global/pybind11/stl_bind.h
    - share/cmake/pybind11/FindPythonLibsNew.cmake
    - share/cmake/pybind11/pybind11Common.cmake
    - share/cmake/pybind11/pybind11Config.cmake
    - share/cmake/pybind11/pybind11ConfigVersion.cmake
    - share/cmake/pybind11/pybind11NewTools.cmake
    - share/cmake/pybind11/pybind11Targets.cmake
    - share/cmake/pybind11/pybind11Tools.cmake
Linking libgfortran-ng-12.2.0-h69a702a_19
Linking pybind11-2.9.2-py39hf939315_1
Linking libopenblas-0.3.21-h043d6bf_0
Linking libblas-3.9.0-16_linux64_openblas
warning  libmamba [libblas-3.9.0-16_linux64_openblas] The following files were already present in the environment:
    - lib/libblas.so
Linking libcblas-3.9.0-16_linux64_openblas
warning  libmamba [libcblas-3.9.0-16_linux64_openblas] The following files were already present in the environment:
    - lib/libcblas.so
Linking liblapack-3.9.0-16_linux64_openblas
warning  libmamba [liblapack-3.9.0-16_linux64_openblas] The following files were already present in the environment:
    - lib/liblapack.so
Linking numpy-1.22.3-py39hc58783e_2
warning  libmamba [numpy-1.22.3-py39hc58783e_2] The following files were already present in the environment:
    - bin/f2py
    - bin/f2py3
    - bin/f2py3.9
    - lib/python3.9/site-packages/numpy/LICENSE.txt
    - lib/python3.9/site-packages/numpy/__config__.py
    - lib/python3.9/site-packages/numpy/__init__.cython-30.pxd
    - lib/python3.9/site-packages/numpy/__init__.pxd
    - lib/python3.9/site-packages/numpy/__init__.py
    - lib/python3.9/site-packages/numpy/__init__.pyi
    - lib/python3.9/site-packages/numpy/__pycache__/__config__.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/__pycache__/__init__.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/__pycache__/_distributor_init.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/__pycache__/_globals.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/__pycache__/_pytesttester.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/__pycache__/_version.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/__pycache__/conftest.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/__pycache__/ctypeslib.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/__pycache__/dual.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/__pycache__/matlib.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/__pycache__/setup.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/__pycache__/version.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/_distributor_init.py
    - lib/python3.9/site-packages/numpy/_globals.py
    - lib/python3.9/site-packages/numpy/_pytesttester.py
    - lib/python3.9/site-packages/numpy/_pytesttester.pyi
    - lib/python3.9/site-packages/numpy/_version.py
    - lib/python3.9/site-packages/numpy/array_api/__init__.py
    - lib/python3.9/site-packages/numpy/array_api/__pycache__/__init__.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/array_api/__pycache__/_array_object.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/array_api/__pycache__/_constants.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/array_api/__pycache__/_creation_functions.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/array_api/__pycache__/_data_type_functions.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/array_api/__pycache__/_dtypes.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/array_api/__pycache__/_elementwise_functions.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/array_api/__pycache__/_manipulation_functions.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/array_api/__pycache__/_searching_functions.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/array_api/__pycache__/_set_functions.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/array_api/__pycache__/_sorting_functions.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/array_api/__pycache__/_statistical_functions.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/array_api/__pycache__/_typing.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/array_api/__pycache__/_utility_functions.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/array_api/__pycache__/linalg.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/array_api/__pycache__/setup.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/array_api/_array_object.py
    - lib/python3.9/site-packages/numpy/array_api/_constants.py
    - lib/python3.9/site-packages/numpy/array_api/_creation_functions.py
    - lib/python3.9/site-packages/numpy/array_api/_data_type_functions.py
    - lib/python3.9/site-packages/numpy/array_api/_dtypes.py
    - lib/python3.9/site-packages/numpy/array_api/_elementwise_functions.py
    - lib/python3.9/site-packages/numpy/array_api/_manipulation_functions.py
    - lib/python3.9/site-packages/numpy/array_api/_searching_functions.py
    - lib/python3.9/site-packages/numpy/array_api/_set_functions.py
    - lib/python3.9/site-packages/numpy/array_api/_sorting_functions.py
    - lib/python3.9/site-packages/numpy/array_api/_statistical_functions.py
    - lib/python3.9/site-packages/numpy/array_api/_typing.py
    - lib/python3.9/site-packages/numpy/array_api/_utility_functions.py
    - lib/python3.9/site-packages/numpy/array_api/linalg.py
    - lib/python3.9/site-packages/numpy/array_api/setup.py
    - lib/python3.9/site-packages/numpy/array_api/tests/__init__.py
    - lib/python3.9/site-packages/numpy/array_api/tests/__pycache__/__init__.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/array_api/tests/__pycache__/test_array_object.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/array_api/tests/__pycache__/test_creation_functions.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/array_api/tests/__pycache__/test_elementwise_functions.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/array_api/tests/__pycache__/test_set_functions.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/array_api/tests/__pycache__/test_sorting_functions.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/array_api/tests/test_array_object.py
    - lib/python3.9/site-packages/numpy/array_api/tests/test_creation_functions.py
    - lib/python3.9/site-packages/numpy/array_api/tests/test_elementwise_functions.py
    - lib/python3.9/site-packages/numpy/array_api/tests/test_set_functions.py
    - lib/python3.9/site-packages/numpy/array_api/tests/test_sorting_functions.py
    - lib/python3.9/site-packages/numpy/compat/__init__.py
    - lib/python3.9/site-packages/numpy/compat/__pycache__/__init__.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/compat/__pycache__/_inspect.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/compat/__pycache__/py3k.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/compat/__pycache__/setup.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/compat/_inspect.py
    - lib/python3.9/site-packages/numpy/compat/py3k.py
    - lib/python3.9/site-packages/numpy/compat/setup.py
    - lib/python3.9/site-packages/numpy/compat/tests/__init__.py
    - lib/python3.9/site-packages/numpy/compat/tests/__pycache__/__init__.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/compat/tests/__pycache__/test_compat.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/compat/tests/test_compat.py
    - lib/python3.9/site-packages/numpy/conftest.py
    - lib/python3.9/site-packages/numpy/core/__init__.py
    - lib/python3.9/site-packages/numpy/core/__init__.pyi
    - lib/python3.9/site-packages/numpy/core/__pycache__/__init__.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/__pycache__/_add_newdocs.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/__pycache__/_add_newdocs_scalars.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/__pycache__/_asarray.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/__pycache__/_dtype.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/__pycache__/_dtype_ctypes.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/__pycache__/_exceptions.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/__pycache__/_internal.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/__pycache__/_machar.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/__pycache__/_methods.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/__pycache__/_string_helpers.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/__pycache__/_type_aliases.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/__pycache__/_ufunc_config.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/__pycache__/arrayprint.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/__pycache__/cversions.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/__pycache__/defchararray.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/__pycache__/einsumfunc.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/__pycache__/fromnumeric.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/__pycache__/function_base.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/__pycache__/generate_numpy_api.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/__pycache__/getlimits.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/__pycache__/memmap.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/__pycache__/multiarray.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/__pycache__/numeric.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/__pycache__/numerictypes.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/__pycache__/overrides.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/__pycache__/records.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/__pycache__/setup.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/__pycache__/setup_common.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/__pycache__/shape_base.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/__pycache__/umath.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/__pycache__/umath_tests.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/_add_newdocs.py
    - lib/python3.9/site-packages/numpy/core/_add_newdocs_scalars.py
    - lib/python3.9/site-packages/numpy/core/_asarray.py
    - lib/python3.9/site-packages/numpy/core/_asarray.pyi
    - lib/python3.9/site-packages/numpy/core/_dtype.py
    - lib/python3.9/site-packages/numpy/core/_dtype_ctypes.py
    - lib/python3.9/site-packages/numpy/core/_exceptions.py
    - lib/python3.9/site-packages/numpy/core/_internal.py
    - lib/python3.9/site-packages/numpy/core/_internal.pyi
    - lib/python3.9/site-packages/numpy/core/_machar.py
    - lib/python3.9/site-packages/numpy/core/_methods.py
    - lib/python3.9/site-packages/numpy/core/_multiarray_tests.cpython-39-x86_64-linux-gnu.so
    - lib/python3.9/site-packages/numpy/core/_multiarray_umath.cpython-39-x86_64-linux-gnu.so
    - lib/python3.9/site-packages/numpy/core/_operand_flag_tests.cpython-39-x86_64-linux-gnu.so
    - lib/python3.9/site-packages/numpy/core/_rational_tests.cpython-39-x86_64-linux-gnu.so
    - lib/python3.9/site-packages/numpy/core/_simd.cpython-39-x86_64-linux-gnu.so
    - lib/python3.9/site-packages/numpy/core/_string_helpers.py
    - lib/python3.9/site-packages/numpy/core/_struct_ufunc_tests.cpython-39-x86_64-linux-gnu.so
    - lib/python3.9/site-packages/numpy/core/_type_aliases.py
    - lib/python3.9/site-packages/numpy/core/_type_aliases.pyi
    - lib/python3.9/site-packages/numpy/core/_ufunc_config.py
    - lib/python3.9/site-packages/numpy/core/_ufunc_config.pyi
    - lib/python3.9/site-packages/numpy/core/_umath_tests.cpython-39-x86_64-linux-gnu.so
    - lib/python3.9/site-packages/numpy/core/arrayprint.py
    - lib/python3.9/site-packages/numpy/core/arrayprint.pyi
    - lib/python3.9/site-packages/numpy/core/cversions.py
    - lib/python3.9/site-packages/numpy/core/defchararray.py
    - lib/python3.9/site-packages/numpy/core/defchararray.pyi
    - lib/python3.9/site-packages/numpy/core/einsumfunc.py
    - lib/python3.9/site-packages/numpy/core/einsumfunc.pyi
    - lib/python3.9/site-packages/numpy/core/fromnumeric.py
    - lib/python3.9/site-packages/numpy/core/fromnumeric.pyi
    - lib/python3.9/site-packages/numpy/core/function_base.py
    - lib/python3.9/site-packages/numpy/core/function_base.pyi
    - lib/python3.9/site-packages/numpy/core/generate_numpy_api.py
    - lib/python3.9/site-packages/numpy/core/getlimits.py
    - lib/python3.9/site-packages/numpy/core/getlimits.pyi
    - lib/python3.9/site-packages/numpy/core/include/numpy/.doxyfile
    - lib/python3.9/site-packages/numpy/core/include/numpy/__multiarray_api.h
    - lib/python3.9/site-packages/numpy/core/include/numpy/__ufunc_api.h
    - lib/python3.9/site-packages/numpy/core/include/numpy/_neighborhood_iterator_imp.h
    - lib/python3.9/site-packages/numpy/core/include/numpy/_numpyconfig.h
    - lib/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h
    - lib/python3.9/site-packages/numpy/core/include/numpy/arrayscalars.h
    - lib/python3.9/site-packages/numpy/core/include/numpy/experimental_dtype_api.h
    - lib/python3.9/site-packages/numpy/core/include/numpy/halffloat.h
    - lib/python3.9/site-packages/numpy/core/include/numpy/libdivide/LICENSE.txt
    - lib/python3.9/site-packages/numpy/core/include/numpy/libdivide/libdivide.h
    - lib/python3.9/site-packages/numpy/core/include/numpy/multiarray_api.txt
    - lib/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h
    - lib/python3.9/site-packages/numpy/core/include/numpy/ndarraytypes.h
    - lib/python3.9/site-packages/numpy/core/include/numpy/noprefix.h
    - lib/python3.9/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h
    - lib/python3.9/site-packages/numpy/core/include/numpy/npy_3kcompat.h
    - lib/python3.9/site-packages/numpy/core/include/numpy/npy_common.h
    - lib/python3.9/site-packages/numpy/core/include/numpy/npy_cpu.h
    - lib/python3.9/site-packages/numpy/core/include/numpy/npy_endian.h
    - lib/python3.9/site-packages/numpy/core/include/numpy/npy_interrupt.h
    - lib/python3.9/site-packages/numpy/core/include/numpy/npy_math.h
    - lib/python3.9/site-packages/numpy/core/include/numpy/npy_no_deprecated_api.h
    - lib/python3.9/site-packages/numpy/core/include/numpy/npy_os.h
    - lib/python3.9/site-packages/numpy/core/include/numpy/numpyconfig.h
    - lib/python3.9/site-packages/numpy/core/include/numpy/old_defines.h
    - lib/python3.9/site-packages/numpy/core/include/numpy/oldnumeric.h
    - lib/python3.9/site-packages/numpy/core/include/numpy/random/bitgen.h
    - lib/python3.9/site-packages/numpy/core/include/numpy/random/distributions.h
    - lib/python3.9/site-packages/numpy/core/include/numpy/ufunc_api.txt
    - lib/python3.9/site-packages/numpy/core/include/numpy/ufuncobject.h
    - lib/python3.9/site-packages/numpy/core/include/numpy/utils.h
    - lib/python3.9/site-packages/numpy/core/lib/libnpymath.a
    - lib/python3.9/site-packages/numpy/core/lib/npy-pkg-config/mlib.ini
    - lib/python3.9/site-packages/numpy/core/lib/npy-pkg-config/npymath.ini
    - lib/python3.9/site-packages/numpy/core/memmap.py
    - lib/python3.9/site-packages/numpy/core/memmap.pyi
    - lib/python3.9/site-packages/numpy/core/multiarray.py
    - lib/python3.9/site-packages/numpy/core/multiarray.pyi
    - lib/python3.9/site-packages/numpy/core/numeric.py
    - lib/python3.9/site-packages/numpy/core/numeric.pyi
    - lib/python3.9/site-packages/numpy/core/numerictypes.py
    - lib/python3.9/site-packages/numpy/core/numerictypes.pyi
    - lib/python3.9/site-packages/numpy/core/overrides.py
    - lib/python3.9/site-packages/numpy/core/records.py
    - lib/python3.9/site-packages/numpy/core/records.pyi
    - lib/python3.9/site-packages/numpy/core/setup.py
    - lib/python3.9/site-packages/numpy/core/setup_common.py
    - lib/python3.9/site-packages/numpy/core/shape_base.py
    - lib/python3.9/site-packages/numpy/core/shape_base.pyi
    - lib/python3.9/site-packages/numpy/core/tests/__init__.py
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/__init__.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/_locales.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test__exceptions.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_abc.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_api.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_argparse.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_array_coercion.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_arraymethod.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_arrayprint.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_casting_unittests.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_conversion_utils.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_cpu_dispatcher.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_cpu_features.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_custom_dtypes.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_cython.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_datetime.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_defchararray.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_deprecations.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_dlpack.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_dtype.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_einsum.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_errstate.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_extint128.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_function_base.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_getlimits.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_half.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_hashtable.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_indexerrors.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_indexing.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_item_selection.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_limited_api.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_longdouble.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_machar.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_mem_overlap.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_mem_policy.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_memmap.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_multiarray.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_nditer.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_numeric.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_numerictypes.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_overrides.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_print.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_protocols.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_records.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_regression.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_scalar_ctors.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_scalar_methods.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_scalarbuffer.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_scalarinherit.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_scalarmath.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_scalarprint.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_shape_base.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_simd.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_simd_module.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_ufunc.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_umath.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_umath_accuracy.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_umath_complex.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/__pycache__/test_unicode.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/_locales.py
    - lib/python3.9/site-packages/numpy/core/tests/data/astype_copy.pkl
    - lib/python3.9/site-packages/numpy/core/tests/data/generate_umath_validation_data.cpp
    - lib/python3.9/site-packages/numpy/core/tests/data/recarray_from_file.fits
    - lib/python3.9/site-packages/numpy/core/tests/data/umath-validation-set-README.txt
    - lib/python3.9/site-packages/numpy/core/tests/data/umath-validation-set-arccos.csv
    - lib/python3.9/site-packages/numpy/core/tests/data/umath-validation-set-arccosh.csv
    - lib/python3.9/site-packages/numpy/core/tests/data/umath-validation-set-arcsin.csv
    - lib/python3.9/site-packages/numpy/core/tests/data/umath-validation-set-arcsinh.csv
    - lib/python3.9/site-packages/numpy/core/tests/data/umath-validation-set-arctan.csv
    - lib/python3.9/site-packages/numpy/core/tests/data/umath-validation-set-arctanh.csv
    - lib/python3.9/site-packages/numpy/core/tests/data/umath-validation-set-cbrt.csv
    - lib/python3.9/site-packages/numpy/core/tests/data/umath-validation-set-cos.csv
    - lib/python3.9/site-packages/numpy/core/tests/data/umath-validation-set-cosh.csv
    - lib/python3.9/site-packages/numpy/core/tests/data/umath-validation-set-exp.csv
    - lib/python3.9/site-packages/numpy/core/tests/data/umath-validation-set-exp2.csv
    - lib/python3.9/site-packages/numpy/core/tests/data/umath-validation-set-expm1.csv
    - lib/python3.9/site-packages/numpy/core/tests/data/umath-validation-set-log.csv
    - lib/python3.9/site-packages/numpy/core/tests/data/umath-validation-set-log10.csv
    - lib/python3.9/site-packages/numpy/core/tests/data/umath-validation-set-log1p.csv
    - lib/python3.9/site-packages/numpy/core/tests/data/umath-validation-set-log2.csv
    - lib/python3.9/site-packages/numpy/core/tests/data/umath-validation-set-sin.csv
    - lib/python3.9/site-packages/numpy/core/tests/data/umath-validation-set-sinh.csv
    - lib/python3.9/site-packages/numpy/core/tests/data/umath-validation-set-tan.csv
    - lib/python3.9/site-packages/numpy/core/tests/data/umath-validation-set-tanh.csv
    - lib/python3.9/site-packages/numpy/core/tests/examples/cython/__pycache__/setup.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/examples/cython/checks.pyx
    - lib/python3.9/site-packages/numpy/core/tests/examples/cython/setup.py
    - lib/python3.9/site-packages/numpy/core/tests/examples/limited_api/__pycache__/setup.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/core/tests/examples/limited_api/limited_api.c
    - lib/python3.9/site-packages/numpy/core/tests/examples/limited_api/setup.py
    - lib/python3.9/site-packages/numpy/core/tests/test__exceptions.py
    - lib/python3.9/site-packages/numpy/core/tests/test_abc.py
    - lib/python3.9/site-packages/numpy/core/tests/test_api.py
    - lib/python3.9/site-packages/numpy/core/tests/test_argparse.py
    - lib/python3.9/site-packages/numpy/core/tests/test_array_coercion.py
    - lib/python3.9/site-packages/numpy/core/tests/test_arraymethod.py
    - lib/python3.9/site-packages/numpy/core/tests/test_arrayprint.py
    - lib/python3.9/site-packages/numpy/core/tests/test_casting_unittests.py
    - lib/python3.9/site-packages/numpy/core/tests/test_conversion_utils.py
    - lib/python3.9/site-packages/numpy/core/tests/test_cpu_dispatcher.py
    - lib/python3.9/site-packages/numpy/core/tests/test_cpu_features.py
    - lib/python3.9/site-packages/numpy/core/tests/test_custom_dtypes.py
    - lib/python3.9/site-packages/numpy/core/tests/test_cython.py
    - lib/python3.9/site-packages/numpy/core/tests/test_datetime.py
    - lib/python3.9/site-packages/numpy/core/tests/test_defchararray.py
    - lib/python3.9/site-packages/numpy/core/tests/test_deprecations.py
    - lib/python3.9/site-packages/numpy/core/tests/test_dlpack.py
    - lib/python3.9/site-packages/numpy/core/tests/test_dtype.py
    - lib/python3.9/site-packages/numpy/core/tests/test_einsum.py
    - lib/python3.9/site-packages/numpy/core/tests/test_errstate.py
    - lib/python3.9/site-packages/numpy/core/tests/test_extint128.py
    - lib/python3.9/site-packages/numpy/core/tests/test_function_base.py
    - lib/python3.9/site-packages/numpy/core/tests/test_getlimits.py
    - lib/python3.9/site-packages/numpy/core/tests/test_half.py
    - lib/python3.9/site-packages/numpy/core/tests/test_hashtable.py
    - lib/python3.9/site-packages/numpy/core/tests/test_indexerrors.py
    - lib/python3.9/site-packages/numpy/core/tests/test_indexing.py
    - lib/python3.9/site-packages/numpy/core/tests/test_item_selection.py
    - lib/python3.9/site-packages/numpy/core/tests/test_limited_api.py
    - lib/python3.9/site-packages/numpy/core/tests/test_longdouble.py
    - lib/python3.9/site-packages/numpy/core/tests/test_machar.py
    - lib/python3.9/site-packages/numpy/core/tests/test_mem_overlap.py
    - lib/python3.9/site-packages/numpy/core/tests/test_mem_policy.py
    - lib/python3.9/site-packages/numpy/core/tests/test_memmap.py
    - lib/python3.9/site-packages/numpy/core/tests/test_multiarray.py
    - lib/python3.9/site-packages/numpy/core/tests/test_nditer.py
    - lib/python3.9/site-packages/numpy/core/tests/test_numeric.py
    - lib/python3.9/site-packages/numpy/core/tests/test_numerictypes.py
    - lib/python3.9/site-packages/numpy/core/tests/test_overrides.py
    - lib/python3.9/site-packages/numpy/core/tests/test_print.py
    - lib/python3.9/site-packages/numpy/core/tests/test_protocols.py
    - lib/python3.9/site-packages/numpy/core/tests/test_records.py
    - lib/python3.9/site-packages/numpy/core/tests/test_regression.py
    - lib/python3.9/site-packages/numpy/core/tests/test_scalar_ctors.py
    - lib/python3.9/site-packages/numpy/core/tests/test_scalar_methods.py
    - lib/python3.9/site-packages/numpy/core/tests/test_scalarbuffer.py
    - lib/python3.9/site-packages/numpy/core/tests/test_scalarinherit.py
    - lib/python3.9/site-packages/numpy/core/tests/test_scalarmath.py
    - lib/python3.9/site-packages/numpy/core/tests/test_scalarprint.py
    - lib/python3.9/site-packages/numpy/core/tests/test_shape_base.py
    - lib/python3.9/site-packages/numpy/core/tests/test_simd.py
    - lib/python3.9/site-packages/numpy/core/tests/test_simd_module.py
    - lib/python3.9/site-packages/numpy/core/tests/test_ufunc.py
    - lib/python3.9/site-packages/numpy/core/tests/test_umath.py
    - lib/python3.9/site-packages/numpy/core/tests/test_umath_accuracy.py
    - lib/python3.9/site-packages/numpy/core/tests/test_umath_complex.py
    - lib/python3.9/site-packages/numpy/core/tests/test_unicode.py
    - lib/python3.9/site-packages/numpy/core/umath.py
    - lib/python3.9/site-packages/numpy/core/umath_tests.py
    - lib/python3.9/site-packages/numpy/ctypeslib.py
    - lib/python3.9/site-packages/numpy/ctypeslib.pyi
    - lib/python3.9/site-packages/numpy/distutils/__config__.py
    - lib/python3.9/site-packages/numpy/distutils/__init__.py
    - lib/python3.9/site-packages/numpy/distutils/__init__.pyi
    - lib/python3.9/site-packages/numpy/distutils/__pycache__/__config__.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/__pycache__/__init__.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/__pycache__/_shell_utils.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/__pycache__/armccompiler.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/__pycache__/ccompiler.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/__pycache__/ccompiler_opt.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/__pycache__/conv_template.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/__pycache__/core.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/__pycache__/cpuinfo.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/__pycache__/exec_command.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/__pycache__/extension.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/__pycache__/from_template.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/__pycache__/intelccompiler.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/__pycache__/lib2def.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/__pycache__/line_endings.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/__pycache__/log.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/__pycache__/mingw32ccompiler.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/__pycache__/misc_util.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/__pycache__/msvc9compiler.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/__pycache__/msvccompiler.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/__pycache__/npy_pkg_config.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/__pycache__/numpy_distribution.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/__pycache__/pathccompiler.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/__pycache__/setup.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/__pycache__/system_info.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/__pycache__/unixccompiler.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/_shell_utils.py
    - lib/python3.9/site-packages/numpy/distutils/armccompiler.py
    - lib/python3.9/site-packages/numpy/distutils/ccompiler.py
    - lib/python3.9/site-packages/numpy/distutils/ccompiler_opt.py
    - lib/python3.9/site-packages/numpy/distutils/checks/cpu_asimd.c
    - lib/python3.9/site-packages/numpy/distutils/checks/cpu_asimddp.c
    - lib/python3.9/site-packages/numpy/distutils/checks/cpu_asimdfhm.c
    - lib/python3.9/site-packages/numpy/distutils/checks/cpu_asimdhp.c
    - lib/python3.9/site-packages/numpy/distutils/checks/cpu_avx.c
    - lib/python3.9/site-packages/numpy/distutils/checks/cpu_avx2.c
    - lib/python3.9/site-packages/numpy/distutils/checks/cpu_avx512_clx.c
    - lib/python3.9/site-packages/numpy/distutils/checks/cpu_avx512_cnl.c
    - lib/python3.9/site-packages/numpy/distutils/checks/cpu_avx512_icl.c
    - lib/python3.9/site-packages/numpy/distutils/checks/cpu_avx512_knl.c
    - lib/python3.9/site-packages/numpy/distutils/checks/cpu_avx512_knm.c
    - lib/python3.9/site-packages/numpy/distutils/checks/cpu_avx512_skx.c
    - lib/python3.9/site-packages/numpy/distutils/checks/cpu_avx512cd.c
    - lib/python3.9/site-packages/numpy/distutils/checks/cpu_avx512f.c
    - lib/python3.9/site-packages/numpy/distutils/checks/cpu_f16c.c
    - lib/python3.9/site-packages/numpy/distutils/checks/cpu_fma3.c
    - lib/python3.9/site-packages/numpy/distutils/checks/cpu_fma4.c
    - lib/python3.9/site-packages/numpy/distutils/checks/cpu_neon.c
    - lib/python3.9/site-packages/numpy/distutils/checks/cpu_neon_fp16.c
    - lib/python3.9/site-packages/numpy/distutils/checks/cpu_neon_vfpv4.c
    - lib/python3.9/site-packages/numpy/distutils/checks/cpu_popcnt.c
    - lib/python3.9/site-packages/numpy/distutils/checks/cpu_sse.c
    - lib/python3.9/site-packages/numpy/distutils/checks/cpu_sse2.c
    - lib/python3.9/site-packages/numpy/distutils/checks/cpu_sse3.c
    - lib/python3.9/site-packages/numpy/distutils/checks/cpu_sse41.c
    - lib/python3.9/site-packages/numpy/distutils/checks/cpu_sse42.c
    - lib/python3.9/site-packages/numpy/distutils/checks/cpu_ssse3.c
    - lib/python3.9/site-packages/numpy/distutils/checks/cpu_vsx.c
    - lib/python3.9/site-packages/numpy/distutils/checks/cpu_vsx2.c
    - lib/python3.9/site-packages/numpy/distutils/checks/cpu_vsx3.c
    - lib/python3.9/site-packages/numpy/distutils/checks/cpu_xop.c
    - lib/python3.9/site-packages/numpy/distutils/checks/extra_avx512bw_mask.c
    - lib/python3.9/site-packages/numpy/distutils/checks/extra_avx512dq_mask.c
    - lib/python3.9/site-packages/numpy/distutils/checks/extra_avx512f_reduce.c
    - lib/python3.9/site-packages/numpy/distutils/checks/extra_vsx_asm.c
    - lib/python3.9/site-packages/numpy/distutils/checks/test_flags.c
    - lib/python3.9/site-packages/numpy/distutils/command/__init__.py
    - lib/python3.9/site-packages/numpy/distutils/command/__pycache__/__init__.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/command/__pycache__/autodist.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/command/__pycache__/bdist_rpm.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/command/__pycache__/build.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/command/__pycache__/build_clib.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/command/__pycache__/build_ext.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/command/__pycache__/build_py.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/command/__pycache__/build_scripts.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/command/__pycache__/build_src.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/command/__pycache__/config.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/command/__pycache__/config_compiler.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/command/__pycache__/develop.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/command/__pycache__/egg_info.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/command/__pycache__/install.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/command/__pycache__/install_clib.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/command/__pycache__/install_data.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/command/__pycache__/install_headers.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/command/__pycache__/sdist.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/command/autodist.py
    - lib/python3.9/site-packages/numpy/distutils/command/bdist_rpm.py
    - lib/python3.9/site-packages/numpy/distutils/command/build.py
    - lib/python3.9/site-packages/numpy/distutils/command/build_clib.py
    - lib/python3.9/site-packages/numpy/distutils/command/build_ext.py
    - lib/python3.9/site-packages/numpy/distutils/command/build_py.py
    - lib/python3.9/site-packages/numpy/distutils/command/build_scripts.py
    - lib/python3.9/site-packages/numpy/distutils/command/build_src.py
    - lib/python3.9/site-packages/numpy/distutils/command/config.py
    - lib/python3.9/site-packages/numpy/distutils/command/config_compiler.py
    - lib/python3.9/site-packages/numpy/distutils/command/develop.py
    - lib/python3.9/site-packages/numpy/distutils/command/egg_info.py
    - lib/python3.9/site-packages/numpy/distutils/command/install.py
    - lib/python3.9/site-packages/numpy/distutils/command/install_clib.py
    - lib/python3.9/site-packages/numpy/distutils/command/install_data.py
    - lib/python3.9/site-packages/numpy/distutils/command/install_headers.py
    - lib/python3.9/site-packages/numpy/distutils/command/sdist.py
    - lib/python3.9/site-packages/numpy/distutils/conv_template.py
    - lib/python3.9/site-packages/numpy/distutils/core.py
    - lib/python3.9/site-packages/numpy/distutils/cpuinfo.py
    - lib/python3.9/site-packages/numpy/distutils/exec_command.py
    - lib/python3.9/site-packages/numpy/distutils/extension.py
    - lib/python3.9/site-packages/numpy/distutils/fcompiler/__init__.py
    - lib/python3.9/site-packages/numpy/distutils/fcompiler/__pycache__/__init__.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/fcompiler/__pycache__/absoft.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/fcompiler/__pycache__/arm.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/fcompiler/__pycache__/compaq.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/fcompiler/__pycache__/environment.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/fcompiler/__pycache__/fujitsu.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/fcompiler/__pycache__/g95.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/fcompiler/__pycache__/gnu.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/fcompiler/__pycache__/hpux.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/fcompiler/__pycache__/ibm.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/fcompiler/__pycache__/intel.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/fcompiler/__pycache__/lahey.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/fcompiler/__pycache__/mips.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/fcompiler/__pycache__/nag.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/fcompiler/__pycache__/none.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/fcompiler/__pycache__/nv.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/fcompiler/__pycache__/pathf95.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/fcompiler/__pycache__/pg.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/fcompiler/__pycache__/sun.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/fcompiler/__pycache__/vast.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/fcompiler/absoft.py
    - lib/python3.9/site-packages/numpy/distutils/fcompiler/arm.py
    - lib/python3.9/site-packages/numpy/distutils/fcompiler/compaq.py
    - lib/python3.9/site-packages/numpy/distutils/fcompiler/environment.py
    - lib/python3.9/site-packages/numpy/distutils/fcompiler/fujitsu.py
    - lib/python3.9/site-packages/numpy/distutils/fcompiler/g95.py
    - lib/python3.9/site-packages/numpy/distutils/fcompiler/gnu.py
    - lib/python3.9/site-packages/numpy/distutils/fcompiler/hpux.py
    - lib/python3.9/site-packages/numpy/distutils/fcompiler/ibm.py
    - lib/python3.9/site-packages/numpy/distutils/fcompiler/intel.py
    - lib/python3.9/site-packages/numpy/distutils/fcompiler/lahey.py
    - lib/python3.9/site-packages/numpy/distutils/fcompiler/mips.py
    - lib/python3.9/site-packages/numpy/distutils/fcompiler/nag.py
    - lib/python3.9/site-packages/numpy/distutils/fcompiler/none.py
    - lib/python3.9/site-packages/numpy/distutils/fcompiler/nv.py
    - lib/python3.9/site-packages/numpy/distutils/fcompiler/pathf95.py
    - lib/python3.9/site-packages/numpy/distutils/fcompiler/pg.py
    - lib/python3.9/site-packages/numpy/distutils/fcompiler/sun.py
    - lib/python3.9/site-packages/numpy/distutils/fcompiler/vast.py
    - lib/python3.9/site-packages/numpy/distutils/from_template.py
    - lib/python3.9/site-packages/numpy/distutils/intelccompiler.py
    - lib/python3.9/site-packages/numpy/distutils/lib2def.py
    - lib/python3.9/site-packages/numpy/distutils/line_endings.py
    - lib/python3.9/site-packages/numpy/distutils/log.py
    - lib/python3.9/site-packages/numpy/distutils/mingw/gfortran_vs2003_hack.c
    - lib/python3.9/site-packages/numpy/distutils/mingw32ccompiler.py
    - lib/python3.9/site-packages/numpy/distutils/misc_util.py
    - lib/python3.9/site-packages/numpy/distutils/msvc9compiler.py
    - lib/python3.9/site-packages/numpy/distutils/msvccompiler.py
    - lib/python3.9/site-packages/numpy/distutils/npy_pkg_config.py
    - lib/python3.9/site-packages/numpy/distutils/numpy_distribution.py
    - lib/python3.9/site-packages/numpy/distutils/pathccompiler.py
    - lib/python3.9/site-packages/numpy/distutils/setup.py
    - lib/python3.9/site-packages/numpy/distutils/system_info.py
    - lib/python3.9/site-packages/numpy/distutils/tests/__init__.py
    - lib/python3.9/site-packages/numpy/distutils/tests/__pycache__/__init__.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/tests/__pycache__/test_build_ext.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/tests/__pycache__/test_ccompiler_opt.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/tests/__pycache__/test_ccompiler_opt_conf.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/tests/__pycache__/test_exec_command.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/tests/__pycache__/test_fcompiler.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/tests/__pycache__/test_fcompiler_gnu.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/tests/__pycache__/test_fcompiler_intel.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/tests/__pycache__/test_fcompiler_nagfor.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/tests/__pycache__/test_from_template.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/tests/__pycache__/test_log.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/tests/__pycache__/test_mingw32ccompiler.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/tests/__pycache__/test_misc_util.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/tests/__pycache__/test_npy_pkg_config.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/tests/__pycache__/test_shell_utils.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/tests/__pycache__/test_system_info.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/distutils/tests/test_build_ext.py
    - lib/python3.9/site-packages/numpy/distutils/tests/test_ccompiler_opt.py
    - lib/python3.9/site-packages/numpy/distutils/tests/test_ccompiler_opt_conf.py
    - lib/python3.9/site-packages/numpy/distutils/tests/test_exec_command.py
    - lib/python3.9/site-packages/numpy/distutils/tests/test_fcompiler.py
    - lib/python3.9/site-packages/numpy/distutils/tests/test_fcompiler_gnu.py
    - lib/python3.9/site-packages/numpy/distutils/tests/test_fcompiler_intel.py
    - lib/python3.9/site-packages/numpy/distutils/tests/test_fcompiler_nagfor.py
    - lib/python3.9/site-packages/numpy/distutils/tests/test_from_template.py
    - lib/python3.9/site-packages/numpy/distutils/tests/test_log.py
    - lib/python3.9/site-packages/numpy/distutils/tests/test_mingw32ccompiler.py
    - lib/python3.9/site-packages/numpy/distutils/tests/test_misc_util.py
    - lib/python3.9/site-packages/numpy/distutils/tests/test_npy_pkg_config.py
    - lib/python3.9/site-packages/numpy/distutils/tests/test_shell_utils.py
    - lib/python3.9/site-packages/numpy/distutils/tests/test_system_info.py
    - lib/python3.9/site-packages/numpy/distutils/unixccompiler.py
    - lib/python3.9/site-packages/numpy/doc/__init__.py
    - lib/python3.9/site-packages/numpy/doc/__pycache__/__init__.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/doc/__pycache__/constants.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/doc/__pycache__/ufuncs.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/doc/constants.py
    - lib/python3.9/site-packages/numpy/doc/ufuncs.py
    - lib/python3.9/site-packages/numpy/dual.py
    - lib/python3.9/site-packages/numpy/f2py/__init__.py
    - lib/python3.9/site-packages/numpy/f2py/__init__.pyi
    - lib/python3.9/site-packages/numpy/f2py/__main__.py
    - lib/python3.9/site-packages/numpy/f2py/__pycache__/__init__.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/f2py/__pycache__/__main__.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/f2py/__pycache__/__version__.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/f2py/__pycache__/auxfuncs.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/f2py/__pycache__/capi_maps.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/f2py/__pycache__/cb_rules.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/f2py/__pycache__/cfuncs.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/f2py/__pycache__/common_rules.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/f2py/__pycache__/crackfortran.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/f2py/__pycache__/diagnose.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/f2py/__pycache__/f2py2e.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/f2py/__pycache__/f90mod_rules.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/f2py/__pycache__/func2subr.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/f2py/__pycache__/rules.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/f2py/__pycache__/setup.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/f2py/__pycache__/symbolic.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/f2py/__pycache__/use_rules.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/f2py/__version__.py
    - lib/python3.9/site-packages/numpy/f2py/auxfuncs.py
    - lib/python3.9/site-packages/numpy/f2py/capi_maps.py
    - lib/python3.9/site-packages/numpy/f2py/cb_rules.py
    - lib/python3.9/site-packages/numpy/f2py/cfuncs.py
    - lib/python3.9/site-packages/numpy/f2py/common_rules.py
    - lib/python3.9/site-packages/numpy/f2py/crackfortran.py
    - lib/python3.9/site-packages/numpy/f2py/diagnose.py
    - lib/python3.9/site-packages/numpy/f2py/f2py2e.py
    - lib/python3.9/site-packages/numpy/f2py/f90mod_rules.py
    - lib/python3.9/site-packages/numpy/f2py/func2subr.py
    - lib/python3.9/site-packages/numpy/f2py/rules.py
    - lib/python3.9/site-packages/numpy/f2py/setup.py
    - lib/python3.9/site-packages/numpy/f2py/src/fortranobject.c
    - lib/python3.9/site-packages/numpy/f2py/src/fortranobject.h
    - lib/python3.9/site-packages/numpy/f2py/symbolic.py
    - lib/python3.9/site-packages/numpy/f2py/tests/__init__.py
    - lib/python3.9/site-packages/numpy/f2py/tests/__pycache__/__init__.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/f2py/tests/__pycache__/test_abstract_interface.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/f2py/tests/__pycache__/test_array_from_pyobj.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/f2py/tests/__pycache__/test_assumed_shape.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/f2py/tests/__pycache__/test_block_docstring.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/f2py/tests/__pycache__/test_callback.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/f2py/tests/__pycache__/test_common.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/f2py/tests/__pycache__/test_compile_function.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/f2py/tests/__pycache__/test_crackfortran.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/f2py/tests/__pycache__/test_kind.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/f2py/tests/__pycache__/test_mixed.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/f2py/tests/__pycache__/test_module_doc.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/f2py/tests/__pycache__/test_parameter.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/f2py/tests/__pycache__/test_quoted_character.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/f2py/tests/__pycache__/test_regression.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/f2py/tests/__pycache__/test_return_character.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/f2py/tests/__pycache__/test_return_complex.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/f2py/tests/__pycache__/test_return_integer.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/f2py/tests/__pycache__/test_return_logical.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/f2py/tests/__pycache__/test_return_real.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/f2py/tests/__pycache__/test_semicolon_split.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/f2py/tests/__pycache__/test_size.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/f2py/tests/__pycache__/test_string.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/f2py/tests/__pycache__/test_symbolic.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/f2py/tests/__pycache__/util.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/f2py/tests/src/array_from_pyobj/wrapmodule.c
    - lib/python3.9/site-packages/numpy/f2py/tests/src/assumed_shape/.f2py_f2cmap
    - lib/python3.9/site-packages/numpy/f2py/tests/src/assumed_shape/foo_free.f90
    - lib/python3.9/site-packages/numpy/f2py/tests/src/assumed_shape/foo_mod.f90
    - lib/python3.9/site-packages/numpy/f2py/tests/src/assumed_shape/foo_use.f90
    - lib/python3.9/site-packages/numpy/f2py/tests/src/assumed_shape/precision.f90
    - lib/python3.9/site-packages/numpy/f2py/tests/src/common/block.f
    - lib/python3.9/site-packages/numpy/f2py/tests/src/kind/foo.f90
    - lib/python3.9/site-packages/numpy/f2py/tests/src/mixed/foo.f
    - lib/python3.9/site-packages/numpy/f2py/tests/src/mixed/foo_fixed.f90
    - lib/python3.9/site-packages/numpy/f2py/tests/src/mixed/foo_free.f90
    - lib/python3.9/site-packages/numpy/f2py/tests/src/module_data/mod.mod
    - lib/python3.9/site-packages/numpy/f2py/tests/src/module_data/module_data_docstring.f90
    - lib/python3.9/site-packages/numpy/f2py/tests/src/parameter/constant_both.f90
    - lib/python3.9/site-packages/numpy/f2py/tests/src/parameter/constant_compound.f90
    - lib/python3.9/site-packages/numpy/f2py/tests/src/parameter/constant_integer.f90
    - lib/python3.9/site-packages/numpy/f2py/tests/src/parameter/constant_non_compound.f90
    - lib/python3.9/site-packages/numpy/f2py/tests/src/parameter/constant_real.f90
    - lib/python3.9/site-packages/numpy/f2py/tests/src/regression/inout.f90
    - lib/python3.9/site-packages/numpy/f2py/tests/src/size/foo.f90
    - lib/python3.9/site-packages/numpy/f2py/tests/src/string/char.f90
    - lib/python3.9/site-packages/numpy/f2py/tests/test_abstract_interface.py
    - lib/python3.9/site-packages/numpy/f2py/tests/test_array_from_pyobj.py
    - lib/python3.9/site-packages/numpy/f2py/tests/test_assumed_shape.py
    - lib/python3.9/site-packages/numpy/f2py/tests/test_block_docstring.py
    - lib/python3.9/site-packages/numpy/f2py/tests/test_callback.py
    - lib/python3.9/site-packages/numpy/f2py/tests/test_common.py
    - lib/python3.9/site-packages/numpy/f2py/tests/test_compile_function.py
    - lib/python3.9/site-packages/numpy/f2py/tests/test_crackfortran.py
    - lib/python3.9/site-packages/numpy/f2py/tests/test_kind.py
    - lib/python3.9/site-packages/numpy/f2py/tests/test_mixed.py
    - lib/python3.9/site-packages/numpy/f2py/tests/test_module_doc.py
    - lib/python3.9/site-packages/numpy/f2py/tests/test_parameter.py
    - lib/python3.9/site-packages/numpy/f2py/tests/test_quoted_character.py
    - lib/python3.9/site-packages/numpy/f2py/tests/test_regression.py
    - lib/python3.9/site-packages/numpy/f2py/tests/test_return_character.py
    - lib/python3.9/site-packages/numpy/f2py/tests/test_return_complex.py
    - lib/python3.9/site-packages/numpy/f2py/tests/test_return_integer.py
    - lib/python3.9/site-packages/numpy/f2py/tests/test_return_logical.py
    - lib/python3.9/site-packages/numpy/f2py/tests/test_return_real.py
    - lib/python3.9/site-packages/numpy/f2py/tests/test_semicolon_split.py
    - lib/python3.9/site-packages/numpy/f2py/tests/test_size.py
    - lib/python3.9/site-packages/numpy/f2py/tests/test_string.py
    - lib/python3.9/site-packages/numpy/f2py/tests/test_symbolic.py
    - lib/python3.9/site-packages/numpy/f2py/tests/util.py
    - lib/python3.9/site-packages/numpy/f2py/use_rules.py
    - lib/python3.9/site-packages/numpy/fft/__init__.py
    - lib/python3.9/site-packages/numpy/fft/__init__.pyi
    - lib/python3.9/site-packages/numpy/fft/__pycache__/__init__.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/fft/__pycache__/_pocketfft.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/fft/__pycache__/helper.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/fft/__pycache__/setup.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/fft/_pocketfft.py
    - lib/python3.9/site-packages/numpy/fft/_pocketfft.pyi
    - lib/python3.9/site-packages/numpy/fft/_pocketfft_internal.cpython-39-x86_64-linux-gnu.so
    - lib/python3.9/site-packages/numpy/fft/helper.py
    - lib/python3.9/site-packages/numpy/fft/helper.pyi
    - lib/python3.9/site-packages/numpy/fft/setup.py
    - lib/python3.9/site-packages/numpy/fft/tests/__init__.py
    - lib/python3.9/site-packages/numpy/fft/tests/__pycache__/__init__.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/fft/tests/__pycache__/test_helper.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/fft/tests/__pycache__/test_pocketfft.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/fft/tests/test_helper.py
    - lib/python3.9/site-packages/numpy/fft/tests/test_pocketfft.py
    - lib/python3.9/site-packages/numpy/lib/__init__.py
    - lib/python3.9/site-packages/numpy/lib/__init__.pyi
    - lib/python3.9/site-packages/numpy/lib/__pycache__/__init__.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/lib/__pycache__/_datasource.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/lib/__pycache__/_iotools.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/lib/__pycache__/_version.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/lib/__pycache__/arraypad.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/lib/__pycache__/arraysetops.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/lib/__pycache__/arrayterator.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/lib/__pycache__/format.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/lib/__pycache__/function_base.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/lib/__pycache__/histograms.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/lib/__pycache__/index_tricks.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/lib/__pycache__/mixins.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/lib/__pycache__/nanfunctions.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/lib/__pycache__/npyio.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/lib/__pycache__/polynomial.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/lib/__pycache__/recfunctions.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/lib/__pycache__/scimath.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/lib/__pycache__/setup.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/lib/__pycache__/shape_base.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/lib/__pycache__/stride_tricks.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/lib/__pycache__/twodim_base.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/lib/__pycache__/type_check.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/lib/__pycache__/ufunclike.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/lib/__pycache__/user_array.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/lib/__pycache__/utils.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/lib/_datasource.py
    - lib/python3.9/site-packages/numpy/lib/_iotools.py
    - lib/python3.9/site-packages/numpy/lib/_version.py
    - lib/python3.9/site-packages/numpy/lib/_version.pyi
    - lib/python3.9/site-packages/numpy/lib/arraypad.py
    - lib/python3.9/site-packages/numpy/lib/arraypad.pyi
    - lib/python3.9/site-packages/numpy/lib/arraysetops.py
    - lib/python3.9/site-packages/numpy/lib/arraysetops.pyi
    - lib/python3.9/site-packages/numpy/lib/arrayterator.py
    - lib/python3.9/site-packages/numpy/lib/arrayterator.pyi
    - lib/python3.9/site-packages/numpy/lib/format.py
    - lib/python3.9/site-packages/numpy/lib/format.pyi
    - lib/python3.9/site-packages/numpy/lib/function_base.py
    - lib/python3.9/site-packages/numpy/lib/function_base.pyi
    - lib/python3.9/site-packages/numpy/lib/histograms.py
    - lib/python3.9/site-packages/numpy/lib/histograms.pyi
    - lib/python3.9/site-packages/numpy/lib/index_tricks.py
    - lib/python3.9/site-packages/numpy/lib/index_tricks.pyi
    - lib/python3.9/site-packages/numpy/lib/mixins.py
    - lib/python3.9/site-packages/numpy/lib/mixins.pyi
    - lib/python3.9/site-packages/numpy/lib/nanfunctions.py
    - lib/python3.9/site-packages/numpy/lib/nanfunctions.pyi
    - lib/python3.9/site-packages/numpy/lib/npyio.py
    - lib/python3.9/site-packages/numpy/lib/npyio.pyi
    - lib/python3.9/site-packages/numpy/lib/polynomial.py
    - lib/python3.9/site-packages/numpy/lib/polynomial.pyi
    - lib/python3.9/site-packages/numpy/lib/recfunctions.py
    - lib/python3.9/site-packages/numpy/lib/scimath.py
    - lib/python3.9/site-packages/numpy/lib/scimath.pyi
    - lib/python3.9/site-packages/numpy/lib/setup.py
    - lib/python3.9/site-packages/numpy/lib/shape_base.py
    - lib/python3.9/site-packages/numpy/lib/shape_base.pyi
    - lib/python3.9/site-packages/numpy/lib/stride_tricks.py
    - lib/python3.9/site-packages/numpy/lib/stride_tricks.pyi
    - lib/python3.9/site-packages/numpy/lib/tests/__init__.py
    - lib/python3.9/site-packages/numpy/lib/tests/__pycache__/__init__.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/lib/tests/__pycache__/test__datasource.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/lib/tests/__pycache__/test__iotools.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/lib/tests/__pycache__/test__version.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/lib/tests/__pycache__/test_arraypad.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/lib/tests/__pycache__/test_arraysetops.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/lib/tests/__pycache__/test_arrayterator.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/lib/tests/__pycache__/test_financial_expired.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/lib/tests/__pycache__/test_format.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/lib/tests/__pycache__/test_function_base.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/lib/tests/__pycache__/test_histograms.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/lib/tests/__pycache__/test_index_tricks.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/lib/tests/__pycache__/test_io.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/lib/tests/__pycache__/test_mixins.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/lib/tests/__pycache__/test_nanfunctions.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/lib/tests/__pycache__/test_packbits.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/lib/tests/__pycache__/test_polynomial.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/lib/tests/__pycache__/test_recfunctions.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/lib/tests/__pycache__/test_regression.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/lib/tests/__pycache__/test_shape_base.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/lib/tests/__pycache__/test_stride_tricks.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/lib/tests/__pycache__/test_twodim_base.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/lib/tests/__pycache__/test_type_check.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/lib/tests/__pycache__/test_ufunclike.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/lib/tests/__pycache__/test_utils.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/lib/tests/data/py2-objarr.npy
    - lib/python3.9/site-packages/numpy/lib/tests/data/py2-objarr.npz
    - lib/python3.9/site-packages/numpy/lib/tests/data/py3-objarr.npy
    - lib/python3.9/site-packages/numpy/lib/tests/data/py3-objarr.npz
    - lib/python3.9/site-packages/numpy/lib/tests/data/python3.npy
    - lib/python3.9/site-packages/numpy/lib/tests/data/win64python2.npy
    - lib/python3.9/site-packages/numpy/lib/tests/test__datasource.py
    - lib/python3.9/site-packages/numpy/lib/tests/test__iotools.py
    - lib/python3.9/site-packages/numpy/lib/tests/test__version.py
    - lib/python3.9/site-packages/numpy/lib/tests/test_arraypad.py
    - lib/python3.9/site-packages/numpy/lib/tests/test_arraysetops.py
    - lib/python3.9/site-packages/numpy/lib/tests/test_arrayterator.py
    - lib/python3.9/site-packages/numpy/lib/tests/test_financial_expired.py
    - lib/python3.9/site-packages/numpy/lib/tests/test_format.py
    - lib/python3.9/site-packages/numpy/lib/tests/test_function_base.py
    - lib/python3.9/site-packages/numpy/lib/tests/test_histograms.py
    - lib/python3.9/site-packages/numpy/lib/tests/test_index_tricks.py
    - lib/python3.9/site-packages/numpy/lib/tests/test_io.py
    - lib/python3.9/site-packages/numpy/lib/tests/test_mixins.py
    - lib/python3.9/site-packages/numpy/lib/tests/test_nanfunctions.py
    - lib/python3.9/site-packages/numpy/lib/tests/test_packbits.py
    - lib/python3.9/site-packages/numpy/lib/tests/test_polynomial.py
    - lib/python3.9/site-packages/numpy/lib/tests/test_recfunctions.py
    - lib/python3.9/site-packages/numpy/lib/tests/test_regression.py
    - lib/python3.9/site-packages/numpy/lib/tests/test_shape_base.py
    - lib/python3.9/site-packages/numpy/lib/tests/test_stride_tricks.py
    - lib/python3.9/site-packages/numpy/lib/tests/test_twodim_base.py
    - lib/python3.9/site-packages/numpy/lib/tests/test_type_check.py
    - lib/python3.9/site-packages/numpy/lib/tests/test_ufunclike.py
    - lib/python3.9/site-packages/numpy/lib/tests/test_utils.py
    - lib/python3.9/site-packages/numpy/lib/twodim_base.py
    - lib/python3.9/site-packages/numpy/lib/twodim_base.pyi
    - lib/python3.9/site-packages/numpy/lib/type_check.py
    - lib/python3.9/site-packages/numpy/lib/type_check.pyi
    - lib/python3.9/site-packages/numpy/lib/ufunclike.py
    - lib/python3.9/site-packages/numpy/lib/ufunclike.pyi
    - lib/python3.9/site-packages/numpy/lib/user_array.py
    - lib/python3.9/site-packages/numpy/lib/utils.py
    - lib/python3.9/site-packages/numpy/lib/utils.pyi
    - lib/python3.9/site-packages/numpy/linalg/__init__.py
    - lib/python3.9/site-packages/numpy/linalg/__init__.pyi
    - lib/python3.9/site-packages/numpy/linalg/__pycache__/__init__.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/linalg/__pycache__/linalg.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/linalg/__pycache__/setup.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/linalg/_umath_linalg.cpython-39-x86_64-linux-gnu.so
    - lib/python3.9/site-packages/numpy/linalg/lapack_lite.cpython-39-x86_64-linux-gnu.so
    - lib/python3.9/site-packages/numpy/linalg/linalg.py
    - lib/python3.9/site-packages/numpy/linalg/linalg.pyi
    - lib/python3.9/site-packages/numpy/linalg/setup.py
    - lib/python3.9/site-packages/numpy/linalg/tests/__init__.py
    - lib/python3.9/site-packages/numpy/linalg/tests/__pycache__/__init__.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/linalg/tests/__pycache__/test_deprecations.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/linalg/tests/__pycache__/test_linalg.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/linalg/tests/__pycache__/test_regression.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/linalg/tests/test_deprecations.py
    - lib/python3.9/site-packages/numpy/linalg/tests/test_linalg.py
    - lib/python3.9/site-packages/numpy/linalg/tests/test_regression.py
    - lib/python3.9/site-packages/numpy/ma/__init__.py
    - lib/python3.9/site-packages/numpy/ma/__init__.pyi
    - lib/python3.9/site-packages/numpy/ma/__pycache__/__init__.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/ma/__pycache__/bench.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/ma/__pycache__/core.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/ma/__pycache__/extras.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/ma/__pycache__/mrecords.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/ma/__pycache__/setup.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/ma/__pycache__/testutils.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/ma/__pycache__/timer_comparison.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/ma/bench.py
    - lib/python3.9/site-packages/numpy/ma/core.py
    - lib/python3.9/site-packages/numpy/ma/core.pyi
    - lib/python3.9/site-packages/numpy/ma/extras.py
    - lib/python3.9/site-packages/numpy/ma/extras.pyi
    - lib/python3.9/site-packages/numpy/ma/mrecords.py
    - lib/python3.9/site-packages/numpy/ma/mrecords.pyi
    - lib/python3.9/site-packages/numpy/ma/setup.py
    - lib/python3.9/site-packages/numpy/ma/tests/__init__.py
    - lib/python3.9/site-packages/numpy/ma/tests/__pycache__/__init__.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/ma/tests/__pycache__/test_core.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/ma/tests/__pycache__/test_deprecations.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/ma/tests/__pycache__/test_extras.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/ma/tests/__pycache__/test_mrecords.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/ma/tests/__pycache__/test_old_ma.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/ma/tests/__pycache__/test_regression.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/ma/tests/__pycache__/test_subclassing.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/ma/tests/test_core.py
    - lib/python3.9/site-packages/numpy/ma/tests/test_deprecations.py
    - lib/python3.9/site-packages/numpy/ma/tests/test_extras.py
    - lib/python3.9/site-packages/numpy/ma/tests/test_mrecords.py
    - lib/python3.9/site-packages/numpy/ma/tests/test_old_ma.py
    - lib/python3.9/site-packages/numpy/ma/tests/test_regression.py
    - lib/python3.9/site-packages/numpy/ma/tests/test_subclassing.py
    - lib/python3.9/site-packages/numpy/ma/testutils.py
    - lib/python3.9/site-packages/numpy/ma/timer_comparison.py
    - lib/python3.9/site-packages/numpy/matlib.py
    - lib/python3.9/site-packages/numpy/matrixlib/__init__.py
    - lib/python3.9/site-packages/numpy/matrixlib/__init__.pyi
    - lib/python3.9/site-packages/numpy/matrixlib/__pycache__/__init__.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/matrixlib/__pycache__/defmatrix.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/matrixlib/__pycache__/setup.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/matrixlib/defmatrix.py
    - lib/python3.9/site-packages/numpy/matrixlib/defmatrix.pyi
    - lib/python3.9/site-packages/numpy/matrixlib/setup.py
    - lib/python3.9/site-packages/numpy/matrixlib/tests/__init__.py
    - lib/python3.9/site-packages/numpy/matrixlib/tests/__pycache__/__init__.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/matrixlib/tests/__pycache__/test_defmatrix.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/matrixlib/tests/__pycache__/test_interaction.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/matrixlib/tests/__pycache__/test_masked_matrix.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/matrixlib/tests/__pycache__/test_matrix_linalg.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/matrixlib/tests/__pycache__/test_multiarray.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/matrixlib/tests/__pycache__/test_numeric.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/matrixlib/tests/__pycache__/test_regression.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/matrixlib/tests/test_defmatrix.py
    - lib/python3.9/site-packages/numpy/matrixlib/tests/test_interaction.py
    - lib/python3.9/site-packages/numpy/matrixlib/tests/test_masked_matrix.py
    - lib/python3.9/site-packages/numpy/matrixlib/tests/test_matrix_linalg.py
    - lib/python3.9/site-packages/numpy/matrixlib/tests/test_multiarray.py
    - lib/python3.9/site-packages/numpy/matrixlib/tests/test_numeric.py
    - lib/python3.9/site-packages/numpy/matrixlib/tests/test_regression.py
    - lib/python3.9/site-packages/numpy/polynomial/__init__.py
    - lib/python3.9/site-packages/numpy/polynomial/__init__.pyi
    - lib/python3.9/site-packages/numpy/polynomial/__pycache__/__init__.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/polynomial/__pycache__/_polybase.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/polynomial/__pycache__/chebyshev.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/polynomial/__pycache__/hermite.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/polynomial/__pycache__/hermite_e.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/polynomial/__pycache__/laguerre.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/polynomial/__pycache__/legendre.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/polynomial/__pycache__/polynomial.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/polynomial/__pycache__/polyutils.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/polynomial/__pycache__/setup.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/polynomial/_polybase.py
    - lib/python3.9/site-packages/numpy/polynomial/_polybase.pyi
    - lib/python3.9/site-packages/numpy/polynomial/chebyshev.py
    - lib/python3.9/site-packages/numpy/polynomial/chebyshev.pyi
    - lib/python3.9/site-packages/numpy/polynomial/hermite.py
    - lib/python3.9/site-packages/numpy/polynomial/hermite.pyi
    - lib/python3.9/site-packages/numpy/polynomial/hermite_e.py
    - lib/python3.9/site-packages/numpy/polynomial/hermite_e.pyi
    - lib/python3.9/site-packages/numpy/polynomial/laguerre.py
    - lib/python3.9/site-packages/numpy/polynomial/laguerre.pyi
    - lib/python3.9/site-packages/numpy/polynomial/legendre.py
    - lib/python3.9/site-packages/numpy/polynomial/legendre.pyi
    - lib/python3.9/site-packages/numpy/polynomial/polynomial.py
    - lib/python3.9/site-packages/numpy/polynomial/polynomial.pyi
    - lib/python3.9/site-packages/numpy/polynomial/polyutils.py
    - lib/python3.9/site-packages/numpy/polynomial/polyutils.pyi
    - lib/python3.9/site-packages/numpy/polynomial/setup.py
    - lib/python3.9/site-packages/numpy/polynomial/tests/__init__.py
    - lib/python3.9/site-packages/numpy/polynomial/tests/__pycache__/__init__.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/polynomial/tests/__pycache__/test_chebyshev.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/polynomial/tests/__pycache__/test_classes.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/polynomial/tests/__pycache__/test_hermite.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/polynomial/tests/__pycache__/test_hermite_e.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/polynomial/tests/__pycache__/test_laguerre.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/polynomial/tests/__pycache__/test_legendre.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/polynomial/tests/__pycache__/test_polynomial.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/polynomial/tests/__pycache__/test_polyutils.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/polynomial/tests/__pycache__/test_printing.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/polynomial/tests/test_chebyshev.py
    - lib/python3.9/site-packages/numpy/polynomial/tests/test_classes.py
    - lib/python3.9/site-packages/numpy/polynomial/tests/test_hermite.py
    - lib/python3.9/site-packages/numpy/polynomial/tests/test_hermite_e.py
    - lib/python3.9/site-packages/numpy/polynomial/tests/test_laguerre.py
    - lib/python3.9/site-packages/numpy/polynomial/tests/test_legendre.py
    - lib/python3.9/site-packages/numpy/polynomial/tests/test_polynomial.py
    - lib/python3.9/site-packages/numpy/polynomial/tests/test_polyutils.py
    - lib/python3.9/site-packages/numpy/polynomial/tests/test_printing.py
    - lib/python3.9/site-packages/numpy/py.typed
    - lib/python3.9/site-packages/numpy/random/__init__.pxd
    - lib/python3.9/site-packages/numpy/random/__init__.py
    - lib/python3.9/site-packages/numpy/random/__init__.pyi
    - lib/python3.9/site-packages/numpy/random/__pycache__/__init__.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/random/__pycache__/_pickle.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/random/__pycache__/setup.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/random/_bounded_integers.cpython-39-x86_64-linux-gnu.so
    - lib/python3.9/site-packages/numpy/random/_bounded_integers.pxd
    - lib/python3.9/site-packages/numpy/random/_common.cpython-39-x86_64-linux-gnu.so
    - lib/python3.9/site-packages/numpy/random/_common.pxd
    - lib/python3.9/site-packages/numpy/random/_examples/cffi/__pycache__/extending.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/random/_examples/cffi/__pycache__/parse.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/random/_examples/cffi/extending.py
    - lib/python3.9/site-packages/numpy/random/_examples/cffi/parse.py
    - lib/python3.9/site-packages/numpy/random/_examples/cython/__pycache__/setup.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/random/_examples/cython/extending.pyx
    - lib/python3.9/site-packages/numpy/random/_examples/cython/extending_distributions.pyx
    - lib/python3.9/site-packages/numpy/random/_examples/cython/setup.py
    - lib/python3.9/site-packages/numpy/random/_examples/numba/__pycache__/extending.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/random/_examples/numba/__pycache__/extending_distributions.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/random/_examples/numba/extending.py
    - lib/python3.9/site-packages/numpy/random/_examples/numba/extending_distributions.py
    - lib/python3.9/site-packages/numpy/random/_generator.cpython-39-x86_64-linux-gnu.so
    - lib/python3.9/site-packages/numpy/random/_generator.pyi
    - lib/python3.9/site-packages/numpy/random/_mt19937.cpython-39-x86_64-linux-gnu.so
    - lib/python3.9/site-packages/numpy/random/_mt19937.pyi
    - lib/python3.9/site-packages/numpy/random/_pcg64.cpython-39-x86_64-linux-gnu.so
    - lib/python3.9/site-packages/numpy/random/_pcg64.pyi
    - lib/python3.9/site-packages/numpy/random/_philox.cpython-39-x86_64-linux-gnu.so
    - lib/python3.9/site-packages/numpy/random/_philox.pyi
    - lib/python3.9/site-packages/numpy/random/_pickle.py
    - lib/python3.9/site-packages/numpy/random/_sfc64.cpython-39-x86_64-linux-gnu.so
    - lib/python3.9/site-packages/numpy/random/_sfc64.pyi
    - lib/python3.9/site-packages/numpy/random/bit_generator.cpython-39-x86_64-linux-gnu.so
    - lib/python3.9/site-packages/numpy/random/bit_generator.pxd
    - lib/python3.9/site-packages/numpy/random/bit_generator.pyi
    - lib/python3.9/site-packages/numpy/random/c_distributions.pxd
    - lib/python3.9/site-packages/numpy/random/lib/libnpyrandom.a
    - lib/python3.9/site-packages/numpy/random/mtrand.cpython-39-x86_64-linux-gnu.so
    - lib/python3.9/site-packages/numpy/random/mtrand.pyi
    - lib/python3.9/site-packages/numpy/random/setup.py
    - lib/python3.9/site-packages/numpy/random/tests/__init__.py
    - lib/python3.9/site-packages/numpy/random/tests/__pycache__/__init__.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/random/tests/__pycache__/test_direct.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/random/tests/__pycache__/test_extending.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/random/tests/__pycache__/test_generator_mt19937.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/random/tests/__pycache__/test_generator_mt19937_regressions.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/random/tests/__pycache__/test_random.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/random/tests/__pycache__/test_randomstate.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/random/tests/__pycache__/test_randomstate_regression.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/random/tests/__pycache__/test_regression.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/random/tests/__pycache__/test_seed_sequence.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/random/tests/__pycache__/test_smoke.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/random/tests/data/__init__.py
    - lib/python3.9/site-packages/numpy/random/tests/data/__pycache__/__init__.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/random/tests/data/mt19937-testset-1.csv
    - lib/python3.9/site-packages/numpy/random/tests/data/mt19937-testset-2.csv
    - lib/python3.9/site-packages/numpy/random/tests/data/pcg64-testset-1.csv
    - lib/python3.9/site-packages/numpy/random/tests/data/pcg64-testset-2.csv
    - lib/python3.9/site-packages/numpy/random/tests/data/pcg64dxsm-testset-1.csv
    - lib/python3.9/site-packages/numpy/random/tests/data/pcg64dxsm-testset-2.csv
    - lib/python3.9/site-packages/numpy/random/tests/data/philox-testset-1.csv
    - lib/python3.9/site-packages/numpy/random/tests/data/philox-testset-2.csv
    - lib/python3.9/site-packages/numpy/random/tests/data/sfc64-testset-1.csv
    - lib/python3.9/site-packages/numpy/random/tests/data/sfc64-testset-2.csv
    - lib/python3.9/site-packages/numpy/random/tests/test_direct.py
    - lib/python3.9/site-packages/numpy/random/tests/test_extending.py
    - lib/python3.9/site-packages/numpy/random/tests/test_generator_mt19937.py
    - lib/python3.9/site-packages/numpy/random/tests/test_generator_mt19937_regressions.py
    - lib/python3.9/site-packages/numpy/random/tests/test_random.py
    - lib/python3.9/site-packages/numpy/random/tests/test_randomstate.py
    - lib/python3.9/site-packages/numpy/random/tests/test_randomstate_regression.py
    - lib/python3.9/site-packages/numpy/random/tests/test_regression.py
    - lib/python3.9/site-packages/numpy/random/tests/test_seed_sequence.py
    - lib/python3.9/site-packages/numpy/random/tests/test_smoke.py
    - lib/python3.9/site-packages/numpy/setup.py
    - lib/python3.9/site-packages/numpy/testing/__init__.py
    - lib/python3.9/site-packages/numpy/testing/__init__.pyi
    - lib/python3.9/site-packages/numpy/testing/__pycache__/__init__.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/testing/__pycache__/print_coercion_tables.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/testing/__pycache__/setup.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/testing/__pycache__/utils.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/testing/_private/__init__.py
    - lib/python3.9/site-packages/numpy/testing/_private/__pycache__/__init__.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/testing/_private/__pycache__/decorators.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/testing/_private/__pycache__/extbuild.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/testing/_private/__pycache__/noseclasses.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/testing/_private/__pycache__/nosetester.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/testing/_private/__pycache__/parameterized.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/testing/_private/__pycache__/utils.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/testing/_private/decorators.py
    - lib/python3.9/site-packages/numpy/testing/_private/extbuild.py
    - lib/python3.9/site-packages/numpy/testing/_private/noseclasses.py
    - lib/python3.9/site-packages/numpy/testing/_private/nosetester.py
    - lib/python3.9/site-packages/numpy/testing/_private/parameterized.py
    - lib/python3.9/site-packages/numpy/testing/_private/utils.py
    - lib/python3.9/site-packages/numpy/testing/_private/utils.pyi
    - lib/python3.9/site-packages/numpy/testing/print_coercion_tables.py
    - lib/python3.9/site-packages/numpy/testing/setup.py
    - lib/python3.9/site-packages/numpy/testing/tests/__init__.py
    - lib/python3.9/site-packages/numpy/testing/tests/__pycache__/__init__.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/testing/tests/__pycache__/test_doctesting.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/testing/tests/__pycache__/test_utils.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/testing/tests/test_doctesting.py
    - lib/python3.9/site-packages/numpy/testing/tests/test_utils.py
    - lib/python3.9/site-packages/numpy/testing/utils.py
    - lib/python3.9/site-packages/numpy/tests/__init__.py
    - lib/python3.9/site-packages/numpy/tests/__pycache__/__init__.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/tests/__pycache__/test__all__.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/tests/__pycache__/test_ctypeslib.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/tests/__pycache__/test_matlib.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/tests/__pycache__/test_numpy_version.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/tests/__pycache__/test_public_api.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/tests/__pycache__/test_reloading.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/tests/__pycache__/test_scripts.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/tests/__pycache__/test_warnings.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/tests/test__all__.py
    - lib/python3.9/site-packages/numpy/tests/test_ctypeslib.py
    - lib/python3.9/site-packages/numpy/tests/test_matlib.py
    - lib/python3.9/site-packages/numpy/tests/test_numpy_version.py
    - lib/python3.9/site-packages/numpy/tests/test_public_api.py
    - lib/python3.9/site-packages/numpy/tests/test_reloading.py
    - lib/python3.9/site-packages/numpy/tests/test_scripts.py
    - lib/python3.9/site-packages/numpy/tests/test_warnings.py
    - lib/python3.9/site-packages/numpy/typing/__init__.py
    - lib/python3.9/site-packages/numpy/typing/__pycache__/__init__.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/typing/__pycache__/mypy_plugin.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/typing/__pycache__/setup.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/typing/mypy_plugin.py
    - lib/python3.9/site-packages/numpy/typing/setup.py
    - lib/python3.9/site-packages/numpy/typing/tests/__init__.py
    - lib/python3.9/site-packages/numpy/typing/tests/__pycache__/__init__.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/typing/tests/__pycache__/test_generic_alias.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/typing/tests/__pycache__/test_isfile.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/typing/tests/__pycache__/test_runtime.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/typing/tests/__pycache__/test_typing.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/typing/tests/data/fail/arithmetic.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/fail/array_constructors.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/fail/array_like.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/fail/array_pad.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/fail/arrayprint.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/fail/arrayterator.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/fail/bitwise_ops.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/fail/char.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/fail/chararray.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/fail/comparisons.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/fail/constants.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/fail/datasource.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/fail/dtype.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/fail/einsumfunc.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/fail/false_positives.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/fail/flatiter.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/fail/fromnumeric.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/fail/histograms.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/fail/index_tricks.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/fail/lib_function_base.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/fail/lib_polynomial.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/fail/lib_utils.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/fail/lib_version.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/fail/linalg.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/fail/memmap.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/fail/modules.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/fail/multiarray.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/fail/ndarray.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/fail/ndarray_misc.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/fail/nditer.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/fail/nested_sequence.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/fail/npyio.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/fail/numerictypes.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/fail/random.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/fail/rec.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/fail/scalars.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/fail/shape_base.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/fail/stride_tricks.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/fail/testing.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/fail/twodim_base.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/fail/type_check.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/fail/ufunc_config.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/fail/ufunclike.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/fail/ufuncs.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/fail/warnings_and_errors.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/misc/extended_precision.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/mypy.ini
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/__pycache__/arithmetic.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/__pycache__/array_constructors.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/__pycache__/array_like.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/__pycache__/arrayprint.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/__pycache__/arrayterator.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/__pycache__/bitwise_ops.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/__pycache__/comparisons.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/__pycache__/dtype.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/__pycache__/einsumfunc.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/__pycache__/flatiter.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/__pycache__/fromnumeric.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/__pycache__/index_tricks.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/__pycache__/lib_utils.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/__pycache__/lib_version.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/__pycache__/literal.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/__pycache__/mod.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/__pycache__/modules.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/__pycache__/multiarray.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/__pycache__/ndarray_conversion.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/__pycache__/ndarray_misc.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/__pycache__/ndarray_shape_manipulation.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/__pycache__/numeric.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/__pycache__/numerictypes.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/__pycache__/random.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/__pycache__/scalars.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/__pycache__/simple.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/__pycache__/simple_py3.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/__pycache__/ufunc_config.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/__pycache__/ufunclike.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/__pycache__/ufuncs.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/__pycache__/warnings_and_errors.cpython-39.pyc
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/arithmetic.py
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/array_constructors.py
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/array_like.py
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/arrayprint.py
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/arrayterator.py
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/bitwise_ops.py
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/comparisons.py
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/dtype.py
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/einsumfunc.py
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/flatiter.py
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/fromnumeric.py
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/index_tricks.py
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/lib_utils.py
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/lib_version.py
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/literal.py
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/mod.py
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/modules.py
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/multiarray.py
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/ndarray_conversion.py
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/ndarray_misc.py
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/ndarray_shape_manipulation.py
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/numeric.py
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/numerictypes.py
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/random.py
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/scalars.py
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/simple.py
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/simple_py3.py
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/ufunc_config.py
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/ufunclike.py
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/ufuncs.py
    - lib/python3.9/site-packages/numpy/typing/tests/data/pass/warnings_and_errors.py
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/arithmetic.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/array_constructors.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/arraypad.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/arrayprint.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/arraysetops.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/arrayterator.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/bitwise_ops.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/char.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/chararray.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/comparisons.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/constants.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/ctypeslib.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/datasource.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/dtype.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/einsumfunc.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/false_positives.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/fft.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/flatiter.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/fromnumeric.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/getlimits.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/histograms.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/index_tricks.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/lib_function_base.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/lib_polynomial.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/lib_utils.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/lib_version.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/linalg.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/matrix.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/memmap.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/mod.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/modules.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/multiarray.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/nbit_base_example.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/ndarray_conversion.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/ndarray_misc.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/ndarray_shape_manipulation.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/nditer.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/nested_sequence.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/npyio.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/numeric.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/numerictypes.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/random.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/rec.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/scalars.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/shape_base.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/stride_tricks.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/testing.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/twodim_base.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/type_check.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/ufunc_config.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/ufunclike.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/ufuncs.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/version.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/data/reveal/warnings_and_errors.pyi
    - lib/python3.9/site-packages/numpy/typing/tests/test_generic_alias.py
    - lib/python3.9/site-packages/numpy/typing/tests/test_isfile.py
    - lib/python3.9/site-packages/numpy/typing/tests/test_runtime.py
    - lib/python3.9/site-packages/numpy/typing/tests/test_typing.py
    - lib/python3.9/site-packages/numpy/version.py
Linking xtensor-python-0.26.1-py39hac2352c_0

Transaction finished

To activate this environment, use:

    micromamba activate /home/mona/anaconda3/envs/zephyr

Or to execute a single command in this environment, use:

    micromamba run -p /home/mona/anaconda3/envs/zephyr mycommand

(zephyr) mona@ard-gpu-01:~/zephyr/build$     micromamba activate /home/mona/anaconda3/envs/zephyr
(zephyr) mona@ard-gpu-01:~/zephyr/build$ cmake .. -DPYTHON_EXECUTABLE=$(python -c "import sys; print(sys.executable)") -DPYTHON_INCLUDE_DIR=$(python -c "from distutils.sysconfig import get_python_inc; print(get_python_inc())")  -DPYTHON_LIBRARY=$(python -c "import distutils.sysconfig as sysconfig; print(sysconfig.get_config_var('LIBDIR'))")
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.

-- Eigen found (include: /usr/include/eigen3, version: 3.4.0)
-- OpenNI found (version: 1.5.4.0, include: /usr/include/ni, lib: /usr/lib/libOpenNI.so;libusb::libusb)
-- OpenNI2 found (version: 2.2.0.33, include: /usr/include/openni2, lib: /usr/lib/x86_64-linux-gnu/libOpenNI2.so;libusb::libusb)
** WARNING ** io features related to pcap will be disabled
** WARNING ** io features related to png will be disabled
-- Eigen found (include: /usr/include/eigen3, version: 3.4.0)
-- FLANN found (include: /usr/include, lib: /usr/lib/x86_64-linux-gnu/libflann_cpp.so)
-- looking for PCL_COMMON
-- looking for PCL_OCTREE
-- looking for PCL_IO
-- looking for PCL_KDTREE
-- looking for PCL_SEARCH
-- looking for PCL_SAMPLE_CONSENSUS
-- looking for PCL_FILTERS
-- looking for PCL_2D
-- looking for PCL_FEATURES
-- Found pybind11: /home/mona/anaconda3/envs/zephyr/include (found version "2.9.2")
-- Configuring done
-- Generating done
-- Build files have been written to: /home/mona/zephyr/build
(zephyr) mona@ard-gpu-01:~/zephyr/build$ make
[ 33%] Building CXX object CMakeFiles/zephyr_c.dir/cpp/oriented_features.cpp.o
In file included from /home/mona/anaconda3/envs/zephyr/include/xtensor-python/pyarray.hpp:22,
                 from /home/mona/zephyr/include/numpy_conversions.h:9,
                 from /home/mona/zephyr/cpp/oriented_features.cpp:20:
/home/mona/anaconda3/envs/zephyr/include/xtensor-python/pycontainer.hpp:30:10: fatal error: numpy/arrayobject.h: No such file or directory
   30 | #include "numpy/arrayobject.h"
      |          ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/zephyr_c.dir/build.make:76: CMakeFiles/zephyr_c.dir/cpp/oriented_features.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/zephyr_c.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
monajalal commented 1 year ago

This was the fix in CMakeLists.txt:

include_directories(include)
find_package(Python3 3.9 COMPONENTS Interpreter NumPy REQUIRED)
include_directories(${PYTHON_INCLUDE_DIRS})
pybind11_add_module(zephyr_c MODULE cpp/oriented_features.cpp cpp/numpy_conversions.cpp)
target_link_libraries(zephyr_c PRIVATE Eigen3::Eigen ${PCL_LIBRARIES} ${OpenCV_LIBS})
target_link_libraries(zephyr_c ${PYTHON_LIBRARIES} Python3::NumPy)