2024-10-10T21:51:50,825 Created temporary directory: /tmp/pip-build-tracker-jvk5zjhe 2024-10-10T21:51:50,826 Initialized build tracking at /tmp/pip-build-tracker-jvk5zjhe 2024-10-10T21:51:50,826 Created build tracker: /tmp/pip-build-tracker-jvk5zjhe 2024-10-10T21:51:50,827 Entered build tracker: /tmp/pip-build-tracker-jvk5zjhe 2024-10-10T21:51:50,827 Created temporary directory: /tmp/pip-wheel-q7acbo62 2024-10-10T21:51:50,831 Created temporary directory: /tmp/pip-ephem-wheel-cache-xo4joqk_ 2024-10-10T21:51:50,874 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2024-10-10T21:51:50,877 2 location(s) to search for versions of curves: 2024-10-10T21:51:50,877 * https://pypi.org/simple/curves/ 2024-10-10T21:51:50,877 * https://www.piwheels.org/simple/curves/ 2024-10-10T21:51:50,878 Fetching project page and analyzing links: https://pypi.org/simple/curves/ 2024-10-10T21:51:50,878 Getting page https://pypi.org/simple/curves/ 2024-10-10T21:51:50,880 Found index url https://pypi.org/simple/ 2024-10-10T21:51:51,023 Fetched page https://pypi.org/simple/curves/ as application/vnd.pypi.simple.v1+json 2024-10-10T21:51:51,025 Found link https://files.pythonhosted.org/packages/a2/e0/d5bb356771607bb2abcdbbcd96391a3334179d6a0311076ccd5128e79adf/curves-0.1.zip (from https://pypi.org/simple/curves/), version: 0.1 2024-10-10T21:51:51,025 Found link https://files.pythonhosted.org/packages/1b/ab/b053cb19d2e621a5ded2faab899641b304370addc2138e7702773eddda7b/curves-0.1.1.zip (from https://pypi.org/simple/curves/), version: 0.1.1 2024-10-10T21:51:51,026 Found link https://files.pythonhosted.org/packages/1a/84/9a3e23910eabde8f54cfb73eae63a06c9a53ed54d959777021ed3b88efdd/curves-0.1.2.zip (from https://pypi.org/simple/curves/), version: 0.1.2 2024-10-10T21:51:51,027 Fetching project page and analyzing links: https://www.piwheels.org/simple/curves/ 2024-10-10T21:51:51,027 Getting page https://www.piwheels.org/simple/curves/ 2024-10-10T21:51:51,029 Found index url https://www.piwheels.org/simple/ 2024-10-10T21:51:51,188 Fetched page https://www.piwheels.org/simple/curves/ as text/html 2024-10-10T21:51:51,189 Skipping link: not a file: https://www.piwheels.org/simple/curves/ 2024-10-10T21:51:51,190 Skipping link: not a file: https://pypi.org/simple/curves/ 2024-10-10T21:51:51,207 Given no hashes to check 1 links for project 'curves': discarding no candidates 2024-10-10T21:51:51,209 Collecting curves==0.1.1 2024-10-10T21:51:51,211 Created temporary directory: /tmp/pip-unpack-j0ghq84y 2024-10-10T21:51:51,428 Downloading curves-0.1.1.zip (15 kB) 2024-10-10T21:51:51,461 Added curves==0.1.1 from https://files.pythonhosted.org/packages/1b/ab/b053cb19d2e621a5ded2faab899641b304370addc2138e7702773eddda7b/curves-0.1.1.zip to build tracker '/tmp/pip-build-tracker-jvk5zjhe' 2024-10-10T21:51:51,463 Running setup.py (path:/tmp/pip-wheel-q7acbo62/curves_50ba60e9a9ad453b9f003888f593af8b/setup.py) egg_info for package curves 2024-10-10T21:51:51,464 Created temporary directory: /tmp/pip-pip-egg-info-f34e7w51 2024-10-10T21:51:51,465 Preparing metadata (setup.py): started 2024-10-10T21:51:51,466 Running command python setup.py egg_info 2024-10-10T21:51:52,295 A module that was compiled using NumPy 1.x cannot be run in 2024-10-10T21:51:52,296 NumPy 2.1.1 as it may crash. To support both 1.x and 2.x 2024-10-10T21:51:52,297 versions of NumPy, modules must be compiled with NumPy 2.0. 2024-10-10T21:51:52,297 Some module may need to rebuild instead e.g. with 'pybind11>=2.12'. 2024-10-10T21:51:52,298 If you are a user of the module, the easiest solution will be to 2024-10-10T21:51:52,299 downgrade to 'numpy<2' or try to upgrade the affected module. 2024-10-10T21:51:52,300 We expect that some modules will need time to support NumPy 2. 2024-10-10T21:51:52,301 Traceback (most recent call last): File "", line 2, in 2024-10-10T21:51:52,301 File "", line 34, in 2024-10-10T21:51:52,302 File "/tmp/pip-wheel-q7acbo62/curves_50ba60e9a9ad453b9f003888f593af8b/setup.py", line 10, in 2024-10-10T21:51:52,302 pkg = __import__('curves') 2024-10-10T21:51:52,303 File "/tmp/pip-wheel-q7acbo62/curves_50ba60e9a9ad453b9f003888f593af8b/curves/__init__.py", line 37, in 2024-10-10T21:51:52,303 from .plot import plotter # noqa F401 E402 2024-10-10T21:51:52,304 File "/tmp/pip-wheel-q7acbo62/curves_50ba60e9a9ad453b9f003888f593af8b/curves/plot.py", line 16, in 2024-10-10T21:51:52,304 from matplotlib import use, pyplot as plt 2024-10-10T21:51:52,305 File "/usr/lib/python3/dist-packages/matplotlib/__init__.py", line 113, in 2024-10-10T21:51:52,305 from . import _api, _version, cbook, _docstring, rcsetup 2024-10-10T21:51:52,306 File "/usr/lib/python3/dist-packages/matplotlib/rcsetup.py", line 27, in 2024-10-10T21:51:52,306 from matplotlib.colors import Colormap, is_color_like 2024-10-10T21:51:52,307 File "/usr/lib/python3/dist-packages/matplotlib/colors.py", line 56, in 2024-10-10T21:51:52,307 from matplotlib import _api, _cm, cbook, scale 2024-10-10T21:51:52,307 File "/usr/lib/python3/dist-packages/matplotlib/scale.py", line 22, in 2024-10-10T21:51:52,308 from matplotlib.ticker import ( 2024-10-10T21:51:52,308 File "/usr/lib/python3/dist-packages/matplotlib/ticker.py", line 138, in 2024-10-10T21:51:52,309 from matplotlib import transforms as mtransforms 2024-10-10T21:51:52,309 File "/usr/lib/python3/dist-packages/matplotlib/transforms.py", line 49, in 2024-10-10T21:51:52,310 from matplotlib._path import ( 2024-10-10T21:51:52,310 AttributeError: _ARRAY_API not found 2024-10-10T21:51:52,311 /tmp/pip-wheel-q7acbo62/curves_50ba60e9a9ad453b9f003888f593af8b/curves/plot.py:18: UserWarning: using plotter to plot curves requires 'matplotlib' consider 'pip install matplotlib' 2024-10-10T21:51:52,311 warn("using plotter to plot curves requires 'matplotlib' " 2024-10-10T21:51:52,947 running egg_info 2024-10-10T21:51:52,949 creating /tmp/pip-pip-egg-info-f34e7w51/curves.egg-info 2024-10-10T21:51:52,976 writing /tmp/pip-pip-egg-info-f34e7w51/curves.egg-info/PKG-INFO 2024-10-10T21:51:52,979 writing dependency_links to /tmp/pip-pip-egg-info-f34e7w51/curves.egg-info/dependency_links.txt 2024-10-10T21:51:52,981 writing top-level names to /tmp/pip-pip-egg-info-f34e7w51/curves.egg-info/top_level.txt 2024-10-10T21:51:52,982 writing manifest file '/tmp/pip-pip-egg-info-f34e7w51/curves.egg-info/SOURCES.txt' 2024-10-10T21:51:53,068 reading manifest file '/tmp/pip-pip-egg-info-f34e7w51/curves.egg-info/SOURCES.txt' 2024-10-10T21:51:53,070 reading manifest template 'MANIFEST.in' 2024-10-10T21:51:53,072 adding license file 'LICENSE' 2024-10-10T21:51:53,075 writing manifest file '/tmp/pip-pip-egg-info-f34e7w51/curves.egg-info/SOURCES.txt' 2024-10-10T21:51:53,218 Preparing metadata (setup.py): finished with status 'done' 2024-10-10T21:51:53,221 Source in /tmp/pip-wheel-q7acbo62/curves_50ba60e9a9ad453b9f003888f593af8b has version 0.1.1, which satisfies requirement curves==0.1.1 from https://files.pythonhosted.org/packages/1b/ab/b053cb19d2e621a5ded2faab899641b304370addc2138e7702773eddda7b/curves-0.1.1.zip 2024-10-10T21:51:53,222 Removed curves==0.1.1 from https://files.pythonhosted.org/packages/1b/ab/b053cb19d2e621a5ded2faab899641b304370addc2138e7702773eddda7b/curves-0.1.1.zip from build tracker '/tmp/pip-build-tracker-jvk5zjhe' 2024-10-10T21:51:53,226 Created temporary directory: /tmp/pip-unpack-5xmo4838 2024-10-10T21:51:53,227 Created temporary directory: /tmp/pip-unpack-runt6q9i 2024-10-10T21:51:53,228 Building wheels for collected packages: curves 2024-10-10T21:51:53,232 Created temporary directory: /tmp/pip-wheel-xtm_nqgm 2024-10-10T21:51:53,232 Building wheel for curves (setup.py): started 2024-10-10T21:51:53,234 Destination directory: /tmp/pip-wheel-xtm_nqgm 2024-10-10T21:51:53,235 Running command python setup.py bdist_wheel 2024-10-10T21:51:53,983 A module that was compiled using NumPy 1.x cannot be run in 2024-10-10T21:51:53,983 NumPy 2.1.1 as it may crash. To support both 1.x and 2.x 2024-10-10T21:51:53,984 versions of NumPy, modules must be compiled with NumPy 2.0. 2024-10-10T21:51:53,985 Some module may need to rebuild instead e.g. with 'pybind11>=2.12'. 2024-10-10T21:51:53,986 If you are a user of the module, the easiest solution will be to 2024-10-10T21:51:53,987 downgrade to 'numpy<2' or try to upgrade the affected module. 2024-10-10T21:51:53,987 We expect that some modules will need time to support NumPy 2. 2024-10-10T21:51:53,988 Traceback (most recent call last): File "", line 2, in 2024-10-10T21:51:53,988 File "", line 34, in 2024-10-10T21:51:53,989 File "/tmp/pip-wheel-q7acbo62/curves_50ba60e9a9ad453b9f003888f593af8b/setup.py", line 10, in 2024-10-10T21:51:53,989 pkg = __import__('curves') 2024-10-10T21:51:53,990 File "/tmp/pip-wheel-q7acbo62/curves_50ba60e9a9ad453b9f003888f593af8b/curves/__init__.py", line 37, in 2024-10-10T21:51:53,990 from .plot import plotter # noqa F401 E402 2024-10-10T21:51:53,991 File "/tmp/pip-wheel-q7acbo62/curves_50ba60e9a9ad453b9f003888f593af8b/curves/plot.py", line 16, in 2024-10-10T21:51:53,991 from matplotlib import use, pyplot as plt 2024-10-10T21:51:53,992 File "/usr/lib/python3/dist-packages/matplotlib/__init__.py", line 113, in 2024-10-10T21:51:53,993 from . import _api, _version, cbook, _docstring, rcsetup 2024-10-10T21:51:53,993 File "/usr/lib/python3/dist-packages/matplotlib/rcsetup.py", line 27, in 2024-10-10T21:51:53,994 from matplotlib.colors import Colormap, is_color_like 2024-10-10T21:51:53,994 File "/usr/lib/python3/dist-packages/matplotlib/colors.py", line 56, in 2024-10-10T21:51:53,995 from matplotlib import _api, _cm, cbook, scale 2024-10-10T21:51:53,995 File "/usr/lib/python3/dist-packages/matplotlib/scale.py", line 22, in 2024-10-10T21:51:53,996 from matplotlib.ticker import ( 2024-10-10T21:51:53,996 File "/usr/lib/python3/dist-packages/matplotlib/ticker.py", line 138, in 2024-10-10T21:51:53,997 from matplotlib import transforms as mtransforms 2024-10-10T21:51:53,998 File "/usr/lib/python3/dist-packages/matplotlib/transforms.py", line 49, in 2024-10-10T21:51:53,998 from matplotlib._path import ( 2024-10-10T21:51:53,999 AttributeError: _ARRAY_API not found 2024-10-10T21:51:54,000 /tmp/pip-wheel-q7acbo62/curves_50ba60e9a9ad453b9f003888f593af8b/curves/plot.py:18: UserWarning: using plotter to plot curves requires 'matplotlib' consider 'pip install matplotlib' 2024-10-10T21:51:54,000 warn("using plotter to plot curves requires 'matplotlib' " 2024-10-10T21:51:54,564 running bdist_wheel 2024-10-10T21:51:54,699 running build 2024-10-10T21:51:54,700 running build_py 2024-10-10T21:51:54,730 creating build/lib/curves 2024-10-10T21:51:54,732 copying curves/curves.py -> build/lib/curves 2024-10-10T21:51:54,735 copying curves/numerics.py -> build/lib/curves 2024-10-10T21:51:54,737 copying curves/plot.py -> build/lib/curves 2024-10-10T21:51:54,739 copying curves/math.py -> build/lib/curves 2024-10-10T21:51:54,741 copying curves/__init__.py -> build/lib/curves 2024-10-10T21:51:54,742 copying curves/operators.py -> build/lib/curves 2024-10-10T21:51:54,774 /usr/local/lib/python3.11/dist-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 2024-10-10T21:51:54,775 !! 2024-10-10T21:51:54,776 ******************************************************************************** 2024-10-10T21:51:54,776 Please avoid running ``setup.py`` directly. 2024-10-10T21:51:54,777 Instead, use pypa/build, pypa/installer or other 2024-10-10T21:51:54,777 standards-based tools. 2024-10-10T21:51:54,779 See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 2024-10-10T21:51:54,779 ******************************************************************************** 2024-10-10T21:51:54,781 !! 2024-10-10T21:51:54,781 self.initialize_options() 2024-10-10T21:51:54,802 installing to build/bdist.linux-armv7l/wheel 2024-10-10T21:51:54,803 running install 2024-10-10T21:51:54,827 running install_lib 2024-10-10T21:51:54,855 creating build/bdist.linux-armv7l/wheel 2024-10-10T21:51:54,857 creating build/bdist.linux-armv7l/wheel/curves 2024-10-10T21:51:54,858 copying build/lib/curves/curves.py -> build/bdist.linux-armv7l/wheel/./curves 2024-10-10T21:51:54,861 copying build/lib/curves/numerics.py -> build/bdist.linux-armv7l/wheel/./curves 2024-10-10T21:51:54,863 copying build/lib/curves/plot.py -> build/bdist.linux-armv7l/wheel/./curves 2024-10-10T21:51:54,865 copying build/lib/curves/math.py -> build/bdist.linux-armv7l/wheel/./curves 2024-10-10T21:51:54,867 copying build/lib/curves/__init__.py -> build/bdist.linux-armv7l/wheel/./curves 2024-10-10T21:51:54,869 copying build/lib/curves/operators.py -> build/bdist.linux-armv7l/wheel/./curves 2024-10-10T21:51:54,870 running install_egg_info 2024-10-10T21:51:54,904 running egg_info 2024-10-10T21:51:54,931 writing curves.egg-info/PKG-INFO 2024-10-10T21:51:54,934 writing dependency_links to curves.egg-info/dependency_links.txt 2024-10-10T21:51:54,936 writing top-level names to curves.egg-info/top_level.txt 2024-10-10T21:51:54,966 reading manifest file 'curves.egg-info/SOURCES.txt' 2024-10-10T21:51:54,968 reading manifest template 'MANIFEST.in' 2024-10-10T21:51:54,970 adding license file 'LICENSE' 2024-10-10T21:51:54,973 writing manifest file 'curves.egg-info/SOURCES.txt' 2024-10-10T21:51:54,974 Copying curves.egg-info to build/bdist.linux-armv7l/wheel/./curves-0.1.1-py3.11.egg-info 2024-10-10T21:51:54,982 running install_scripts 2024-10-10T21:51:54,994 creating build/bdist.linux-armv7l/wheel/curves-0.1.1.dist-info/WHEEL 2024-10-10T21:51:54,997 creating '/tmp/pip-wheel-xtm_nqgm/curves-0.1.1-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it 2024-10-10T21:51:54,999 adding 'curves/__init__.py' 2024-10-10T21:51:55,001 adding 'curves/curves.py' 2024-10-10T21:51:55,003 adding 'curves/math.py' 2024-10-10T21:51:55,004 adding 'curves/numerics.py' 2024-10-10T21:51:55,006 adding 'curves/operators.py' 2024-10-10T21:51:55,007 adding 'curves/plot.py' 2024-10-10T21:51:55,010 adding 'curves-0.1.1.dist-info/LICENSE' 2024-10-10T21:51:55,012 adding 'curves-0.1.1.dist-info/METADATA' 2024-10-10T21:51:55,013 adding 'curves-0.1.1.dist-info/WHEEL' 2024-10-10T21:51:55,013 adding 'curves-0.1.1.dist-info/top_level.txt' 2024-10-10T21:51:55,014 adding 'curves-0.1.1.dist-info/RECORD' 2024-10-10T21:51:55,016 removing build/bdist.linux-armv7l/wheel 2024-10-10T21:51:55,167 Building wheel for curves (setup.py): finished with status 'done' 2024-10-10T21:51:55,169 Created wheel for curves: filename=curves-0.1.1-py3-none-any.whl size=12768 sha256=59d83daa6647eabfa30dfa600efc0e460335ce53a6e9648a91974a0d7148142c 2024-10-10T21:51:55,170 Stored in directory: /tmp/pip-ephem-wheel-cache-xo4joqk_/wheels/f9/81/3e/b2223e1b4cc3b7fe8efc511df12e50f9ac13aa98816fb63843 2024-10-10T21:51:55,179 Successfully built curves 2024-10-10T21:51:55,182 Removed build tracker: '/tmp/pip-build-tracker-jvk5zjhe'