I have tried to install PassportEye on the Hostpoint server: FreeBSD 12.4 and Python 3.9.16
This is info after running pip install PassportEye
pip install PassportEye
Defaulting to user installation because normal site-packages is not writeable
Collecting PassportEye
Using cached PassportEye-2.2.1.tar.gz (28 kB)
Preparing metadata (setup.py) ... done
Requirement already satisfied: numpy in /usr/local/lib/python3.9/site-packages (from PassportEye) (1.23.5)
Requirement already satisfied: scipy in /usr/local/lib/python3.9/site-packages (from PassportEye) (1.9.2)
Collecting scikit-image>=0.19.0 (from PassportEye)
Using cached scikit_image-0.21.0.tar.gz (22.7 MB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Installing backend dependencies ... error
error: subprocess-exited-with-error
× pip subprocess to install backend dependencies did not run successfully.
│ exit code: 1
╰─> [31 lines of output]
Collecting ninja>=1.8.2
Using cached ninja-1.11.1.tar.gz (27 kB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Building wheels for collected packages: ninja
Building wheel for ninja (pyproject.toml): started
Building wheel for ninja (pyproject.toml): finished with status 'error'
error: subprocess-exited-with-error
× Building wheel for ninja (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [9 lines of output]
Traceback (most recent call last):
File "/tmp/pip-build-env-qzkews0i/overlay/lib/python3.9/site-packages/skbuild/setuptools_wrap.py", line 645, in setup
cmkr = cmaker.CMaker(cmake_executable)
File "/tmp/pip-build-env-qzkews0i/overlay/lib/python3.9/site-packages/skbuild/cmaker.py", line 148, in __init__
self.cmake_version = get_cmake_version(self.cmake_executable)
File "/tmp/pip-build-env-qzkews0i/overlay/lib/python3.9/site-packages/skbuild/cmaker.py", line 105, in get_cmake_version
raise SKBuildError(msg) from err
Problem with the CMake installation, aborting build. CMake executable is cmake
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for ninja
Failed to build ninja
ERROR: Could not build wheels for ninja, which is required to install pyproject.toml-based projects
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× pip subprocess to install backend dependencies did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
As I understand there is a problem with CMake. Should we install CMake before pip install PassportEye?
I have tried to install PassportEye on the Hostpoint server: FreeBSD 12.4 and Python 3.9.16
This is info after running
pip install PassportEyeAs I understand there is a problem with CMake. Should we install CMake before
pip install PassportEye?