eoyilmaz / displaycal-py3

DisplayCAL Modernization Project
https://eoyilmaz.github.io/displaycal-py3/
GNU General Public License v3.0
854 stars 60 forks source link

Linux Mint 21.1 issue installing DisplayCal with py3 #306

Closed mateimm closed 11 months ago

mateimm commented 11 months ago

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.

Thanks for your help.

mateimm commented 11 months ago

I, shortly after posting the above message, found DisplayCal as a flatpak. I will install it from there.