py3: install_deps> python -I -m pip install coverage pytest pytest-cov requests-mock responses scikit-learn -r requirements.txt Collecting coverage Downloading coverage-7.6.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.2 kB) Collecting pytest Downloading pytest-8.3.3-py3-none-any.whl.metadata (7.5 kB) Collecting pytest-cov Downloading pytest_cov-6.0.0-py3-none-any.whl.metadata (27 kB) Collecting requests-mock Downloading requests_mock-1.12.1-py2.py3-none-any.whl.metadata (4.1 kB) Collecting responses Downloading responses-0.25.3-py3-none-any.whl.metadata (46 kB) Collecting scikit-learn Downloading scikit_learn-1.5.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (13 kB) Collecting flask==1.1.2 (from -r requirements.txt (line 10)) Downloading Flask-1.1.2-py2.py3-none-any.whl.metadata (4.6 kB) Collecting requests==2.24.0 (from -r requirements.txt (line 11)) Downloading requests-2.24.0-py2.py3-none-any.whl.metadata (6.9 kB) Collecting responses Downloading responses-0.16.0-py2.py3-none-any.whl.metadata (25 kB) Collecting pandas==1.1.5 (from -r requirements.txt (line 13)) Downloading pandas-1.1.5.tar.gz (5.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.2/5.2 MB 37.2 MB/s eta 0:00:00 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: still running... Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting tensorflow (from -r requirements.txt (line 14)) Downloading tensorflow-2.18.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.1 kB) Collecting scipy (from -r requirements.txt (line 16)) Downloading scipy-1.14.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (60 kB) Collecting matplotlib (from -r requirements.txt (line 17)) Downloading matplotlib-3.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB) Collecting xlrd (from -r requirements.txt (line 19)) Downloading xlrd-2.0.1-py2.py3-none-any.whl.metadata (3.4 kB) Collecting mock==4.0.3 (from -r requirements.txt (line 20)) Downloading mock-4.0.3-py3-none-any.whl.metadata (2.8 kB) Collecting openpyxl==3.0.10 (from -r requirements.txt (line 21)) Downloading openpyxl-3.0.10-py2.py3-none-any.whl.metadata (2.4 kB) Collecting configparser (from -r requirements.txt (line 22)) Downloading configparser-7.1.0-py3-none-any.whl.metadata (5.4 kB) Collecting pyyaml (from -r requirements.txt (line 23)) Using cached PyYAML-6.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB) Collecting numpy==1.23.1 (from -r requirements.txt (line 26)) Downloading numpy-1.23.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.2 kB) Collecting confluent_kafka (from -r requirements.txt (line 27)) Downloading confluent-kafka-2.6.0.tar.gz (138 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting urllib3>=1.25.10 (from responses) Downloading urllib3-2.2.3-py3-none-any.whl.metadata (6.5 kB) Collecting six (from responses) Using cached six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) Collecting Werkzeug>=0.15 (from flask==1.1.2->-r requirements.txt (line 10)) Downloading werkzeug-3.1.3-py3-none-any.whl.metadata (3.7 kB) Collecting Jinja2>=2.10.1 (from flask==1.1.2->-r requirements.txt (line 10)) Using cached jinja2-3.1.4-py3-none-any.whl.metadata (2.6 kB) Collecting itsdangerous>=0.24 (from flask==1.1.2->-r requirements.txt (line 10)) Downloading itsdangerous-2.2.0-py3-none-any.whl.metadata (1.9 kB) Collecting click>=5.1 (from flask==1.1.2->-r requirements.txt (line 10)) Using cached click-8.1.7-py3-none-any.whl.metadata (3.0 kB) Collecting chardet<4,>=3.0.2 (from requests==2.24.0->-r requirements.txt (line 11)) Downloading chardet-3.0.4-py2.py3-none-any.whl.metadata (3.2 kB) Collecting idna<3,>=2.5 (from requests==2.24.0->-r requirements.txt (line 11)) Downloading idna-2.10-py2.py3-none-any.whl.metadata (9.1 kB) Collecting urllib3>=1.25.10 (from responses) Downloading urllib3-1.25.11-py2.py3-none-any.whl.metadata (41 kB) Collecting certifi>=2017.4.17 (from requests==2.24.0->-r requirements.txt (line 11)) Using cached certifi-2024.8.30-py3-none-any.whl.metadata (2.2 kB) Collecting python-dateutil>=2.7.3 (from pandas==1.1.5->-r requirements.txt (line 13)) Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) Collecting pytz>=2017.2 (from pandas==1.1.5->-r requirements.txt (line 13)) Downloading pytz-2024.2-py2.py3-none-any.whl.metadata (22 kB) Collecting et-xmlfile (from openpyxl==3.0.10->-r requirements.txt (line 21)) Downloading et_xmlfile-2.0.0-py3-none-any.whl.metadata (2.7 kB) Collecting iniconfig (from pytest) Downloading iniconfig-2.0.0-py3-none-any.whl.metadata (2.6 kB) Collecting packaging (from pytest) Using cached packaging-24.2-py3-none-any.whl.metadata (3.2 kB) Collecting pluggy<2,>=1.5 (from pytest) Using cached pluggy-1.5.0-py3-none-any.whl.metadata (4.8 kB) Collecting exceptiongroup>=1.0.0rc8 (from pytest) Downloading exceptiongroup-1.2.2-py3-none-any.whl.metadata (6.6 kB) Collecting tomli>=1 (from pytest) Using cached tomli-2.0.2-py3-none-any.whl.metadata (10.0 kB) Collecting joblib>=1.2.0 (from scikit-learn) Downloading joblib-1.4.2-py3-none-any.whl.metadata (5.4 kB) Collecting threadpoolctl>=3.1.0 (from scikit-learn) Downloading threadpoolctl-3.5.0-py3-none-any.whl.metadata (13 kB) Collecting absl-py>=1.0.0 (from tensorflow->-r requirements.txt (line 14)) Downloading absl_py-2.1.0-py3-none-any.whl.metadata (2.3 kB) Collecting astunparse>=1.6.0 (from tensorflow->-r requirements.txt (line 14)) Downloading astunparse-1.6.3-py2.py3-none-any.whl.metadata (4.4 kB) Collecting flatbuffers>=24.3.25 (from tensorflow->-r requirements.txt (line 14)) Downloading flatbuffers-24.3.25-py2.py3-none-any.whl.metadata (850 bytes) Collecting gast!=0.5.0,!=0.5.1,!=0.5.2,>=0.2.1 (from tensorflow->-r requirements.txt (line 14)) Downloading gast-0.6.0-py3-none-any.whl.metadata (1.3 kB) Collecting google-pasta>=0.1.1 (from tensorflow->-r requirements.txt (line 14)) Downloading google_pasta-0.2.0-py3-none-any.whl.metadata (814 bytes) Collecting libclang>=13.0.0 (from tensorflow->-r requirements.txt (line 14)) Downloading libclang-18.1.1-py2.py3-none-manylinux2010_x86_64.whl.metadata (5.2 kB) Collecting opt-einsum>=2.3.2 (from tensorflow->-r requirements.txt (line 14)) Downloading opt_einsum-3.4.0-py3-none-any.whl.metadata (6.3 kB) Collecting protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<6.0.0dev,>=3.20.3 (from tensorflow->-r requirements.txt (line 14)) Downloading protobuf-5.28.3-cp38-abi3-manylinux2014_x86_64.whl.metadata (592 bytes) Requirement already satisfied: setuptools in ./.tox/py3/lib/python3.10/site-packages (from tensorflow->-r requirements.txt (line 14)) (75.2.0) Collecting termcolor>=1.1.0 (from tensorflow->-r requirements.txt (line 14)) Downloading termcolor-2.5.0-py3-none-any.whl.metadata (6.1 kB) Collecting typing-extensions>=3.6.6 (from tensorflow->-r requirements.txt (line 14)) Using cached typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB) Collecting wrapt>=1.11.0 (from tensorflow->-r requirements.txt (line 14)) Using cached wrapt-1.16.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.6 kB) Collecting grpcio<2.0,>=1.24.3 (from tensorflow->-r requirements.txt (line 14)) Downloading grpcio-1.67.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.9 kB) Collecting tensorboard<2.19,>=2.18 (from tensorflow->-r requirements.txt (line 14)) Downloading tensorboard-2.18.0-py3-none-any.whl.metadata (1.6 kB) Collecting keras>=3.5.0 (from tensorflow->-r requirements.txt (line 14)) Downloading keras-3.6.0-py3-none-any.whl.metadata (5.8 kB) INFO: pip is looking at multiple versions of tensorflow to determine which version is compatible with other requirements. This could take a while. Collecting tensorflow (from -r requirements.txt (line 14)) Downloading tensorflow-2.17.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.2 kB) Collecting h5py>=3.10.0 (from tensorflow->-r requirements.txt (line 14)) Downloading h5py-3.12.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.5 kB) Collecting ml-dtypes<0.5.0,>=0.3.1 (from tensorflow->-r requirements.txt (line 14)) Downloading ml_dtypes-0.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (20 kB) Collecting protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.20.3 (from tensorflow->-r requirements.txt (line 14)) Downloading protobuf-4.25.5-cp37-abi3-manylinux2014_x86_64.whl.metadata (541 bytes) Collecting tensorboard<2.18,>=2.17 (from tensorflow->-r requirements.txt (line 14)) Downloading tensorboard-2.17.1-py3-none-any.whl.metadata (1.6 kB) Collecting tensorflow-io-gcs-filesystem>=0.23.1 (from tensorflow->-r requirements.txt (line 14)) Downloading tensorflow_io_gcs_filesystem-0.37.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (14 kB) Collecting tensorflow (from -r requirements.txt (line 14)) Downloading tensorflow-2.17.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.2 kB) Downloading tensorflow-2.16.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.2 kB) Collecting ml-dtypes~=0.3.1 (from tensorflow->-r requirements.txt (line 14)) Downloading ml_dtypes-0.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (20 kB) Collecting tensorboard<2.17,>=2.16 (from tensorflow->-r requirements.txt (line 14)) Downloading tensorboard-2.16.2-py3-none-any.whl.metadata (1.6 kB) Collecting tensorflow (from -r requirements.txt (line 14)) Downloading tensorflow-2.16.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.3 kB) Downloading tensorflow-2.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.2 kB) Downloading tensorflow-2.15.0.post1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.2 kB) Collecting ml-dtypes~=0.2.0 (from tensorflow->-r requirements.txt (line 14)) Downloading ml_dtypes-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (20 kB) Collecting tensorflow (from -r requirements.txt (line 14)) Downloading tensorflow-2.15.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.4 kB) INFO: pip is still looking at multiple versions of tensorflow to determine which version is compatible with other requirements. This could take a while. Downloading tensorflow-2.14.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.1 kB) Downloading tensorflow-2.14.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.1 kB) Downloading tensorflow-2.13.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.4 kB) Collecting gast<=0.4.0,>=0.2.1 (from tensorflow->-r requirements.txt (line 14)) Downloading gast-0.4.0-py3-none-any.whl.metadata (1.1 kB) Collecting keras<2.14,>=2.13.1 (from tensorflow->-r requirements.txt (line 14)) Downloading keras-2.13.1-py3-none-any.whl.metadata (2.4 kB) Collecting tensorboard<2.14,>=2.13 (from tensorflow->-r requirements.txt (line 14)) Downloading tensorboard-2.13.0-py3-none-any.whl.metadata (1.8 kB) Collecting tensorflow-estimator<2.14,>=2.13.0 (from tensorflow->-r requirements.txt (line 14)) Downloading tensorflow_estimator-2.13.0-py2.py3-none-any.whl.metadata (1.3 kB) Collecting typing-extensions<4.6.0,>=3.6.6 (from tensorflow->-r requirements.txt (line 14)) Downloading typing_extensions-4.5.0-py3-none-any.whl.metadata (8.5 kB) INFO: pip is looking at multiple versions of scipy to determine which version is compatible with other requirements. This could take a while. Collecting scipy (from -r requirements.txt (line 16)) Downloading scipy-1.14.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (60 kB) Downloading scipy-1.13.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (60 kB) Collecting contourpy>=1.0.1 (from matplotlib->-r requirements.txt (line 17)) Downloading contourpy-1.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.4 kB) Collecting cycler>=0.10 (from matplotlib->-r requirements.txt (line 17)) Downloading cycler-0.12.1-py3-none-any.whl.metadata (3.8 kB) Collecting fonttools>=4.22.0 (from matplotlib->-r requirements.txt (line 17)) Downloading fonttools-4.54.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (163 kB) Collecting kiwisolver>=1.3.1 (from matplotlib->-r requirements.txt (line 17)) Downloading kiwisolver-1.4.7-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.metadata (6.3 kB) Collecting pillow>=8 (from matplotlib->-r requirements.txt (line 17)) Downloading pillow-11.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.1 kB) Collecting pyparsing>=2.3.1 (from matplotlib->-r requirements.txt (line 17)) Using cached pyparsing-3.2.0-py3-none-any.whl.metadata (5.0 kB) Requirement already satisfied: wheel<1.0,>=0.23.0 in ./.tox/py3/lib/python3.10/site-packages (from astunparse>=1.6.0->tensorflow->-r requirements.txt (line 14)) (0.44.0) Collecting MarkupSafe>=2.0 (from Jinja2>=2.10.1->flask==1.1.2->-r requirements.txt (line 10)) Using cached MarkupSafe-3.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB) Collecting google-auth<3,>=1.6.3 (from tensorboard<2.14,>=2.13->tensorflow->-r requirements.txt (line 14)) Using cached google_auth-2.36.0-py2.py3-none-any.whl.metadata (4.7 kB) Collecting google-auth-oauthlib<1.1,>=0.5 (from tensorboard<2.14,>=2.13->tensorflow->-r requirements.txt (line 14)) Downloading google_auth_oauthlib-1.0.0-py2.py3-none-any.whl.metadata (2.7 kB) Collecting markdown>=2.6.8 (from tensorboard<2.14,>=2.13->tensorflow->-r requirements.txt (line 14)) Downloading Markdown-3.7-py3-none-any.whl.metadata (7.0 kB) Collecting tensorboard-data-server<0.8.0,>=0.7.0 (from tensorboard<2.14,>=2.13->tensorflow->-r requirements.txt (line 14)) Downloading tensorboard_data_server-0.7.2-py3-none-any.whl.metadata (1.1 kB) Collecting cachetools<6.0,>=2.0.0 (from google-auth<3,>=1.6.3->tensorboard<2.14,>=2.13->tensorflow->-r requirements.txt (line 14)) Using cached cachetools-5.5.0-py3-none-any.whl.metadata (5.3 kB) Collecting pyasn1-modules>=0.2.1 (from google-auth<3,>=1.6.3->tensorboard<2.14,>=2.13->tensorflow->-r requirements.txt (line 14)) Using cached pyasn1_modules-0.4.1-py3-none-any.whl.metadata (3.5 kB) Collecting rsa<5,>=3.1.4 (from google-auth<3,>=1.6.3->tensorboard<2.14,>=2.13->tensorflow->-r requirements.txt (line 14)) Using cached rsa-4.9-py3-none-any.whl.metadata (4.2 kB) Collecting requests-oauthlib>=0.7.0 (from google-auth-oauthlib<1.1,>=0.5->tensorboard<2.14,>=2.13->tensorflow->-r requirements.txt (line 14)) Using cached requests_oauthlib-2.0.0-py2.py3-none-any.whl.metadata (11 kB) Collecting pyasn1<0.7.0,>=0.4.6 (from pyasn1-modules>=0.2.1->google-auth<3,>=1.6.3->tensorboard<2.14,>=2.13->tensorflow->-r requirements.txt (line 14)) Using cached pyasn1-0.6.1-py3-none-any.whl.metadata (8.4 kB) Collecting oauthlib>=3.0.0 (from requests-oauthlib>=0.7.0->google-auth-oauthlib<1.1,>=0.5->tensorboard<2.14,>=2.13->tensorflow->-r requirements.txt (line 14)) Using cached oauthlib-3.2.2-py3-none-any.whl.metadata (7.5 kB) Downloading responses-0.16.0-py2.py3-none-any.whl (35 kB) Downloading Flask-1.1.2-py2.py3-none-any.whl (94 kB) Downloading requests-2.24.0-py2.py3-none-any.whl (61 kB) Downloading mock-4.0.3-py3-none-any.whl (28 kB) Downloading openpyxl-3.0.10-py2.py3-none-any.whl (242 kB) Downloading numpy-1.23.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.0/17.0 MB 90.5 MB/s eta 0:00:00 Downloading coverage-7.6.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (234 kB) Downloading pytest-8.3.3-py3-none-any.whl (342 kB) Downloading pytest_cov-6.0.0-py3-none-any.whl (22 kB) Downloading requests_mock-1.12.1-py2.py3-none-any.whl (27 kB) Downloading scikit_learn-1.5.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.3/13.3 MB 163.7 MB/s eta 0:00:00 Downloading tensorflow-2.13.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 479.7/479.7 MB 38.3 MB/s eta 0:00:00 Downloading scipy-1.13.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (38.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 38.6/38.6 MB 118.2 MB/s eta 0:00:00 Downloading matplotlib-3.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.3/8.3 MB 150.4 MB/s eta 0:00:00 Downloading xlrd-2.0.1-py2.py3-none-any.whl (96 kB) Downloading configparser-7.1.0-py3-none-any.whl (17 kB) Using cached PyYAML-6.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (751 kB) Downloading absl_py-2.1.0-py3-none-any.whl (133 kB) Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB) Using cached certifi-2024.8.30-py3-none-any.whl (167 kB) Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) Using cached click-8.1.7-py3-none-any.whl (97 kB) Downloading contourpy-1.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (322 kB) Downloading cycler-0.12.1-py3-none-any.whl (8.3 kB) Downloading exceptiongroup-1.2.2-py3-none-any.whl (16 kB) Downloading flatbuffers-24.3.25-py2.py3-none-any.whl (26 kB) Downloading fonttools-4.54.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.6/4.6 MB 143.3 MB/s eta 0:00:00 Downloading gast-0.4.0-py3-none-any.whl (9.8 kB) Downloading google_pasta-0.2.0-py3-none-any.whl (57 kB) Downloading grpcio-1.67.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.9/5.9 MB 149.5 MB/s eta 0:00:00 Downloading h5py-3.12.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.3/5.3 MB 125.7 MB/s eta 0:00:00 Downloading idna-2.10-py2.py3-none-any.whl (58 kB) Downloading itsdangerous-2.2.0-py3-none-any.whl (16 kB) Using cached jinja2-3.1.4-py3-none-any.whl (133 kB) Downloading joblib-1.4.2-py3-none-any.whl (301 kB) Downloading keras-2.13.1-py3-none-any.whl (1.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 89.7 MB/s eta 0:00:00 Downloading kiwisolver-1.4.7-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 88.0 MB/s eta 0:00:00 Downloading libclang-18.1.1-py2.py3-none-manylinux2010_x86_64.whl (24.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.5/24.5 MB 182.4 MB/s eta 0:00:00 Downloading opt_einsum-3.4.0-py3-none-any.whl (71 kB) Using cached packaging-24.2-py3-none-any.whl (65 kB) Downloading pillow-11.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 54.5 MB/s eta 0:00:00 Using cached pluggy-1.5.0-py3-none-any.whl (20 kB) Downloading protobuf-4.25.5-cp37-abi3-manylinux2014_x86_64.whl (294 kB) Using cached pyparsing-3.2.0-py3-none-any.whl (106 kB) Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) Downloading pytz-2024.2-py2.py3-none-any.whl (508 kB) Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) Downloading tensorboard-2.13.0-py3-none-any.whl (5.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.6/5.6 MB 102.7 MB/s eta 0:00:00 Downloading tensorflow_estimator-2.13.0-py2.py3-none-any.whl (440 kB) Downloading tensorflow_io_gcs_filesystem-0.37.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.1/5.1 MB 132.9 MB/s eta 0:00:00 Downloading termcolor-2.5.0-py3-none-any.whl (7.8 kB) Downloading threadpoolctl-3.5.0-py3-none-any.whl (18 kB) Using cached tomli-2.0.2-py3-none-any.whl (13 kB) Downloading typing_extensions-4.5.0-py3-none-any.whl (27 kB) Downloading urllib3-1.25.11-py2.py3-none-any.whl (127 kB) Downloading werkzeug-3.1.3-py3-none-any.whl (224 kB) Using cached wrapt-1.16.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (80 kB) Downloading et_xmlfile-2.0.0-py3-none-any.whl (18 kB) Downloading iniconfig-2.0.0-py3-none-any.whl (5.9 kB) Using cached google_auth-2.36.0-py2.py3-none-any.whl (209 kB) Downloading google_auth_oauthlib-1.0.0-py2.py3-none-any.whl (18 kB) Downloading Markdown-3.7-py3-none-any.whl (106 kB) Using cached MarkupSafe-3.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (20 kB) Downloading tensorboard_data_server-0.7.2-py3-none-any.whl (2.4 kB) Using cached cachetools-5.5.0-py3-none-any.whl (9.5 kB) Using cached pyasn1_modules-0.4.1-py3-none-any.whl (181 kB) Using cached requests_oauthlib-2.0.0-py2.py3-none-any.whl (24 kB) Using cached rsa-4.9-py3-none-any.whl (34 kB) Using cached oauthlib-3.2.2-py3-none-any.whl (151 kB) Using cached pyasn1-0.6.1-py3-none-any.whl (83 kB) Building wheels for collected packages: pandas, confluent_kafka Building wheel for pandas (pyproject.toml): started Building wheel for pandas (pyproject.toml): finished with status 'error' Building wheel for confluent_kafka (setup.py): started Building wheel for confluent_kafka (setup.py): finished with status 'error' Running setup.py clean for confluent_kafka Failed to build pandas confluent_kafka py3: exit 1 (97.57 seconds) /w/workspace/dcaegen2-services-ml-prediction-ms-tox-sonar/components/ml-prediction-ms> python -I -m pip install coverage pytest pytest-cov requests-mock responses scikit-learn -r requirements.txt pid=2984 py3: FAIL code 1 (98.34 seconds) evaluation failed :( (98.51 seconds)