-
Notifications
You must be signed in to change notification settings - Fork 52
Description
Collecting xyolo
Using cached xyolo-0.1.6-py3-none-any.whl (118 kB)
Collecting tensorflow>=2.2 (from xyolo)
Obtaining dependency information for tensorflow>=2.2 from https://files.pythonhosted.org/packages/93/21/9b035a4f823d6aee2917c75415be9a95861ff3d73a0a65e48edbf210cec1/tensorflow-2.15.0-cp311-cp311-win_amd64.whl.metadata
Using cached tensorflow-2.15.0-cp311-cp311-win_amd64.whl.metadata (3.6 kB)
Collecting numpy<1.19.0,>=1.18.1 (from xyolo)
Using cached numpy-1.18.5.zip (5.4 MB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... error
error: subprocess-exited-with-error
× Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [92 lines of output]
Running from numpy source directory.
:461: UserWarning: Unrecognized setuptools command, proceeding with generating Cython sources and expanding templates
C:\Users\AppData\Local\Temp\pip-install-yj7yjewh\numpy_5b63143e6a264d4ebafcf8f996655cdd\tools\cythonize.py:75: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
required_version = LooseVersion('0.29.14')
C:\Users\AppData\Local\Temp\pip-install-yj7yjewh\numpy_5b63143e6a264d4ebafcf8f996655cdd\tools\cythonize.py:77: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
if LooseVersion(cython_version) < required_version: