Hello, I am following the installation steps and when I run the command pip install -r requirements.txt I get the below error message:
Program python found: YES (/home/matei/displaycal_venv/bin/python)
Dependency dbus-1 found: YES 1.12.20 (cached)
Run-time dependency python found: YES 3.10
Configuring TestSuitePythonService.service using configuration
Configuring tmp-session-bus.conf using configuration
Program dbus-run-session found: YES (/usr/bin/dbus-run-session)
../test/meson.build:75: DEPRECATION: Project uses feature that was always broken, and is now deprecated since '1.3.0': str.format: Value other than strings, integers, bools, options, dictionaries and lists thereof..
Run-time dependency python found: NO (tried pkgconfig, pkgconfig and sysconfig)
../test/meson.build:98:15: ERROR: Python dependency not found
A full log can be found at /tmp/pip-install-dw26hd5q/dbus-python_2a70dd80139546b8a6b1602a76d6ae50/.mesonpy-44v0y6j2/meson-logs/meson-log.txt
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
I'd like to mention that the full log is not generated. There is nothing in the /tmp/ folder related to pip-install... as mentioned in the error message.
Hello, I am following the installation steps and when I run the command
pip install -r requirements.txt
I get the below error message:I'd like to mention that the full log is not generated. There is nothing in the /tmp/ folder related to pip-install... as mentioned in the error message.
Thanks for your help.