Note de ce sujet :
  • Moyenne : 0 (0 vote(s))
  • 1
  • 2
  • 3
  • 4
  • 5
DisplayCal, python2 et python3
Bonjour Ignace, chez moi ça tourne et pour l'instant j'ai regardé s'il y avait une mise à jour. Rendez-vous à la prochaine. Pour l'instant, Jean-Pierre n'a pas encore installé sous OpenSuse Tumbleweed. Après, on a vu aussi que OpensSuse Tumbleweed ne fonctionne pas de façon identique en VirtualBox.
Répondre
LOL, miracle, j’ai eu une notification !
Le GitHub a un flux RSS, donc tu peux t’y abonner, comme cela, tu es au courant aussitôt qu’une nouvelle version sort.
Répondre
Perso, je fais de temps en temps, je fais un git pull dans le répertoire sur mon pc.
Répondre
J'ai changé de bécane, toujours sous Ubuntu 22.04 et bien sûr il me faut étalonner mes écrans.

J'ai un gros soucis avec l'installation de displaycal en suivant la procédure manuelle telle que décrite ici.

Les prérequis sont bien installés.

Code :
manu@ZBook:~$ git clone https://github.com/eoyilmaz/displaycal-py3
Clonage dans 'displaycal-py3'...
remote: Enumerating objects: 39035, done.
remote: Counting objects: 100% (3410/3410), done.
remote: Compressing objects: 100% (1009/1009), done.
remote: Total 39035 (delta 2382), reused 3167 (delta 2263), pack-reused 35625
Réception d'objets: 100% (39035/39035), 57.00 Mio | 1.20 Mio/s, fait.
Résolution des deltas: 100% (29135/29135), fait.
manu@ZBook:~$ python -m venv ./displaycal_venv
manu@ZBook:~$ source ./displaycal_venv/bin/activate
(displaycal_venv) manu@ZBook:~$ pip install wheel
Collecting wheel
  Using cached wheel-0.43.0-py3-none-any.whl (65 kB)
Installing collected packages: wheel
Successfully installed wheel-0.43.0
(displaycal_venv) manu@ZBook:~$ pip install attrdict3
Collecting attrdict3
  Using cached attrdict3-2.0.2-py2.py3-none-any.whl (10 kB)
Collecting six
  Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Installing collected packages: six, attrdict3
Successfully installed attrdict3-2.0.2 six-1.16.0
(displaycal_venv) manu@ZBook:~$ cd ./displaycal-py3/
(displaycal_venv) manu@ZBook:~/displaycal-py3$ pip install -r requirements.txt
Collecting build
  Using cached build-1.2.1-py3-none-any.whl (21 kB)
Collecting certifi
  Using cached certifi-2024.2.2-py3-none-any.whl (163 kB)
Collecting dbus-python
  Using cached dbus_python-1.3.2-cp310-cp310-linux_x86_64.whl
Collecting distro
  Using cached distro-1.9.0-py3-none-any.whl (20 kB)
Collecting numpy
  Using cached numpy-1.26.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.2 MB)
Collecting Pillow
  Using cached pillow-10.3.0-cp310-cp310-manylinux_2_28_x86_64.whl (4.5 MB)
Collecting PyChromecast
  Using cached PyChromecast-13.1.0-py2.py3-none-any.whl (64 kB)
Collecting Send2Trash
  Using cached Send2Trash-1.8.3-py3-none-any.whl (18 kB)
Collecting wxPython>=4.1.1
  Using cached wxPython-4.2.1-cp310-cp310-linux_x86_64.whl
Collecting zeroconf
  Using cached zeroconf-0.132.2-cp310-cp310-manylinux_2_31_x86_64.whl (10.4 MB)
Collecting packaging>=19.1
  Using cached packaging-24.0-py3-none-any.whl (53 kB)
Collecting pyproject_hooks
  Downloading pyproject_hooks-1.1.0-py3-none-any.whl (9.2 kB)
Collecting tomli>=1.1.0
  Using cached tomli-2.0.1-py3-none-any.whl (12 kB)
Collecting casttube>=0.2.0
  Using cached casttube-0.2.1-py3-none-any.whl (6.5 kB)
Collecting protobuf>=3.19.1
  Using cached protobuf-5.26.1-cp37-abi3-manylinux2014_x86_64.whl (302 kB)
Requirement already satisfied: six in /home/manu/displaycal_venv/lib/python3.10/site-packages (from wxPython>=4.1.1->-r requirements.txt (line 9)) (1.16.0)
Collecting ifaddr>=0.1.7
  Using cached ifaddr-0.2.0-py3-none-any.whl (12 kB)
Collecting async-timeout>=3.0.0
  Using cached async_timeout-4.0.3-py3-none-any.whl (5.7 kB)
Collecting requests
  Using cached requests-2.31.0-py3-none-any.whl (62 kB)
Collecting idna<4,>=2.5
  Using cached idna-3.7-py3-none-any.whl (66 kB)
Collecting charset-normalizer<4,>=2
  Using cached charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (142 kB)
Collecting urllib3<3,>=1.21.1
  Using cached urllib3-2.2.1-py3-none-any.whl (121 kB)
Installing collected packages: ifaddr, urllib3, tomli, Send2Trash, pyproject_hooks, protobuf, Pillow, packaging, numpy, idna, distro, dbus-python, charset-normalizer, certifi, async-timeout, zeroconf, wxPython, requests, build, casttube, PyChromecast
Successfully installed Pillow-10.3.0 PyChromecast-13.1.0 Send2Trash-1.8.3 async-timeout-4.0.3 build-1.2.1 casttube-0.2.1 certifi-2024.2.2 charset-normalizer-3.3.2 dbus-python-1.3.2 distro-1.9.0 idna-3.7 ifaddr-0.2.0 numpy-1.26.4 packaging-24.0 protobuf-5.26.1 pyproject_hooks-1.1.0 requests-2.31.0 tomli-2.0.1 urllib3-2.2.1 wxPython-4.2.1 zeroconf-0.132.2
(displaycal_venv) manu@ZBook:~/displaycal-py3$ python -m build
* Creating isolated environment: venv+pip...
* Installing packages in isolated environment:
  - pywin32; platform_system=="Windows"
  - setuptools
* Getting build dependencies for sdist...
Trying to get git version information...
Trying to get git information...
Generating __version__.py
Version 3.9.12
['egg_info']
*** /home/manu/displaycal_venv/lib/python3.10/site-packages/pyproject_hooks/_in_process/_in_process.py egg_info
using distutils
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal.desktop
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal-3dlut-maker.desktop
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal-apply-profiles.desktop
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal-curve-viewer.desktop
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal-profile-info.desktop
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal-scripting-client.desktop
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal-synthprofile.desktop
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal-testchart-editor.desktop
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal-vrml-to-x3d-converter.desktop
warning: no files found matching 'MANIFEST'
warning: no files found matching 'use-distutils'
warning: no files found matching '_in_process.py'
warning: no files found matching '_in_process.cfg'
warning: no files found matching 'dist/copyright'
warning: no files found matching 'dist/net.displaycal.DisplayCAL.appdata.xml'
warning: no files found matching 'beep.wav'
warning: no files found matching 'camera_shutter.wav'
warning: no files found matching 'ColorLookupTable.fx'
warning: no files found matching 'lang/it.yaml'
warning: no files found matching 'lang/zh_hk.yaml'
warning: no files found matching 'lang/fr.yaml'
warning: no files found matching 'lang/es.yaml'
warning: no files found matching 'lang/de.yaml'
warning: no files found matching 'lang/en.yaml'
warning: no files found matching 'lang/ru.yaml'
warning: no files found matching 'lang/ko.yaml'
warning: no files found matching 'lang/zh_cn.yaml'
warning: no files found matching 'lang/ukr.yaml'
warning: no files found matching 'linear.cal'
warning: no files found matching 'pnp.ids'
warning: no files found matching 'presets/video_resolve_ST2084_clip.icc'
warning: no files found matching 'presets/default.icc'
warning: no files found matching 'presets/laptop.icc'
warning: no files found matching 'presets/video_ReShade.icc'
warning: no files found matching 'presets/office_web.icc'
warning: no files found matching 'presets/video.icc'
warning: no files found matching 'presets/sRGB.icc'
warning: no files found matching 'presets/video_resolve.icc'
warning: no files found matching 'presets/video_madVR.icc'
warning: no files found matching 'presets/video_eeColor.icc'
warning: no files found matching 'presets/video_madVR_ST2084.icc'
warning: no files found matching 'presets/video_Prisma.icc'
warning: no files found matching 'presets/softproof.icc'
warning: no files found matching 'presets/photo.icc'
warning: no files found matching 'ref/ColorCheckerSG.cie'
warning: no files found matching 'ref/ColorCheckerDC.cie'
warning: no files found matching 'ref/ClayRGB1998.gam'
warning: no files found matching 'ref/sRGB.gam'
warning: no files found matching 'ref/SMPTE431_P3.gam'
warning: no files found matching 'ref/SMPTE240M.icm'
warning: no files found matching 'ref/ACES.icm'
warning: no files found matching 'ref/Rec2020_HLG1000_cLUT.icm'
warning: no files found matching 'ref/XYZ'
warning: no files found matching 'D50.icm'
warning: no files found matching 'ref/ACEScg.icm'
warning: no files found matching 'ref/XYZ'
warning: no files found matching 'D50'
warning: no files found matching '(ICC'
warning: no files found matching 'PCS'
warning: no files found matching 'encoding).icm'
warning: no files found matching 'ref/DCDM'
warning: no files found matching 'X'Y'Z'.icm'
warning: no files found matching 'ref/SMPTE431_P3_D65_2084.icm'
warning: no files found matching 'ref/Rec2020_2084.icm'
warning: no files found matching 'ref/SMPTE431_P3_D65_HLG1000_cLUT.icm'
warning: no files found matching 'ref/SMPTE431_P3_D65.icm'
warning: no files found matching 'ref/verify_video.ti1'
warning: no files found matching 'ref/verify_video_xxl.ti1'
warning: no files found matching 'ref/verify_grayscale.ti1'
warning: no files found matching 'ref/CMYK_IDEAlliance_ControlStrip_2009.ti1'
warning: no files found matching 'ref/verify_video_xxxl.ti1'
warning: no files found matching 'ref/verify_xl.ti1'
warning: no files found matching 'ref/verify_video_extended_smpte2084_200_p3_2020.ti1'
warning: no files found matching 'ref/verify.ti1'
warning: no files found matching 'ref/ISO_12646-2008_color_accuracy_and_gray_balance.ti1'
warning: no files found matching 'ref/CMYK_IDEAlliance_ISO_12647-7_Control_Wedge_2013.ti1'
warning: no files found matching 'ref/CMYK_ISO_12647-7_outer_gamut.ti1'
warning: no files found matching 'ref/verify_video_large.ti1'
warning: no files found matching 'ref/ISO_14861_color_accuracy_RGB318.ti1'
warning: no files found matching 'ref/verify_video_xl.ti1'
warning: no files found matching 'ref/verify_video_extended.ti1'
warning: no files found matching 'ref/verify_large.ti1'
warning: no files found matching 'ref/verify_xxxl.ti1'
warning: no files found matching 'ref/verify_video_extended_smpte2084_500_p3_2020.ti1'
warning: no files found matching 'ref/verify_extended.ti1'
warning: no files found matching 'ref/verify_xxl.ti1'
warning: no files found matching 'ref/verify_video_extended_hlg_p3_2020.ti1'
warning: no files found matching 'ref/verify_video_extended_smpte2084_1000_p3_2020.ti1'
warning: no files found matching 'ref/verify_video_extended_smpte2084_100_p3_2020.ti1'
warning: no files found matching 'report/base.css'
warning: no files found matching 'report/print.css'
warning: no files found matching 'report/compare.css'
warning: no files found matching 'report/report.html'
warning: no files found matching 'report/uniformity.html'
warning: no files found matching 'report/uniformity.functions.js'
warning: no files found matching 'report/compare.functions.js'
warning: no files found matching 'report/compare.variables.js'
warning: no files found matching 'report/compare.constants.js'
warning: no files found matching 'report/compare.init.js'
warning: no files found matching 'report/jsapi-patches.js'
warning: no files found matching 'report/jsapi-packages.js'
warning: no files found matching 'test.cal'
warning: no files found matching 'theme/sash.png'
warning: no files found matching 'theme/header.png'
warning: no files found matching 'theme/marker_top@2x.png'
warning: no files found matching 'theme/headericon.png'
warning: no files found matching 'theme/splash-mask.png'
warning: no files found matching 'theme/dropdown-arrow@2x.png'
warning: no files found matching 'theme/shadow.png'
warning: no files found matching 'theme/splash_version.png'
warning: no files found matching 'theme/marker_btm.png'
warning: no files found matching 'theme/splash.png'
warning: no files found matching 'theme/headericon@2x.png'
warning: no files found matching 'theme/cross-2px-12x12-fff.png'
warning: no files found matching 'theme/x-2px-12x12-999.png'
warning: no files found matching 'theme/header@2x.png'
warning: no files found matching 'theme/header_minimal.png'
warning: no files found matching 'theme/solid-16x2-666.png'
warning: no files found matching 'theme/colorwheel.png'
warning: no files found matching 'theme/x-2px-12x12-999@2x.png'
warning: no files found matching 'theme/tab_hilite@2x.png'
warning: no files found matching 'theme/tab_selected.png'
warning: no files found matching 'theme/checkerboard-10x10x2-333-444.png'
warning: no files found matching 'theme/sash-right.png'
warning: no files found matching 'theme/solid-16x1-fff.png'
warning: no files found matching 'theme/tab_hilite.png'
warning: no files found matching 'theme/marker_btm@2x.png'
warning: no files found matching 'theme/tab_selected@2x.png'
warning: no files found matching 'theme/dropdown-arrow.png'
warning: no files found matching 'theme/dashed-16x2-666.png'
warning: no files found matching 'theme/shadow-bordertop.png'
warning: no files found matching 'theme/sash-left.png'
warning: no files found matching 'theme/gradient.png'
warning: no files found matching 'theme/header_minimal@2x.png'
warning: no files found matching 'theme/checkerboard-32x32x5-333-444.png'
warning: no files found matching 'theme/marker_top.png'
warning: no files found matching 'theme/colorwheel@2x.png'
warning: no files found matching 'theme/intro_new.wav'
warning: no files found matching 'theme/beep_boop.wav'
warning: no files found matching 'theme/engine_hum_loop.wav'
warning: no files found matching 'theme/pulsing_loop.wav'
warning: no files found matching 'theme/jet_anim/jet_anim_03.png'
warning: no files found matching 'theme/jet_anim/jet_anim_08.png'
warning: no files found matching 'theme/jet_anim/jet_anim_06.png'
warning: no files found matching 'theme/jet_anim/jet_anim_02.png'
warning: no files found matching 'theme/jet_anim/jet_anim_05.png'
warning: no files found matching 'theme/jet_anim/jet_anim_04.png'
warning: no files found matching 'theme/jet_anim/jet_anim_01.png'
warning: no files found matching 'theme/jet_anim/jet_anim_07.png'
warning: no files found matching 'theme/patch_anim/patch_anim_08.png'
warning: no files found matching 'theme/patch_anim/patch_anim_03.png'
warning: no files found matching 'theme/patch_anim/patch_anim_09.png'
warning: no files found matching 'theme/patch_anim/patch_anim_04.png'
warning: no files found matching 'theme/patch_anim/patch_anim_02.png'
warning: no files found matching 'theme/patch_anim/patch_anim_01.png'
warning: no files found matching 'theme/patch_anim/patch_anim_05.png'
warning: no files found matching 'theme/patch_anim/patch_anim_07.png'
warning: no files found matching 'theme/patch_anim/patch_anim_06.png'
warning: no files found matching 'theme/splash_anim/splash_anim_13.png'
warning: no files found matching 'theme/splash_anim/splash_anim_12.png'
warning: no files found matching 'theme/splash_anim/splash_anim_10.png'
warning: no files found matching 'theme/splash_anim/splash_anim_08.png'
warning: no files found matching 'theme/splash_anim/splash_anim_02.png'
warning: no files found matching 'theme/splash_anim/splash_anim_16.png'
warning: no files found matching 'theme/splash_anim/splash_anim_14.png'
warning: no files found matching 'theme/splash_anim/splash_anim_04.png'
warning: no files found matching 'theme/splash_anim/splash_anim_09.png'
warning: no files found matching 'theme/splash_anim/splash_anim_05.png'
warning: no files found matching 'theme/splash_anim/splash_anim_15.png'
warning: no files found matching 'theme/splash_anim/splash_anim_06.png'
warning: no files found matching 'theme/splash_anim/splash_anim_11.png'
warning: no files found matching 'theme/splash_anim/splash_anim_07.png'
warning: no files found matching 'theme/splash_anim/splash_anim_01.png'
warning: no files found matching 'theme/splash_anim/splash_anim_03.png'
warning: no files found matching 'theme/shutter_anim/shutter_anim_09.png'
warning: no files found matching 'theme/shutter_anim/shutter_anim_03.png'
warning: no files found matching 'theme/shutter_anim/shutter_anim_04.png'
warning: no files found matching 'theme/shutter_anim/shutter_anim_06.png'
warning: no files found matching 'theme/shutter_anim/shutter_anim_05.png'
warning: no files found matching 'theme/shutter_anim/shutter_anim_10.png'
warning: no files found matching 'theme/shutter_anim/shutter_anim_01.png'
warning: no files found matching 'theme/shutter_anim/shutter_anim_02.png'
warning: no files found matching 'theme/shutter_anim/shutter_anim_07.png'
warning: no files found matching 'theme/shutter_anim/shutter_anim_08.png'
warning: no files found matching 'ti1/d3-e4-s5-g52-m5-b0-f0.ti1'
warning: no files found matching 'ti1/d3-e4-s9-g52-m9-b0-f0.ti1'
warning: no files found matching 'ti1/d3-e4-s3-g52-m3-b0-f0.ti1'
warning: no files found matching 'ti1/d3-e4-s4-g52-m4-b0-f0.ti1'
warning: no files found matching 'ti1/d3-e4-s2-g28-m0-b0-f0.ti1'
warning: no files found matching 'ti1/ccxx.ti1'
warning: no files found matching 'ti1/d3-e4-s17-g52-m17-b0-f0.ti1'
warning: no files found matching 'x3d-viewer/x3d-viewer.css'
warning: no files found matching 'x3d-viewer/x3d-viewer.html'
warning: no files found matching 'x3d-viewer/x3d-viewer.js'
warning: no files found matching 'xrc/synthicc.xrc'
warning: no files found matching 'xrc/main.xrc'
warning: no files found matching 'xrc/3dlut.xrc'
warning: no files found matching 'xrc/gamap.xrc'
warning: no files found matching 'xrc/report.xrc'
warning: no files found matching 'xrc/extra.xrc'
warning: no files found matching 'xrc/mainmenu.xrc'
warning: no previously-included files matching '*~' found anywhere in distribution
warning: no previously-included files matching '*.backup' found anywhere in distribution
warning: no previously-included files matching '*.bak' found anywhere in distribution
* Building sdist...
Trying to get git version information...
Trying to get git information...
Generating __version__.py
Version 3.9.12
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal.desktop
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal-3dlut-maker.desktop
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal-apply-profiles.desktop
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal-curve-viewer.desktop
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal-profile-info.desktop
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal-scripting-client.desktop
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal-synthprofile.desktop
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal-testchart-editor.desktop
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal-vrml-to-x3d-converter.desktop
['sdist', '--formats', 'gztar', '--dist-dir', '/home/manu/displaycal-py3/dist/.tmp-fns3_cd_']
*** /home/manu/displaycal_venv/lib/python3.10/site-packages/pyproject_hooks/_in_process/_in_process.py sdist --formats gztar --dist-dir /home/manu/displaycal-py3/dist/.tmp-fns3_cd_
using distutils
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal.desktop
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal-3dlut-maker.desktop
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal-apply-profiles.desktop
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal-curve-viewer.desktop
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal-profile-info.desktop
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal-scripting-client.desktop
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal-synthprofile.desktop
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal-testchart-editor.desktop
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal-vrml-to-x3d-converter.desktop
warning: no files found matching 'MANIFEST'
warning: no files found matching 'use-distutils'
warning: no files found matching '_in_process.py'
warning: no files found matching '_in_process.cfg'
warning: no files found matching 'beep.wav'
warning: no files found matching 'camera_shutter.wav'
warning: no files found matching 'ColorLookupTable.fx'
warning: no files found matching 'lang/it.yaml'
warning: no files found matching 'lang/zh_hk.yaml'
warning: no files found matching 'lang/fr.yaml'
warning: no files found matching 'lang/es.yaml'
warning: no files found matching 'lang/de.yaml'
warning: no files found matching 'lang/en.yaml'
warning: no files found matching 'lang/ru.yaml'
warning: no files found matching 'lang/ko.yaml'
warning: no files found matching 'lang/zh_cn.yaml'
warning: no files found matching 'lang/ukr.yaml'
warning: no files found matching 'linear.cal'
warning: no files found matching 'pnp.ids'
warning: no files found matching 'presets/video_resolve_ST2084_clip.icc'
warning: no files found matching 'presets/default.icc'
warning: no files found matching 'presets/laptop.icc'
warning: no files found matching 'presets/video_ReShade.icc'
warning: no files found matching 'presets/office_web.icc'
warning: no files found matching 'presets/video.icc'
warning: no files found matching 'presets/sRGB.icc'
warning: no files found matching 'presets/video_resolve.icc'
warning: no files found matching 'presets/video_madVR.icc'
warning: no files found matching 'presets/video_eeColor.icc'
warning: no files found matching 'presets/video_madVR_ST2084.icc'
warning: no files found matching 'presets/video_Prisma.icc'
warning: no files found matching 'presets/softproof.icc'
warning: no files found matching 'presets/photo.icc'
warning: no files found matching 'ref/ColorCheckerSG.cie'
warning: no files found matching 'ref/ColorCheckerDC.cie'
warning: no files found matching 'ref/ClayRGB1998.gam'
warning: no files found matching 'ref/sRGB.gam'
warning: no files found matching 'ref/SMPTE431_P3.gam'
warning: no files found matching 'ref/SMPTE240M.icm'
warning: no files found matching 'ref/ACES.icm'
warning: no files found matching 'ref/Rec2020_HLG1000_cLUT.icm'
warning: no files found matching 'ref/XYZ'
warning: no files found matching 'D50.icm'
warning: no files found matching 'ref/ACEScg.icm'
warning: no files found matching 'ref/XYZ'
warning: no files found matching 'D50'
warning: no files found matching '(ICC'
warning: no files found matching 'PCS'
warning: no files found matching 'encoding).icm'
warning: no files found matching 'ref/DCDM'
warning: no files found matching 'X'Y'Z'.icm'
warning: no files found matching 'ref/SMPTE431_P3_D65_2084.icm'
warning: no files found matching 'ref/Rec2020_2084.icm'
warning: no files found matching 'ref/SMPTE431_P3_D65_HLG1000_cLUT.icm'
warning: no files found matching 'ref/SMPTE431_P3_D65.icm'
warning: no files found matching 'ref/verify_video.ti1'
warning: no files found matching 'ref/verify_video_xxl.ti1'
warning: no files found matching 'ref/verify_grayscale.ti1'
warning: no files found matching 'ref/CMYK_IDEAlliance_ControlStrip_2009.ti1'
warning: no files found matching 'ref/verify_video_xxxl.ti1'
warning: no files found matching 'ref/verify_xl.ti1'
warning: no files found matching 'ref/verify_video_extended_smpte2084_200_p3_2020.ti1'
warning: no files found matching 'ref/verify.ti1'
warning: no files found matching 'ref/ISO_12646-2008_color_accuracy_and_gray_balance.ti1'
warning: no files found matching 'ref/CMYK_IDEAlliance_ISO_12647-7_Control_Wedge_2013.ti1'
warning: no files found matching 'ref/CMYK_ISO_12647-7_outer_gamut.ti1'
warning: no files found matching 'ref/verify_video_large.ti1'
warning: no files found matching 'ref/ISO_14861_color_accuracy_RGB318.ti1'
warning: no files found matching 'ref/verify_video_xl.ti1'
warning: no files found matching 'ref/verify_video_extended.ti1'
warning: no files found matching 'ref/verify_large.ti1'
warning: no files found matching 'ref/verify_xxxl.ti1'
warning: no files found matching 'ref/verify_video_extended_smpte2084_500_p3_2020.ti1'
warning: no files found matching 'ref/verify_extended.ti1'
warning: no files found matching 'ref/verify_xxl.ti1'
warning: no files found matching 'ref/verify_video_extended_hlg_p3_2020.ti1'
warning: no files found matching 'ref/verify_video_extended_smpte2084_1000_p3_2020.ti1'
warning: no files found matching 'ref/verify_video_extended_smpte2084_100_p3_2020.ti1'
warning: no files found matching 'report/base.css'
warning: no files found matching 'report/print.css'
warning: no files found matching 'report/compare.css'
warning: no files found matching 'report/report.html'
warning: no files found matching 'report/uniformity.html'
warning: no files found matching 'report/uniformity.functions.js'
warning: no files found matching 'report/compare.functions.js'
warning: no files found matching 'report/compare.variables.js'
warning: no files found matching 'report/compare.constants.js'
warning: no files found matching 'report/compare.init.js'
warning: no files found matching 'report/jsapi-patches.js'
warning: no files found matching 'report/jsapi-packages.js'
warning: no files found matching 'test.cal'
warning: no files found matching 'theme/sash.png'
warning: no files found matching 'theme/header.png'
warning: no files found matching 'theme/marker_top@2x.png'
warning: no files found matching 'theme/headericon.png'
warning: no files found matching 'theme/splash-mask.png'
warning: no files found matching 'theme/dropdown-arrow@2x.png'
warning: no files found matching 'theme/shadow.png'
warning: no files found matching 'theme/splash_version.png'
warning: no files found matching 'theme/marker_btm.png'
warning: no files found matching 'theme/splash.png'
warning: no files found matching 'theme/headericon@2x.png'
warning: no files found matching 'theme/cross-2px-12x12-fff.png'
warning: no files found matching 'theme/x-2px-12x12-999.png'
warning: no files found matching 'theme/header@2x.png'
warning: no files found matching 'theme/header_minimal.png'
warning: no files found matching 'theme/solid-16x2-666.png'
warning: no files found matching 'theme/colorwheel.png'
warning: no files found matching 'theme/x-2px-12x12-999@2x.png'
warning: no files found matching 'theme/tab_hilite@2x.png'
warning: no files found matching 'theme/tab_selected.png'
warning: no files found matching 'theme/checkerboard-10x10x2-333-444.png'
warning: no files found matching 'theme/sash-right.png'
warning: no files found matching 'theme/solid-16x1-fff.png'
warning: no files found matching 'theme/tab_hilite.png'
warning: no files found matching 'theme/marker_btm@2x.png'
warning: no files found matching 'theme/tab_selected@2x.png'
warning: no files found matching 'theme/dropdown-arrow.png'
warning: no files found matching 'theme/dashed-16x2-666.png'
warning: no files found matching 'theme/shadow-bordertop.png'
warning: no files found matching 'theme/sash-left.png'
warning: no files found matching 'theme/gradient.png'
warning: no files found matching 'theme/header_minimal@2x.png'
warning: no files found matching 'theme/checkerboard-32x32x5-333-444.png'
warning: no files found matching 'theme/marker_top.png'
warning: no files found matching 'theme/colorwheel@2x.png'
warning: no files found matching 'theme/intro_new.wav'
warning: no files found matching 'theme/beep_boop.wav'
warning: no files found matching 'theme/engine_hum_loop.wav'
warning: no files found matching 'theme/pulsing_loop.wav'
warning: no files found matching 'theme/jet_anim/jet_anim_03.png'
warning: no files found matching 'theme/jet_anim/jet_anim_08.png'
warning: no files found matching 'theme/jet_anim/jet_anim_06.png'
warning: no files found matching 'theme/jet_anim/jet_anim_02.png'
warning: no files found matching 'theme/jet_anim/jet_anim_05.png'
warning: no files found matching 'theme/jet_anim/jet_anim_04.png'
warning: no files found matching 'theme/jet_anim/jet_anim_01.png'
warning: no files found matching 'theme/jet_anim/jet_anim_07.png'
warning: no files found matching 'theme/patch_anim/patch_anim_08.png'
warning: no files found matching 'theme/patch_anim/patch_anim_03.png'
warning: no files found matching 'theme/patch_anim/patch_anim_09.png'
warning: no files found matching 'theme/patch_anim/patch_anim_04.png'
warning: no files found matching 'theme/patch_anim/patch_anim_02.png'
warning: no files found matching 'theme/patch_anim/patch_anim_01.png'
warning: no files found matching 'theme/patch_anim/patch_anim_05.png'
warning: no files found matching 'theme/patch_anim/patch_anim_07.png'
warning: no files found matching 'theme/patch_anim/patch_anim_06.png'
warning: no files found matching 'theme/splash_anim/splash_anim_13.png'
warning: no files found matching 'theme/splash_anim/splash_anim_12.png'
warning: no files found matching 'theme/splash_anim/splash_anim_10.png'
warning: no files found matching 'theme/splash_anim/splash_anim_08.png'
warning: no files found matching 'theme/splash_anim/splash_anim_02.png'
warning: no files found matching 'theme/splash_anim/splash_anim_16.png'
warning: no files found matching 'theme/splash_anim/splash_anim_14.png'
warning: no files found matching 'theme/splash_anim/splash_anim_04.png'
warning: no files found matching 'theme/splash_anim/splash_anim_09.png'
warning: no files found matching 'theme/splash_anim/splash_anim_05.png'
warning: no files found matching 'theme/splash_anim/splash_anim_15.png'
warning: no files found matching 'theme/splash_anim/splash_anim_06.png'
warning: no files found matching 'theme/splash_anim/splash_anim_11.png'
warning: no files found matching 'theme/splash_anim/splash_anim_07.png'
warning: no files found matching 'theme/splash_anim/splash_anim_01.png'
warning: no files found matching 'theme/splash_anim/splash_anim_03.png'
warning: no files found matching 'theme/shutter_anim/shutter_anim_09.png'
warning: no files found matching 'theme/shutter_anim/shutter_anim_03.png'
warning: no files found matching 'theme/shutter_anim/shutter_anim_04.png'
warning: no files found matching 'theme/shutter_anim/shutter_anim_06.png'
warning: no files found matching 'theme/shutter_anim/shutter_anim_05.png'
warning: no files found matching 'theme/shutter_anim/shutter_anim_10.png'
warning: no files found matching 'theme/shutter_anim/shutter_anim_01.png'
warning: no files found matching 'theme/shutter_anim/shutter_anim_02.png'
warning: no files found matching 'theme/shutter_anim/shutter_anim_07.png'
warning: no files found matching 'theme/shutter_anim/shutter_anim_08.png'
warning: no files found matching 'ti1/d3-e4-s5-g52-m5-b0-f0.ti1'
warning: no files found matching 'ti1/d3-e4-s9-g52-m9-b0-f0.ti1'
warning: no files found matching 'ti1/d3-e4-s3-g52-m3-b0-f0.ti1'
warning: no files found matching 'ti1/d3-e4-s4-g52-m4-b0-f0.ti1'
warning: no files found matching 'ti1/d3-e4-s2-g28-m0-b0-f0.ti1'
warning: no files found matching 'ti1/ccxx.ti1'
warning: no files found matching 'ti1/d3-e4-s17-g52-m17-b0-f0.ti1'
warning: no files found matching 'x3d-viewer/x3d-viewer.css'
warning: no files found matching 'x3d-viewer/x3d-viewer.html'
warning: no files found matching 'x3d-viewer/x3d-viewer.js'
warning: no files found matching 'xrc/synthicc.xrc'
warning: no files found matching 'xrc/main.xrc'
warning: no files found matching 'xrc/3dlut.xrc'
warning: no files found matching 'xrc/gamap.xrc'
warning: no files found matching 'xrc/report.xrc'
warning: no files found matching 'xrc/extra.xrc'
warning: no files found matching 'xrc/mainmenu.xrc'
warning: no previously-included files matching '*~' found anywhere in distribution
warning: no previously-included files matching '*.backup' found anywhere in distribution
warning: no previously-included files matching '*.bak' found anywhere in distribution
* Building wheel from sdist
* Creating isolated environment: venv+pip...
* Installing packages in isolated environment:
  - pywin32; platform_system=="Windows"
  - setuptools
* Getting build dependencies for wheel...
['egg_info']
*** /home/manu/displaycal_venv/lib/python3.10/site-packages/pyproject_hooks/_in_process/_in_process.py egg_info
using distutils
desktopfile: /tmp/build-via-sdist-u28w59lf/displaycal-3.9.12/DisplayCAL/../misc/displaycal.desktop
desktopfile: /tmp/build-via-sdist-u28w59lf/displaycal-3.9.12/DisplayCAL/../misc/displaycal-3dlut-maker.desktop
desktopfile: /tmp/build-via-sdist-u28w59lf/displaycal-3.9.12/DisplayCAL/../misc/displaycal-apply-profiles.desktop
desktopfile: /tmp/build-via-sdist-u28w59lf/displaycal-3.9.12/DisplayCAL/../misc/displaycal-curve-viewer.desktop
desktopfile: /tmp/build-via-sdist-u28w59lf/displaycal-3.9.12/DisplayCAL/../misc/displaycal-profile-info.desktop
desktopfile: /tmp/build-via-sdist-u28w59lf/displaycal-3.9.12/DisplayCAL/../misc/displaycal-scripting-client.desktop
desktopfile: /tmp/build-via-sdist-u28w59lf/displaycal-3.9.12/DisplayCAL/../misc/displaycal-synthprofile.desktop
desktopfile: /tmp/build-via-sdist-u28w59lf/displaycal-3.9.12/DisplayCAL/../misc/displaycal-testchart-editor.desktop
desktopfile: /tmp/build-via-sdist-u28w59lf/displaycal-3.9.12/DisplayCAL/../misc/displaycal-vrml-to-x3d-converter.desktop
warning: no files found matching 'MANIFEST'
warning: no files found matching 'use-distutils'
warning: no files found matching '_in_process.py'
warning: no files found matching '_in_process.cfg'
warning: no previously-included files found matching 'misc/Argyll'
warning: no previously-included files found matching 'misc/*.rules'
warning: no previously-included files found matching 'misc/*.usermap'
warning: no previously-included files matching '*~' found anywhere in distribution
warning: no previously-included files matching '*.backup' found anywhere in distribution
warning: no previously-included files matching '*.bak' found anywhere in distribution
* Installing packages in isolated environment:
  - wheel
* Building wheel...
['bdist_wheel', '--dist-dir', '/home/manu/displaycal-py3/dist/.tmp-3h2itn0m']
*** /home/manu/displaycal_venv/lib/python3.10/site-packages/pyproject_hooks/_in_process/_in_process.py bdist_wheel --dist-dir /home/manu/displaycal-py3/dist/.tmp-3h2itn0m
using distutils
desktopfile: /tmp/build-via-sdist-u28w59lf/displaycal-3.9.12/DisplayCAL/../misc/displaycal.desktop
desktopfile: /tmp/build-via-sdist-u28w59lf/displaycal-3.9.12/DisplayCAL/../misc/displaycal-3dlut-maker.desktop
desktopfile: /tmp/build-via-sdist-u28w59lf/displaycal-3.9.12/DisplayCAL/../misc/displaycal-apply-profiles.desktop
desktopfile: /tmp/build-via-sdist-u28w59lf/displaycal-3.9.12/DisplayCAL/../misc/displaycal-curve-viewer.desktop
desktopfile: /tmp/build-via-sdist-u28w59lf/displaycal-3.9.12/DisplayCAL/../misc/displaycal-profile-info.desktop
desktopfile: /tmp/build-via-sdist-u28w59lf/displaycal-3.9.12/DisplayCAL/../misc/displaycal-scripting-client.desktop
desktopfile: /tmp/build-via-sdist-u28w59lf/displaycal-3.9.12/DisplayCAL/../misc/displaycal-synthprofile.desktop
desktopfile: /tmp/build-via-sdist-u28w59lf/displaycal-3.9.12/DisplayCAL/../misc/displaycal-testchart-editor.desktop
desktopfile: /tmp/build-via-sdist-u28w59lf/displaycal-3.9.12/DisplayCAL/../misc/displaycal-vrml-to-x3d-converter.desktop
DisplayCAL/RealDisplaySizeMM.c: In function ‘get_displays’:
DisplayCAL/RealDisplaySizeMM.c:871:61: warning: pointer targets in passing argument 11 of ‘XRRGetOutputProperty’ differ in signedness [-Wpointer-sign]
  871 |                                    &ret_type, &ret_format, &ret_len, &ret_togo, &atomv) == Success
      |                                                            ^~~~~~~~
      |                                                            |
      |                                                            long int *
In file included from DisplayCAL/RealDisplaySizeMM.c:33:
/usr/include/X11/extensions/Xrandr.h:340:38: note: expected ‘long unsigned int *’ but argument is of type ‘long int *’
  340 |                      unsigned long *nitems, unsigned long *bytes_after,
      |                      ~~~~~~~~~~~~~~~^~~~~~
DisplayCAL/RealDisplaySizeMM.c:871:71: warning: passing argument 12 of ‘XRRGetOutputProperty’ from incompatible pointer type [-Wincompatible-pointer-types]
  871 |                                    &ret_type, &ret_format, &ret_len, &ret_togo, &atomv) == Success
      |                                                                      ^~~~~~~~~
      |                                                                      |
      |                                                                      long unsigned int **
In file included from DisplayCAL/RealDisplaySizeMM.c:33:
/usr/include/X11/extensions/Xrandr.h:340:61: note: expected ‘long unsigned int *’ but argument is of type ‘long unsigned int **’
  340 |                      unsigned long *nitems, unsigned long *bytes_after,
      |                                              ~~~~~~~~~~~~~~~^~~~~~~~~~~
DisplayCAL/RealDisplaySizeMM.c:1036:53: warning: pointer targets in passing argument 10 of ‘XGetWindowProperty’ differ in signedness [-Wpointer-sign]
1036 |                            &ret_type, &ret_format, &ret_len, &ret_togo, &atomv) == Success
      |                                                    ^~~~~~~~
      |                                                    |
      |                                                    long int *
In file included from DisplayCAL/RealDisplaySizeMM.c:27:
/usr/include/X11/Xlib.h:2696:5: note: expected ‘long unsigned int *’ but argument is of type ‘long int *’
2696 |    unsigned long*      /* nitems_return */,
      |    ^~~~~~~~~~~~~~
DisplayCAL/RealDisplaySizeMM.c:1036:63: warning: pointer targets in passing argument 11 of ‘XGetWindowProperty’ differ in signedness [-Wpointer-sign]
1036 |                            &ret_type, &ret_format, &ret_len, &ret_togo, &atomv) == Success
      |                                                              ^~~~~~~~~
      |                                                              |
      |                                                              long int *
In file included from DisplayCAL/RealDisplaySizeMM.c:27:
/usr/include/X11/Xlib.h:2697:5: note: expected ‘long unsigned int *’ but argument is of type ‘long int *’
2697 |    unsigned long*      /* bytes_after_return */,
      |    ^~~~~~~~~~~~~~
DisplayCAL/RealDisplaySizeMM.c: In function ‘enumerate_displays’:
DisplayCAL/RealDisplaySizeMM.c:1364:56: warning: pointer targets in passing argument 1 of ‘PyBytes_FromStringAndSize’ differ in signedness [-Wpointer-sign]
1364 |              (value = PyString_FromStringAndSize(dp[i]->edid, dp[i]->edid_len)) != NULL) {
      |                                                  ~~~~~^~~~~~
      |                                                        |
      |                                                        unsigned char *
In file included from /usr/include/python3.10/Python.h:82,
                from DisplayCAL/RealDisplaySizeMM.c:1:
/usr/include/python3.10/bytesobject.h:34:50: note: expected ‘const char *’ but argument is of type ‘unsigned char *’
  34 | PyAPI_FUNC(PyObject *) PyBytes_FromStringAndSize(const char *, Py_ssize_t);
      |                                                  ^~~~~~~~~~~~
warning: no files found matching 'MANIFEST'
warning: no files found matching 'use-distutils'
warning: no files found matching '_in_process.py'
warning: no files found matching '_in_process.cfg'
warning: no previously-included files found matching 'misc/Argyll'
warning: no previously-included files found matching 'misc/*.rules'
warning: no previously-included files found matching 'misc/*.usermap'
warning: no previously-included files matching '*~' found anywhere in distribution
warning: no previously-included files matching '*.backup' found anywhere in distribution
warning: no previously-included files matching '*.bak' found anywhere in distribution
Successfully built displaycal-3.9.12.tar.gz and DisplayCAL-3.9.12-cp310-cp310-linux_x86_64.whl
(displaycal_venv) manu@ZBook:~/displaycal-py3$
(displaycal_venv) manu@ZBook:~/displaycal-py3$
(displaycal_venv) manu@ZBook:~/displaycal-py3$
(displaycal_venv) manu@ZBook:~/displaycal-py3$ pip install dist/DisplayCAL-3.9.*.whl
Processing ./dist/DisplayCAL-3.9.12-cp310-cp310-linux_x86_64.whl
Requirement already satisfied: PyChromecast in /home/manu/displaycal_venv/lib/python3.10/site-packages (from DisplayCAL==3.9.12) (13.1.0)
Requirement already satisfied: build in /home/manu/displaycal_venv/lib/python3.10/site-packages (from DisplayCAL==3.9.12) (1.2.1)
Requirement already satisfied: Send2Trash in /home/manu/displaycal_venv/lib/python3.10/site-packages (from DisplayCAL==3.9.12) (1.8.3)
Requirement already satisfied: dbus-python in /home/manu/displaycal_venv/lib/python3.10/site-packages (from DisplayCAL==3.9.12) (1.3.2)
Requirement already satisfied: zeroconf in /home/manu/displaycal_venv/lib/python3.10/site-packages (from DisplayCAL==3.9.12) (0.132.2)
Requirement already satisfied: certifi in /home/manu/displaycal_venv/lib/python3.10/site-packages (from DisplayCAL==3.9.12) (2024.2.2)
Requirement already satisfied: distro in /home/manu/displaycal_venv/lib/python3.10/site-packages (from DisplayCAL==3.9.12) (1.9.0)
Requirement already satisfied: wxPython in /home/manu/displaycal_venv/lib/python3.10/site-packages (from DisplayCAL==3.9.12) (4.2.1)
Requirement already satisfied: Pillow in /home/manu/displaycal_venv/lib/python3.10/site-packages (from DisplayCAL==3.9.12) (10.3.0)
Requirement already satisfied: numpy in /home/manu/displaycal_venv/lib/python3.10/site-packages (from DisplayCAL==3.9.12) (1.26.4)
Requirement already satisfied: tomli>=1.1.0 in /home/manu/displaycal_venv/lib/python3.10/site-packages (from build->DisplayCAL==3.9.12) (2.0.1)
Requirement already satisfied: packaging>=19.1 in /home/manu/displaycal_venv/lib/python3.10/site-packages (from build->DisplayCAL==3.9.12) (24.0)
Requirement already satisfied: pyproject_hooks in /home/manu/displaycal_venv/lib/python3.10/site-packages (from build->DisplayCAL==3.9.12) (1.1.0)
Requirement already satisfied: protobuf>=3.19.1 in /home/manu/displaycal_venv/lib/python3.10/site-packages (from PyChromecast->DisplayCAL==3.9.12) (5.26.1)
Requirement already satisfied: casttube>=0.2.0 in /home/manu/displaycal_venv/lib/python3.10/site-packages (from PyChromecast->DisplayCAL==3.9.12) (0.2.1)
Requirement already satisfied: ifaddr>=0.1.7 in /home/manu/displaycal_venv/lib/python3.10/site-packages (from zeroconf->DisplayCAL==3.9.12) (0.2.0)
Requirement already satisfied: async-timeout>=3.0.0 in /home/manu/displaycal_venv/lib/python3.10/site-packages (from zeroconf->DisplayCAL==3.9.12) (4.0.3)
Requirement already satisfied: six in /home/manu/displaycal_venv/lib/python3.10/site-packages (from wxPython->DisplayCAL==3.9.12) (1.16.0)
Requirement already satisfied: requests in /home/manu/displaycal_venv/lib/python3.10/site-packages (from casttube>=0.2.0->PyChromecast->DisplayCAL==3.9.12) (2.31.0)
Requirement already satisfied: idna<4,>=2.5 in /home/manu/displaycal_venv/lib/python3.10/site-packages (from requests->casttube>=0.2.0->PyChromecast->DisplayCAL==3.9.12) (3.7)
Requirement already satisfied: urllib3<3,>=1.21.1 in /home/manu/displaycal_venv/lib/python3.10/site-packages (from requests->casttube>=0.2.0->PyChromecast->DisplayCAL==3.9.12) (2.2.1)
Requirement already satisfied: charset-normalizer<4,>=2 in /home/manu/displaycal_venv/lib/python3.10/site-packages (from requests->casttube>=0.2.0->PyChromecast->DisplayCAL==3.9.12) (3.3.2)
Installing collected packages: DisplayCAL
Successfully installed DisplayCAL-3.9.12
(displaycal_venv) manu@ZBook:~/displaycal-py3$ display
display                                  displaycal-curve-viewer                  displaycal-synthprofile                  display-im6
displaycal                                displaycal-eecolor-to-madvr-converter    displaycal-testchart-editor              display-im6.q16
displaycal-3dlut-maker                    displaycal-profile-info                  displaycal-vrml-to-x3d-converter         
displaycal-apply-profiles                displaycal-scripting-client              displaycal-vrml-to-x3d-converter-console 
(displaycal_venv) manu@ZBook:~/displaycal-py3$ displaycal
Acquired lock file: <DisplayCAL.main.AppLock object at 0x7e2499efaec0>
displaycal 3.9.12 2024-04-29T15:44:21Z
ubuntu 22.04 jammy x86_64
Python 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0]
Faulthandler
wxPython 4.2.1 gtk3 (phoenix) wxWidgets 3.2.2.1
Encoding: utf-8
File system encoding: utf-8
Loading /home/manu/.config/DisplayCAL/DisplayCAL.ini
listening
writing to lock file: port: 15411
NoneType: None
┌──────────────────────────────────────────────────────────────────────────────┐
│ NoneType: None                                                              │
└──────────────────────────────────────────────────────────────────────────────┘
Traceback (most recent call last):
  File "/home/manu/displaycal_venv/lib/python3.10/site-packages/DisplayCAL/main.py", line 550, in main
    _main(module, name, app_lock_file_name)
  File "/home/manu/displaycal_venv/lib/python3.10/site-packages/DisplayCAL/main.py", line 486, in _main
    raise ResourceError(
DisplayCAL.debughelpers.ResourceError: resources.notfound.error
lang/en.yaml
┌──────────────────────────────────────────────────────────────────────────────┐
│ Traceback (most recent call last):                                          │
│  File                                                                      │
│ "/home/manu/displaycal_venv/lib/python3.10/site-packages/DisplayCAL/main.py", │
│ line 550, in main                                                            │
│    _main(module, name, app_lock_file_name)                                  │
│  File                                                                      │
│ "/home/manu/displaycal_venv/lib/python3.10/site-packages/DisplayCAL/main.py", │
│ line 486, in _main                                                          │
│    raise ResourceError(                                                    │
│ DisplayCAL.debughelpers.ResourceError: resources.notfound.error              │
│ lang/en.yaml                                                                │
└──────────────────────────────────────────────────────────────────────────────┘
Exiting displaycal
Ran application exit handlers
(displaycal_venv) manu@ZBook:~/displaycal-py3$

Apparemment la procédure d'installation est cassée...
dt stable / Ubuntu 22.04
Répondre
(29-04-24, 16:56)manu a écrit : J'ai changé de bécane, toujours sous Ubuntu 22.04 et bien sûr il me faut étalonner mes écrans.

J'ai un gros soucis avec l'installation de displaycal en suivant la procédure manuelle telle que décrite ici.

Les prérequis sont bien installés.

Code :
manu@ZBook:~$ git clone https://github.com/eoyilmaz/displaycal-py3
Clonage dans 'displaycal-py3'...
remote: Enumerating objects: 39035, done.
remote: Counting objects: 100% (3410/3410), done.
remote: Compressing objects: 100% (1009/1009), done.
remote: Total 39035 (delta 2382), reused 3167 (delta 2263), pack-reused 35625
Réception d'objets: 100% (39035/39035), 57.00 Mio | 1.20 Mio/s, fait.
Résolution des deltas: 100% (29135/29135), fait.
manu@ZBook:~$ python -m venv ./displaycal_venv
manu@ZBook:~$ source ./displaycal_venv/bin/activate
(displaycal_venv) manu@ZBook:~$ pip install wheel
Collecting wheel
  Using cached wheel-0.43.0-py3-none-any.whl (65 kB)
Installing collected packages: wheel
Successfully installed wheel-0.43.0
(displaycal_venv) manu@ZBook:~$ pip install attrdict3
Collecting attrdict3
  Using cached attrdict3-2.0.2-py2.py3-none-any.whl (10 kB)
Collecting six
  Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Installing collected packages: six, attrdict3
Successfully installed attrdict3-2.0.2 six-1.16.0
(displaycal_venv) manu@ZBook:~$ cd ./displaycal-py3/
(displaycal_venv) manu@ZBook:~/displaycal-py3$ pip install -r requirements.txt
Collecting build
  Using cached build-1.2.1-py3-none-any.whl (21 kB)
Collecting certifi
  Using cached certifi-2024.2.2-py3-none-any.whl (163 kB)
Collecting dbus-python
  Using cached dbus_python-1.3.2-cp310-cp310-linux_x86_64.whl
Collecting distro
  Using cached distro-1.9.0-py3-none-any.whl (20 kB)
Collecting numpy
  Using cached numpy-1.26.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.2 MB)
Collecting Pillow
  Using cached pillow-10.3.0-cp310-cp310-manylinux_2_28_x86_64.whl (4.5 MB)
Collecting PyChromecast
  Using cached PyChromecast-13.1.0-py2.py3-none-any.whl (64 kB)
Collecting Send2Trash
  Using cached Send2Trash-1.8.3-py3-none-any.whl (18 kB)
Collecting wxPython>=4.1.1
  Using cached wxPython-4.2.1-cp310-cp310-linux_x86_64.whl
Collecting zeroconf
  Using cached zeroconf-0.132.2-cp310-cp310-manylinux_2_31_x86_64.whl (10.4 MB)
Collecting packaging>=19.1
  Using cached packaging-24.0-py3-none-any.whl (53 kB)
Collecting pyproject_hooks
  Downloading pyproject_hooks-1.1.0-py3-none-any.whl (9.2 kB)
Collecting tomli>=1.1.0
  Using cached tomli-2.0.1-py3-none-any.whl (12 kB)
Collecting casttube>=0.2.0
  Using cached casttube-0.2.1-py3-none-any.whl (6.5 kB)
Collecting protobuf>=3.19.1
  Using cached protobuf-5.26.1-cp37-abi3-manylinux2014_x86_64.whl (302 kB)
Requirement already satisfied: six in /home/manu/displaycal_venv/lib/python3.10/site-packages (from wxPython>=4.1.1->-r requirements.txt (line 9)) (1.16.0)
Collecting ifaddr>=0.1.7
  Using cached ifaddr-0.2.0-py3-none-any.whl (12 kB)
Collecting async-timeout>=3.0.0
  Using cached async_timeout-4.0.3-py3-none-any.whl (5.7 kB)
Collecting requests
  Using cached requests-2.31.0-py3-none-any.whl (62 kB)
Collecting idna<4,>=2.5
  Using cached idna-3.7-py3-none-any.whl (66 kB)
Collecting charset-normalizer<4,>=2
  Using cached charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (142 kB)
Collecting urllib3<3,>=1.21.1
  Using cached urllib3-2.2.1-py3-none-any.whl (121 kB)
Installing collected packages: ifaddr, urllib3, tomli, Send2Trash, pyproject_hooks, protobuf, Pillow, packaging, numpy, idna, distro, dbus-python, charset-normalizer, certifi, async-timeout, zeroconf, wxPython, requests, build, casttube, PyChromecast
Successfully installed Pillow-10.3.0 PyChromecast-13.1.0 Send2Trash-1.8.3 async-timeout-4.0.3 build-1.2.1 casttube-0.2.1 certifi-2024.2.2 charset-normalizer-3.3.2 dbus-python-1.3.2 distro-1.9.0 idna-3.7 ifaddr-0.2.0 numpy-1.26.4 packaging-24.0 protobuf-5.26.1 pyproject_hooks-1.1.0 requests-2.31.0 tomli-2.0.1 urllib3-2.2.1 wxPython-4.2.1 zeroconf-0.132.2
(displaycal_venv) manu@ZBook:~/displaycal-py3$ python -m build
* Creating isolated environment: venv+pip...
* Installing packages in isolated environment:
  - pywin32; platform_system=="Windows"
  - setuptools
* Getting build dependencies for sdist...
Trying to get git version information...
Trying to get git information...
Generating __version__.py
Version 3.9.12
['egg_info']
*** /home/manu/displaycal_venv/lib/python3.10/site-packages/pyproject_hooks/_in_process/_in_process.py egg_info
using distutils
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal.desktop
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal-3dlut-maker.desktop
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal-apply-profiles.desktop
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal-curve-viewer.desktop
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal-profile-info.desktop
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal-scripting-client.desktop
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal-synthprofile.desktop
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal-testchart-editor.desktop
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal-vrml-to-x3d-converter.desktop
warning: no files found matching 'MANIFEST'
warning: no files found matching 'use-distutils'
warning: no files found matching '_in_process.py'
warning: no files found matching '_in_process.cfg'
warning: no files found matching 'dist/copyright'
warning: no files found matching 'dist/net.displaycal.DisplayCAL.appdata.xml'
warning: no files found matching 'beep.wav'
warning: no files found matching 'camera_shutter.wav'
warning: no files found matching 'ColorLookupTable.fx'
warning: no files found matching 'lang/it.yaml'
warning: no files found matching 'lang/zh_hk.yaml'
warning: no files found matching 'lang/fr.yaml'
warning: no files found matching 'lang/es.yaml'
warning: no files found matching 'lang/de.yaml'
warning: no files found matching 'lang/en.yaml'
warning: no files found matching 'lang/ru.yaml'
warning: no files found matching 'lang/ko.yaml'
warning: no files found matching 'lang/zh_cn.yaml'
warning: no files found matching 'lang/ukr.yaml'
warning: no files found matching 'linear.cal'
warning: no files found matching 'pnp.ids'
warning: no files found matching 'presets/video_resolve_ST2084_clip.icc'
warning: no files found matching 'presets/default.icc'
warning: no files found matching 'presets/laptop.icc'
warning: no files found matching 'presets/video_ReShade.icc'
warning: no files found matching 'presets/office_web.icc'
warning: no files found matching 'presets/video.icc'
warning: no files found matching 'presets/sRGB.icc'
warning: no files found matching 'presets/video_resolve.icc'
warning: no files found matching 'presets/video_madVR.icc'
warning: no files found matching 'presets/video_eeColor.icc'
warning: no files found matching 'presets/video_madVR_ST2084.icc'
warning: no files found matching 'presets/video_Prisma.icc'
warning: no files found matching 'presets/softproof.icc'
warning: no files found matching 'presets/photo.icc'
warning: no files found matching 'ref/ColorCheckerSG.cie'
warning: no files found matching 'ref/ColorCheckerDC.cie'
warning: no files found matching 'ref/ClayRGB1998.gam'
warning: no files found matching 'ref/sRGB.gam'
warning: no files found matching 'ref/SMPTE431_P3.gam'
warning: no files found matching 'ref/SMPTE240M.icm'
warning: no files found matching 'ref/ACES.icm'
warning: no files found matching 'ref/Rec2020_HLG1000_cLUT.icm'
warning: no files found matching 'ref/XYZ'
warning: no files found matching 'D50.icm'
warning: no files found matching 'ref/ACEScg.icm'
warning: no files found matching 'ref/XYZ'
warning: no files found matching 'D50'
warning: no files found matching '(ICC'
warning: no files found matching 'PCS'
warning: no files found matching 'encoding).icm'
warning: no files found matching 'ref/DCDM'
warning: no files found matching 'X'Y'Z'.icm'
warning: no files found matching 'ref/SMPTE431_P3_D65_2084.icm'
warning: no files found matching 'ref/Rec2020_2084.icm'
warning: no files found matching 'ref/SMPTE431_P3_D65_HLG1000_cLUT.icm'
warning: no files found matching 'ref/SMPTE431_P3_D65.icm'
warning: no files found matching 'ref/verify_video.ti1'
warning: no files found matching 'ref/verify_video_xxl.ti1'
warning: no files found matching 'ref/verify_grayscale.ti1'
warning: no files found matching 'ref/CMYK_IDEAlliance_ControlStrip_2009.ti1'
warning: no files found matching 'ref/verify_video_xxxl.ti1'
warning: no files found matching 'ref/verify_xl.ti1'
warning: no files found matching 'ref/verify_video_extended_smpte2084_200_p3_2020.ti1'
warning: no files found matching 'ref/verify.ti1'
warning: no files found matching 'ref/ISO_12646-2008_color_accuracy_and_gray_balance.ti1'
warning: no files found matching 'ref/CMYK_IDEAlliance_ISO_12647-7_Control_Wedge_2013.ti1'
warning: no files found matching 'ref/CMYK_ISO_12647-7_outer_gamut.ti1'
warning: no files found matching 'ref/verify_video_large.ti1'
warning: no files found matching 'ref/ISO_14861_color_accuracy_RGB318.ti1'
warning: no files found matching 'ref/verify_video_xl.ti1'
warning: no files found matching 'ref/verify_video_extended.ti1'
warning: no files found matching 'ref/verify_large.ti1'
warning: no files found matching 'ref/verify_xxxl.ti1'
warning: no files found matching 'ref/verify_video_extended_smpte2084_500_p3_2020.ti1'
warning: no files found matching 'ref/verify_extended.ti1'
warning: no files found matching 'ref/verify_xxl.ti1'
warning: no files found matching 'ref/verify_video_extended_hlg_p3_2020.ti1'
warning: no files found matching 'ref/verify_video_extended_smpte2084_1000_p3_2020.ti1'
warning: no files found matching 'ref/verify_video_extended_smpte2084_100_p3_2020.ti1'
warning: no files found matching 'report/base.css'
warning: no files found matching 'report/print.css'
warning: no files found matching 'report/compare.css'
warning: no files found matching 'report/report.html'
warning: no files found matching 'report/uniformity.html'
warning: no files found matching 'report/uniformity.functions.js'
warning: no files found matching 'report/compare.functions.js'
warning: no files found matching 'report/compare.variables.js'
warning: no files found matching 'report/compare.constants.js'
warning: no files found matching 'report/compare.init.js'
warning: no files found matching 'report/jsapi-patches.js'
warning: no files found matching 'report/jsapi-packages.js'
warning: no files found matching 'test.cal'
warning: no files found matching 'theme/sash.png'
warning: no files found matching 'theme/header.png'
warning: no files found matching 'theme/marker_top@2x.png'
warning: no files found matching 'theme/headericon.png'
warning: no files found matching 'theme/splash-mask.png'
warning: no files found matching 'theme/dropdown-arrow@2x.png'
warning: no files found matching 'theme/shadow.png'
warning: no files found matching 'theme/splash_version.png'
warning: no files found matching 'theme/marker_btm.png'
warning: no files found matching 'theme/splash.png'
warning: no files found matching 'theme/headericon@2x.png'
warning: no files found matching 'theme/cross-2px-12x12-fff.png'
warning: no files found matching 'theme/x-2px-12x12-999.png'
warning: no files found matching 'theme/header@2x.png'
warning: no files found matching 'theme/header_minimal.png'
warning: no files found matching 'theme/solid-16x2-666.png'
warning: no files found matching 'theme/colorwheel.png'
warning: no files found matching 'theme/x-2px-12x12-999@2x.png'
warning: no files found matching 'theme/tab_hilite@2x.png'
warning: no files found matching 'theme/tab_selected.png'
warning: no files found matching 'theme/checkerboard-10x10x2-333-444.png'
warning: no files found matching 'theme/sash-right.png'
warning: no files found matching 'theme/solid-16x1-fff.png'
warning: no files found matching 'theme/tab_hilite.png'
warning: no files found matching 'theme/marker_btm@2x.png'
warning: no files found matching 'theme/tab_selected@2x.png'
warning: no files found matching 'theme/dropdown-arrow.png'
warning: no files found matching 'theme/dashed-16x2-666.png'
warning: no files found matching 'theme/shadow-bordertop.png'
warning: no files found matching 'theme/sash-left.png'
warning: no files found matching 'theme/gradient.png'
warning: no files found matching 'theme/header_minimal@2x.png'
warning: no files found matching 'theme/checkerboard-32x32x5-333-444.png'
warning: no files found matching 'theme/marker_top.png'
warning: no files found matching 'theme/colorwheel@2x.png'
warning: no files found matching 'theme/intro_new.wav'
warning: no files found matching 'theme/beep_boop.wav'
warning: no files found matching 'theme/engine_hum_loop.wav'
warning: no files found matching 'theme/pulsing_loop.wav'
warning: no files found matching 'theme/jet_anim/jet_anim_03.png'
warning: no files found matching 'theme/jet_anim/jet_anim_08.png'
warning: no files found matching 'theme/jet_anim/jet_anim_06.png'
warning: no files found matching 'theme/jet_anim/jet_anim_02.png'
warning: no files found matching 'theme/jet_anim/jet_anim_05.png'
warning: no files found matching 'theme/jet_anim/jet_anim_04.png'
warning: no files found matching 'theme/jet_anim/jet_anim_01.png'
warning: no files found matching 'theme/jet_anim/jet_anim_07.png'
warning: no files found matching 'theme/patch_anim/patch_anim_08.png'
warning: no files found matching 'theme/patch_anim/patch_anim_03.png'
warning: no files found matching 'theme/patch_anim/patch_anim_09.png'
warning: no files found matching 'theme/patch_anim/patch_anim_04.png'
warning: no files found matching 'theme/patch_anim/patch_anim_02.png'
warning: no files found matching 'theme/patch_anim/patch_anim_01.png'
warning: no files found matching 'theme/patch_anim/patch_anim_05.png'
warning: no files found matching 'theme/patch_anim/patch_anim_07.png'
warning: no files found matching 'theme/patch_anim/patch_anim_06.png'
warning: no files found matching 'theme/splash_anim/splash_anim_13.png'
warning: no files found matching 'theme/splash_anim/splash_anim_12.png'
warning: no files found matching 'theme/splash_anim/splash_anim_10.png'
warning: no files found matching 'theme/splash_anim/splash_anim_08.png'
warning: no files found matching 'theme/splash_anim/splash_anim_02.png'
warning: no files found matching 'theme/splash_anim/splash_anim_16.png'
warning: no files found matching 'theme/splash_anim/splash_anim_14.png'
warning: no files found matching 'theme/splash_anim/splash_anim_04.png'
warning: no files found matching 'theme/splash_anim/splash_anim_09.png'
warning: no files found matching 'theme/splash_anim/splash_anim_05.png'
warning: no files found matching 'theme/splash_anim/splash_anim_15.png'
warning: no files found matching 'theme/splash_anim/splash_anim_06.png'
warning: no files found matching 'theme/splash_anim/splash_anim_11.png'
warning: no files found matching 'theme/splash_anim/splash_anim_07.png'
warning: no files found matching 'theme/splash_anim/splash_anim_01.png'
warning: no files found matching 'theme/splash_anim/splash_anim_03.png'
warning: no files found matching 'theme/shutter_anim/shutter_anim_09.png'
warning: no files found matching 'theme/shutter_anim/shutter_anim_03.png'
warning: no files found matching 'theme/shutter_anim/shutter_anim_04.png'
warning: no files found matching 'theme/shutter_anim/shutter_anim_06.png'
warning: no files found matching 'theme/shutter_anim/shutter_anim_05.png'
warning: no files found matching 'theme/shutter_anim/shutter_anim_10.png'
warning: no files found matching 'theme/shutter_anim/shutter_anim_01.png'
warning: no files found matching 'theme/shutter_anim/shutter_anim_02.png'
warning: no files found matching 'theme/shutter_anim/shutter_anim_07.png'
warning: no files found matching 'theme/shutter_anim/shutter_anim_08.png'
warning: no files found matching 'ti1/d3-e4-s5-g52-m5-b0-f0.ti1'
warning: no files found matching 'ti1/d3-e4-s9-g52-m9-b0-f0.ti1'
warning: no files found matching 'ti1/d3-e4-s3-g52-m3-b0-f0.ti1'
warning: no files found matching 'ti1/d3-e4-s4-g52-m4-b0-f0.ti1'
warning: no files found matching 'ti1/d3-e4-s2-g28-m0-b0-f0.ti1'
warning: no files found matching 'ti1/ccxx.ti1'
warning: no files found matching 'ti1/d3-e4-s17-g52-m17-b0-f0.ti1'
warning: no files found matching 'x3d-viewer/x3d-viewer.css'
warning: no files found matching 'x3d-viewer/x3d-viewer.html'
warning: no files found matching 'x3d-viewer/x3d-viewer.js'
warning: no files found matching 'xrc/synthicc.xrc'
warning: no files found matching 'xrc/main.xrc'
warning: no files found matching 'xrc/3dlut.xrc'
warning: no files found matching 'xrc/gamap.xrc'
warning: no files found matching 'xrc/report.xrc'
warning: no files found matching 'xrc/extra.xrc'
warning: no files found matching 'xrc/mainmenu.xrc'
warning: no previously-included files matching '*~' found anywhere in distribution
warning: no previously-included files matching '*.backup' found anywhere in distribution
warning: no previously-included files matching '*.bak' found anywhere in distribution
* Building sdist...
Trying to get git version information...
Trying to get git information...
Generating __version__.py
Version 3.9.12
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal.desktop
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal-3dlut-maker.desktop
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal-apply-profiles.desktop
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal-curve-viewer.desktop
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal-profile-info.desktop
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal-scripting-client.desktop
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal-synthprofile.desktop
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal-testchart-editor.desktop
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal-vrml-to-x3d-converter.desktop
['sdist', '--formats', 'gztar', '--dist-dir', '/home/manu/displaycal-py3/dist/.tmp-fns3_cd_']
*** /home/manu/displaycal_venv/lib/python3.10/site-packages/pyproject_hooks/_in_process/_in_process.py sdist --formats gztar --dist-dir /home/manu/displaycal-py3/dist/.tmp-fns3_cd_
using distutils
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal.desktop
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal-3dlut-maker.desktop
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal-apply-profiles.desktop
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal-curve-viewer.desktop
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal-profile-info.desktop
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal-scripting-client.desktop
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal-synthprofile.desktop
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal-testchart-editor.desktop
desktopfile: /home/manu/displaycal-py3/DisplayCAL/../misc/displaycal-vrml-to-x3d-converter.desktop
warning: no files found matching 'MANIFEST'
warning: no files found matching 'use-distutils'
warning: no files found matching '_in_process.py'
warning: no files found matching '_in_process.cfg'
warning: no files found matching 'beep.wav'
warning: no files found matching 'camera_shutter.wav'
warning: no files found matching 'ColorLookupTable.fx'
warning: no files found matching 'lang/it.yaml'
warning: no files found matching 'lang/zh_hk.yaml'
warning: no files found matching 'lang/fr.yaml'
warning: no files found matching 'lang/es.yaml'
warning: no files found matching 'lang/de.yaml'
warning: no files found matching 'lang/en.yaml'
warning: no files found matching 'lang/ru.yaml'
warning: no files found matching 'lang/ko.yaml'
warning: no files found matching 'lang/zh_cn.yaml'
warning: no files found matching 'lang/ukr.yaml'
warning: no files found matching 'linear.cal'
warning: no files found matching 'pnp.ids'
warning: no files found matching 'presets/video_resolve_ST2084_clip.icc'
warning: no files found matching 'presets/default.icc'
warning: no files found matching 'presets/laptop.icc'
warning: no files found matching 'presets/video_ReShade.icc'
warning: no files found matching 'presets/office_web.icc'
warning: no files found matching 'presets/video.icc'
warning: no files found matching 'presets/sRGB.icc'
warning: no files found matching 'presets/video_resolve.icc'
warning: no files found matching 'presets/video_madVR.icc'
warning: no files found matching 'presets/video_eeColor.icc'
warning: no files found matching 'presets/video_madVR_ST2084.icc'
warning: no files found matching 'presets/video_Prisma.icc'
warning: no files found matching 'presets/softproof.icc'
warning: no files found matching 'presets/photo.icc'
warning: no files found matching 'ref/ColorCheckerSG.cie'
warning: no files found matching 'ref/ColorCheckerDC.cie'
warning: no files found matching 'ref/ClayRGB1998.gam'
warning: no files found matching 'ref/sRGB.gam'
warning: no files found matching 'ref/SMPTE431_P3.gam'
warning: no files found matching 'ref/SMPTE240M.icm'
warning: no files found matching 'ref/ACES.icm'
warning: no files found matching 'ref/Rec2020_HLG1000_cLUT.icm'
warning: no files found matching 'ref/XYZ'
warning: no files found matching 'D50.icm'
warning: no files found matching 'ref/ACEScg.icm'
warning: no files found matching 'ref/XYZ'
warning: no files found matching 'D50'
warning: no files found matching '(ICC'
warning: no files found matching 'PCS'
warning: no files found matching 'encoding).icm'
warning: no files found matching 'ref/DCDM'
warning: no files found matching 'X'Y'Z'.icm'
warning: no files found matching 'ref/SMPTE431_P3_D65_2084.icm'
warning: no files found matching 'ref/Rec2020_2084.icm'
warning: no files found matching 'ref/SMPTE431_P3_D65_HLG1000_cLUT.icm'
warning: no files found matching 'ref/SMPTE431_P3_D65.icm'
warning: no files found matching 'ref/verify_video.ti1'
warning: no files found matching 'ref/verify_video_xxl.ti1'
warning: no files found matching 'ref/verify_grayscale.ti1'
warning: no files found matching 'ref/CMYK_IDEAlliance_ControlStrip_2009.ti1'
warning: no files found matching 'ref/verify_video_xxxl.ti1'
warning: no files found matching 'ref/verify_xl.ti1'
warning: no files found matching 'ref/verify_video_extended_smpte2084_200_p3_2020.ti1'
warning: no files found matching 'ref/verify.ti1'
warning: no files found matching 'ref/ISO_12646-2008_color_accuracy_and_gray_balance.ti1'
warning: no files found matching 'ref/CMYK_IDEAlliance_ISO_12647-7_Control_Wedge_2013.ti1'
warning: no files found matching 'ref/CMYK_ISO_12647-7_outer_gamut.ti1'
warning: no files found matching 'ref/verify_video_large.ti1'
warning: no files found matching 'ref/ISO_14861_color_accuracy_RGB318.ti1'
warning: no files found matching 'ref/verify_video_xl.ti1'
warning: no files found matching 'ref/verify_video_extended.ti1'
warning: no files found matching 'ref/verify_large.ti1'
warning: no files found matching 'ref/verify_xxxl.ti1'
warning: no files found matching 'ref/verify_video_extended_smpte2084_500_p3_2020.ti1'
warning: no files found matching 'ref/verify_extended.ti1'
warning: no files found matching 'ref/verify_xxl.ti1'
warning: no files found matching 'ref/verify_video_extended_hlg_p3_2020.ti1'
warning: no files found matching 'ref/verify_video_extended_smpte2084_1000_p3_2020.ti1'
warning: no files found matching 'ref/verify_video_extended_smpte2084_100_p3_2020.ti1'
warning: no files found matching 'report/base.css'
warning: no files found matching 'report/print.css'
warning: no files found matching 'report/compare.css'
warning: no files found matching 'report/report.html'
warning: no files found matching 'report/uniformity.html'
warning: no files found matching 'report/uniformity.functions.js'
warning: no files found matching 'report/compare.functions.js'
warning: no files found matching 'report/compare.variables.js'
warning: no files found matching 'report/compare.constants.js'
warning: no files found matching 'report/compare.init.js'
warning: no files found matching 'report/jsapi-patches.js'
warning: no files found matching 'report/jsapi-packages.js'
warning: no files found matching 'test.cal'
warning: no files found matching 'theme/sash.png'
warning: no files found matching 'theme/header.png'
warning: no files found matching 'theme/marker_top@2x.png'
warning: no files found matching 'theme/headericon.png'
warning: no files found matching 'theme/splash-mask.png'
warning: no files found matching 'theme/dropdown-arrow@2x.png'
warning: no files found matching 'theme/shadow.png'
warning: no files found matching 'theme/splash_version.png'
warning: no files found matching 'theme/marker_btm.png'
warning: no files found matching 'theme/splash.png'
warning: no files found matching 'theme/headericon@2x.png'
warning: no files found matching 'theme/cross-2px-12x12-fff.png'
warning: no files found matching 'theme/x-2px-12x12-999.png'
warning: no files found matching 'theme/header@2x.png'
warning: no files found matching 'theme/header_minimal.png'
warning: no files found matching 'theme/solid-16x2-666.png'
warning: no files found matching 'theme/colorwheel.png'
warning: no files found matching 'theme/x-2px-12x12-999@2x.png'
warning: no files found matching 'theme/tab_hilite@2x.png'
warning: no files found matching 'theme/tab_selected.png'
warning: no files found matching 'theme/checkerboard-10x10x2-333-444.png'
warning: no files found matching 'theme/sash-right.png'
warning: no files found matching 'theme/solid-16x1-fff.png'
warning: no files found matching 'theme/tab_hilite.png'
warning: no files found matching 'theme/marker_btm@2x.png'
warning: no files found matching 'theme/tab_selected@2x.png'
warning: no files found matching 'theme/dropdown-arrow.png'
warning: no files found matching 'theme/dashed-16x2-666.png'
warning: no files found matching 'theme/shadow-bordertop.png'
warning: no files found matching 'theme/sash-left.png'
warning: no files found matching 'theme/gradient.png'
warning: no files found matching 'theme/header_minimal@2x.png'
warning: no files found matching 'theme/checkerboard-32x32x5-333-444.png'
warning: no files found matching 'theme/marker_top.png'
warning: no files found matching 'theme/colorwheel@2x.png'
warning: no files found matching 'theme/intro_new.wav'
warning: no files found matching 'theme/beep_boop.wav'
warning: no files found matching 'theme/engine_hum_loop.wav'
warning: no files found matching 'theme/pulsing_loop.wav'
warning: no files found matching 'theme/jet_anim/jet_anim_03.png'
warning: no files found matching 'theme/jet_anim/jet_anim_08.png'
warning: no files found matching 'theme/jet_anim/jet_anim_06.png'
warning: no files found matching 'theme/jet_anim/jet_anim_02.png'
warning: no files found matching 'theme/jet_anim/jet_anim_05.png'
warning: no files found matching 'theme/jet_anim/jet_anim_04.png'
warning: no files found matching 'theme/jet_anim/jet_anim_01.png'
warning: no files found matching 'theme/jet_anim/jet_anim_07.png'
warning: no files found matching 'theme/patch_anim/patch_anim_08.png'
warning: no files found matching 'theme/patch_anim/patch_anim_03.png'
warning: no files found matching 'theme/patch_anim/patch_anim_09.png'
warning: no files found matching 'theme/patch_anim/patch_anim_04.png'
warning: no files found matching 'theme/patch_anim/patch_anim_02.png'
warning: no files found matching 'theme/patch_anim/patch_anim_01.png'
warning: no files found matching 'theme/patch_anim/patch_anim_05.png'
warning: no files found matching 'theme/patch_anim/patch_anim_07.png'
warning: no files found matching 'theme/patch_anim/patch_anim_06.png'
warning: no files found matching 'theme/splash_anim/splash_anim_13.png'
warning: no files found matching 'theme/splash_anim/splash_anim_12.png'
warning: no files found matching 'theme/splash_anim/splash_anim_10.png'
warning: no files found matching 'theme/splash_anim/splash_anim_08.png'
warning: no files found matching 'theme/splash_anim/splash_anim_02.png'
warning: no files found matching 'theme/splash_anim/splash_anim_16.png'
warning: no files found matching 'theme/splash_anim/splash_anim_14.png'
warning: no files found matching 'theme/splash_anim/splash_anim_04.png'
warning: no files found matching 'theme/splash_anim/splash_anim_09.png'
warning: no files found matching 'theme/splash_anim/splash_anim_05.png'
warning: no files found matching 'theme/splash_anim/splash_anim_15.png'
warning: no files found matching 'theme/splash_anim/splash_anim_06.png'
warning: no files found matching 'theme/splash_anim/splash_anim_11.png'
warning: no files found matching 'theme/splash_anim/splash_anim_07.png'
warning: no files found matching 'theme/splash_anim/splash_anim_01.png'
warning: no files found matching 'theme/splash_anim/splash_anim_03.png'
warning: no files found matching 'theme/shutter_anim/shutter_anim_09.png'
warning: no files found matching 'theme/shutter_anim/shutter_anim_03.png'
warning: no files found matching 'theme/shutter_anim/shutter_anim_04.png'
warning: no files found matching 'theme/shutter_anim/shutter_anim_06.png'
warning: no files found matching 'theme/shutter_anim/shutter_anim_05.png'
warning: no files found matching 'theme/shutter_anim/shutter_anim_10.png'
warning: no files found matching 'theme/shutter_anim/shutter_anim_01.png'
warning: no files found matching 'theme/shutter_anim/shutter_anim_02.png'
warning: no files found matching 'theme/shutter_anim/shutter_anim_07.png'
warning: no files found matching 'theme/shutter_anim/shutter_anim_08.png'
warning: no files found matching 'ti1/d3-e4-s5-g52-m5-b0-f0.ti1'
warning: no files found matching 'ti1/d3-e4-s9-g52-m9-b0-f0.ti1'
warning: no files found matching 'ti1/d3-e4-s3-g52-m3-b0-f0.ti1'
warning: no files found matching 'ti1/d3-e4-s4-g52-m4-b0-f0.ti1'
warning: no files found matching 'ti1/d3-e4-s2-g28-m0-b0-f0.ti1'
warning: no files found matching 'ti1/ccxx.ti1'
warning: no files found matching 'ti1/d3-e4-s17-g52-m17-b0-f0.ti1'
warning: no files found matching 'x3d-viewer/x3d-viewer.css'
warning: no files found matching 'x3d-viewer/x3d-viewer.html'
warning: no files found matching 'x3d-viewer/x3d-viewer.js'
warning: no files found matching 'xrc/synthicc.xrc'
warning: no files found matching 'xrc/main.xrc'
warning: no files found matching 'xrc/3dlut.xrc'
warning: no files found matching 'xrc/gamap.xrc'
warning: no files found matching 'xrc/report.xrc'
warning: no files found matching 'xrc/extra.xrc'
warning: no files found matching 'xrc/mainmenu.xrc'
warning: no previously-included files matching '*~' found anywhere in distribution
warning: no previously-included files matching '*.backup' found anywhere in distribution
warning: no previously-included files matching '*.bak' found anywhere in distribution
* Building wheel from sdist
* Creating isolated environment: venv+pip...
* Installing packages in isolated environment:
  - pywin32; platform_system=="Windows"
  - setuptools
* Getting build dependencies for wheel...
['egg_info']
*** /home/manu/displaycal_venv/lib/python3.10/site-packages/pyproject_hooks/_in_process/_in_process.py egg_info
using distutils
desktopfile: /tmp/build-via-sdist-u28w59lf/displaycal-3.9.12/DisplayCAL/../misc/displaycal.desktop
desktopfile: /tmp/build-via-sdist-u28w59lf/displaycal-3.9.12/DisplayCAL/../misc/displaycal-3dlut-maker.desktop
desktopfile: /tmp/build-via-sdist-u28w59lf/displaycal-3.9.12/DisplayCAL/../misc/displaycal-apply-profiles.desktop
desktopfile: /tmp/build-via-sdist-u28w59lf/displaycal-3.9.12/DisplayCAL/../misc/displaycal-curve-viewer.desktop
desktopfile: /tmp/build-via-sdist-u28w59lf/displaycal-3.9.12/DisplayCAL/../misc/displaycal-profile-info.desktop
desktopfile: /tmp/build-via-sdist-u28w59lf/displaycal-3.9.12/DisplayCAL/../misc/displaycal-scripting-client.desktop
desktopfile: /tmp/build-via-sdist-u28w59lf/displaycal-3.9.12/DisplayCAL/../misc/displaycal-synthprofile.desktop
desktopfile: /tmp/build-via-sdist-u28w59lf/displaycal-3.9.12/DisplayCAL/../misc/displaycal-testchart-editor.desktop
desktopfile: /tmp/build-via-sdist-u28w59lf/displaycal-3.9.12/DisplayCAL/../misc/displaycal-vrml-to-x3d-converter.desktop
warning: no files found matching 'MANIFEST'
warning: no files found matching 'use-distutils'
warning: no files found matching '_in_process.py'
warning: no files found matching '_in_process.cfg'
warning: no previously-included files found matching 'misc/Argyll'
warning: no previously-included files found matching 'misc/*.rules'
warning: no previously-included files found matching 'misc/*.usermap'
warning: no previously-included files matching '*~' found anywhere in distribution
warning: no previously-included files matching '*.backup' found anywhere in distribution
warning: no previously-included files matching '*.bak' found anywhere in distribution
* Installing packages in isolated environment:
  - wheel
* Building wheel...
['bdist_wheel', '--dist-dir', '/home/manu/displaycal-py3/dist/.tmp-3h2itn0m']
*** /home/manu/displaycal_venv/lib/python3.10/site-packages/pyproject_hooks/_in_process/_in_process.py bdist_wheel --dist-dir /home/manu/displaycal-py3/dist/.tmp-3h2itn0m
using distutils
desktopfile: /tmp/build-via-sdist-u28w59lf/displaycal-3.9.12/DisplayCAL/../misc/displaycal.desktop
desktopfile: /tmp/build-via-sdist-u28w59lf/displaycal-3.9.12/DisplayCAL/../misc/displaycal-3dlut-maker.desktop
desktopfile: /tmp/build-via-sdist-u28w59lf/displaycal-3.9.12/DisplayCAL/../misc/displaycal-apply-profiles.desktop
desktopfile: /tmp/build-via-sdist-u28w59lf/displaycal-3.9.12/DisplayCAL/../misc/displaycal-curve-viewer.desktop
desktopfile: /tmp/build-via-sdist-u28w59lf/displaycal-3.9.12/DisplayCAL/../misc/displaycal-profile-info.desktop
desktopfile: /tmp/build-via-sdist-u28w59lf/displaycal-3.9.12/DisplayCAL/../misc/displaycal-scripting-client.desktop
desktopfile: /tmp/build-via-sdist-u28w59lf/displaycal-3.9.12/DisplayCAL/../misc/displaycal-synthprofile.desktop
desktopfile: /tmp/build-via-sdist-u28w59lf/displaycal-3.9.12/DisplayCAL/../misc/displaycal-testchart-editor.desktop
desktopfile: /tmp/build-via-sdist-u28w59lf/displaycal-3.9.12/DisplayCAL/../misc/displaycal-vrml-to-x3d-converter.desktop
DisplayCAL/RealDisplaySizeMM.c: In function ‘get_displays’:
DisplayCAL/RealDisplaySizeMM.c:871:61: warning: pointer targets in passing argument 11 of ‘XRRGetOutputProperty’ differ in signedness [-Wpointer-sign]
  871 |                                    &ret_type, &ret_format, &ret_len, &ret_togo, &atomv) == Success
      |                                                            ^~~~~~~~
      |                                                            |
      |                                                            long int *
In file included from DisplayCAL/RealDisplaySizeMM.c:33:
/usr/include/X11/extensions/Xrandr.h:340:38: note: expected ‘long unsigned int *’ but argument is of type ‘long int *’
  340 |                      unsigned long *nitems, unsigned long *bytes_after,
      |                      ~~~~~~~~~~~~~~~^~~~~~
DisplayCAL/RealDisplaySizeMM.c:871:71: warning: passing argument 12 of ‘XRRGetOutputProperty’ from incompatible pointer type [-Wincompatible-pointer-types]
  871 |                                    &ret_type, &ret_format, &ret_len, &ret_togo, &atomv) == Success
      |                                                                      ^~~~~~~~~
      |                                                                      |
      |                                                                      long unsigned int **
In file included from DisplayCAL/RealDisplaySizeMM.c:33:
/usr/include/X11/extensions/Xrandr.h:340:61: note: expected ‘long unsigned int *’ but argument is of type ‘long unsigned int **’
  340 |                      unsigned long *nitems, unsigned long *bytes_after,
      |                                              ~~~~~~~~~~~~~~~^~~~~~~~~~~
DisplayCAL/RealDisplaySizeMM.c:1036:53: warning: pointer targets in passing argument 10 of ‘XGetWindowProperty’ differ in signedness [-Wpointer-sign]
1036 |                            &ret_type, &ret_format, &ret_len, &ret_togo, &atomv) == Success
      |                                                    ^~~~~~~~
      |                                                    |
      |                                                    long int *
In file included from DisplayCAL/RealDisplaySizeMM.c:27:
/usr/include/X11/Xlib.h:2696:5: note: expected ‘long unsigned int *’ but argument is of type ‘long int *’
2696 |    unsigned long*      /* nitems_return */,
      |    ^~~~~~~~~~~~~~
DisplayCAL/RealDisplaySizeMM.c:1036:63: warning: pointer targets in passing argument 11 of ‘XGetWindowProperty’ differ in signedness [-Wpointer-sign]
1036 |                            &ret_type, &ret_format, &ret_len, &ret_togo, &atomv) == Success
      |                                                              ^~~~~~~~~
      |                                                              |
      |                                                              long int *
In file included from DisplayCAL/RealDisplaySizeMM.c:27:
/usr/include/X11/Xlib.h:2697:5: note: expected ‘long unsigned int *’ but argument is of type ‘long int *’
2697 |    unsigned long*      /* bytes_after_return */,
      |    ^~~~~~~~~~~~~~
DisplayCAL/RealDisplaySizeMM.c: In function ‘enumerate_displays’:
DisplayCAL/RealDisplaySizeMM.c:1364:56: warning: pointer targets in passing argument 1 of ‘PyBytes_FromStringAndSize’ differ in signedness [-Wpointer-sign]
1364 |              (value = PyString_FromStringAndSize(dp[i]->edid, dp[i]->edid_len)) != NULL) {
      |                                                  ~~~~~^~~~~~
      |                                                        |
      |                                                        unsigned char *
In file included from /usr/include/python3.10/Python.h:82,
                from DisplayCAL/RealDisplaySizeMM.c:1:
/usr/include/python3.10/bytesobject.h:34:50: note: expected ‘const char *’ but argument is of type ‘unsigned char *’
  34 | PyAPI_FUNC(PyObject *) PyBytes_FromStringAndSize(const char *, Py_ssize_t);
      |                                                  ^~~~~~~~~~~~
warning: no files found matching 'MANIFEST'
warning: no files found matching 'use-distutils'
warning: no files found matching '_in_process.py'
warning: no files found matching '_in_process.cfg'
warning: no previously-included files found matching 'misc/Argyll'
warning: no previously-included files found matching 'misc/*.rules'
warning: no previously-included files found matching 'misc/*.usermap'
warning: no previously-included files matching '*~' found anywhere in distribution
warning: no previously-included files matching '*.backup' found anywhere in distribution
warning: no previously-included files matching '*.bak' found anywhere in distribution
Successfully built displaycal-3.9.12.tar.gz and DisplayCAL-3.9.12-cp310-cp310-linux_x86_64.whl
(displaycal_venv) manu@ZBook:~/displaycal-py3$
(displaycal_venv) manu@ZBook:~/displaycal-py3$
(displaycal_venv) manu@ZBook:~/displaycal-py3$
(displaycal_venv) manu@ZBook:~/displaycal-py3$ pip install dist/DisplayCAL-3.9.*.whl
Processing ./dist/DisplayCAL-3.9.12-cp310-cp310-linux_x86_64.whl
Requirement already satisfied: PyChromecast in /home/manu/displaycal_venv/lib/python3.10/site-packages (from DisplayCAL==3.9.12) (13.1.0)
Requirement already satisfied: build in /home/manu/displaycal_venv/lib/python3.10/site-packages (from DisplayCAL==3.9.12) (1.2.1)
Requirement already satisfied: Send2Trash in /home/manu/displaycal_venv/lib/python3.10/site-packages (from DisplayCAL==3.9.12) (1.8.3)
Requirement already satisfied: dbus-python in /home/manu/displaycal_venv/lib/python3.10/site-packages (from DisplayCAL==3.9.12) (1.3.2)
Requirement already satisfied: zeroconf in /home/manu/displaycal_venv/lib/python3.10/site-packages (from DisplayCAL==3.9.12) (0.132.2)
Requirement already satisfied: certifi in /home/manu/displaycal_venv/lib/python3.10/site-packages (from DisplayCAL==3.9.12) (2024.2.2)
Requirement already satisfied: distro in /home/manu/displaycal_venv/lib/python3.10/site-packages (from DisplayCAL==3.9.12) (1.9.0)
Requirement already satisfied: wxPython in /home/manu/displaycal_venv/lib/python3.10/site-packages (from DisplayCAL==3.9.12) (4.2.1)
Requirement already satisfied: Pillow in /home/manu/displaycal_venv/lib/python3.10/site-packages (from DisplayCAL==3.9.12) (10.3.0)
Requirement already satisfied: numpy in /home/manu/displaycal_venv/lib/python3.10/site-packages (from DisplayCAL==3.9.12) (1.26.4)
Requirement already satisfied: tomli>=1.1.0 in /home/manu/displaycal_venv/lib/python3.10/site-packages (from build->DisplayCAL==3.9.12) (2.0.1)
Requirement already satisfied: packaging>=19.1 in /home/manu/displaycal_venv/lib/python3.10/site-packages (from build->DisplayCAL==3.9.12) (24.0)
Requirement already satisfied: pyproject_hooks in /home/manu/displaycal_venv/lib/python3.10/site-packages (from build->DisplayCAL==3.9.12) (1.1.0)
Requirement already satisfied: protobuf>=3.19.1 in /home/manu/displaycal_venv/lib/python3.10/site-packages (from PyChromecast->DisplayCAL==3.9.12) (5.26.1)
Requirement already satisfied: casttube>=0.2.0 in /home/manu/displaycal_venv/lib/python3.10/site-packages (from PyChromecast->DisplayCAL==3.9.12) (0.2.1)
Requirement already satisfied: ifaddr>=0.1.7 in /home/manu/displaycal_venv/lib/python3.10/site-packages (from zeroconf->DisplayCAL==3.9.12) (0.2.0)
Requirement already satisfied: async-timeout>=3.0.0 in /home/manu/displaycal_venv/lib/python3.10/site-packages (from zeroconf->DisplayCAL==3.9.12) (4.0.3)
Requirement already satisfied: six in /home/manu/displaycal_venv/lib/python3.10/site-packages (from wxPython->DisplayCAL==3.9.12) (1.16.0)
Requirement already satisfied: requests in /home/manu/displaycal_venv/lib/python3.10/site-packages (from casttube>=0.2.0->PyChromecast->DisplayCAL==3.9.12) (2.31.0)
Requirement already satisfied: idna<4,>=2.5 in /home/manu/displaycal_venv/lib/python3.10/site-packages (from requests->casttube>=0.2.0->PyChromecast->DisplayCAL==3.9.12) (3.7)
Requirement already satisfied: urllib3<3,>=1.21.1 in /home/manu/displaycal_venv/lib/python3.10/site-packages (from requests->casttube>=0.2.0->PyChromecast->DisplayCAL==3.9.12) (2.2.1)
Requirement already satisfied: charset-normalizer<4,>=2 in /home/manu/displaycal_venv/lib/python3.10/site-packages (from requests->casttube>=0.2.0->PyChromecast->DisplayCAL==3.9.12) (3.3.2)
Installing collected packages: DisplayCAL
Successfully installed DisplayCAL-3.9.12
(displaycal_venv) manu@ZBook:~/displaycal-py3$ display
display                                  displaycal-curve-viewer                  displaycal-synthprofile                  display-im6
displaycal                                displaycal-eecolor-to-madvr-converter    displaycal-testchart-editor              display-im6.q16
displaycal-3dlut-maker                    displaycal-profile-info                  displaycal-vrml-to-x3d-converter         
displaycal-apply-profiles                displaycal-scripting-client              displaycal-vrml-to-x3d-converter-console 
(displaycal_venv) manu@ZBook:~/displaycal-py3$ displaycal
Acquired lock file: <DisplayCAL.main.AppLock object at 0x7e2499efaec0>
displaycal 3.9.12 2024-04-29T15:44:21Z
ubuntu 22.04 jammy x86_64
Python 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0]
Faulthandler
wxPython 4.2.1 gtk3 (phoenix) wxWidgets 3.2.2.1
Encoding: utf-8
File system encoding: utf-8
Loading /home/manu/.config/DisplayCAL/DisplayCAL.ini
listening
writing to lock file: port: 15411
NoneType: None
┌──────────────────────────────────────────────────────────────────────────────┐
│ NoneType: None                                                              │
└──────────────────────────────────────────────────────────────────────────────┘
Traceback (most recent call last):
  File "/home/manu/displaycal_venv/lib/python3.10/site-packages/DisplayCAL/main.py", line 550, in main
    _main(module, name, app_lock_file_name)
  File "/home/manu/displaycal_venv/lib/python3.10/site-packages/DisplayCAL/main.py", line 486, in _main
    raise ResourceError(
DisplayCAL.debughelpers.ResourceError: resources.notfound.error
lang/en.yaml
┌──────────────────────────────────────────────────────────────────────────────┐
│ Traceback (most recent call last):                                          │
│  File                                                                      │
│ "/home/manu/displaycal_venv/lib/python3.10/site-packages/DisplayCAL/main.py", │
│ line 550, in main                                                            │
│    _main(module, name, app_lock_file_name)                                  │
│  File                                                                      │
│ "/home/manu/displaycal_venv/lib/python3.10/site-packages/DisplayCAL/main.py", │
│ line 486, in _main                                                          │
│    raise ResourceError(                                                    │
│ DisplayCAL.debughelpers.ResourceError: resources.notfound.error              │
│ lang/en.yaml                                                                │
└──────────────────────────────────────────────────────────────────────────────┘
Exiting displaycal
Ran application exit handlers
(displaycal_venv) manu@ZBook:~/displaycal-py3$

Bonjour, manu.
Au lancement de DisplayCAL, il est dit qu’il y a une erreur d’une ressource non trouvé (lang/en.yaml).
Effectivement, à l’installation, il est dit :
warning: no files found matching 'lang/en.yaml' (je remarque qu’il y en a beaucoup de « warning no files found »)
Il faut me laisser plus de temps pour en savoir plus, car je n’ai plus mes machines virtuelles donc il faut que je les refasse.
J’ignore si cela fera une différence, mais je n’ai pas l’espace disque pour avoir toutes les versions de huit distributions GNU/Linux donc je travaillerai sur la version 24.04 qui est la dernière version LTS de Ubuntu (et de ses variantes).
En attendant, vous pouvez toujours utiliser le paquet displaycal_3.9.11-2_amd64.deb dans le dépôt universe pour pouvoir calibrer dès à présent vos écrans.
Désolé de ne pas pouvoir faire plus vite.
Répondre
Merci ignace72, voir cet issue.

Les versions sur ce dépôt Universe nécessite Python 3.12 qui n'est pas la version standard d'Ubuntu 22.04 qui utilise la version 3.10. 

Pour info, Ubuntu 22.04 est maintenu jusqu'en avril 2027, et pour qui a la version pro comme moi, jusqu'en avril 2032 !
Je viens d'installer Python 3.12 et la conséquence immédiate a été de ne plus pouvoir lancer de terminal !

Je pense attendre encore un peu de pouvoir générer displaycal sur ma bécane, si toutefois le bug est corrigé à un moment.
dt stable / Ubuntu 22.04
Répondre
(29-04-24, 18:33)manu a écrit : Merci ignace72, voir cet issue.

Les versions sur ce dépôt Universe nécessite Python 3.12 qui n'est pas la version standard d'Ubuntu 22.04 qui utilise la version 3.10. 

Pour info, Ubuntu 22.04 est maintenu jusqu'en avril 2027, et pour qui a la version pro comme moi, jusqu'en avril 2032 !
Je viens d'installer Python 3.12 et la conséquence immédiate a été de ne plus pouvoir lancer de terminal !
Je pense attendre encore un peu de pouvoir générer displaycal sur ma bécane, si toutefois le bug est corrigé à un moment.

D’après ce que j’ai compris, un des fichiers d’installation a été modifié il y a deux semaines, c’est ce qui cause ce bogue.
Je m’étonne que les versions de DisplayCAL ne soit pas gelé à leurs sorties (sauf mise à jour de sécurité).
Je n’ai pas encore installé la machine virtuelle et je n’aimerai pas casser DisplayCAL qui est installé sur ma Manjaro et qui fonctionne très bien.
Peux-tu essayer d’installer manuellement DisplayCAL 3.9.11 en espérant que cette version est toujours en ligne.
J’ai créé une archive de mes répertoires displaycal_venv et displaycal-py3 que tu pourrais utiliser pour récupérer les fichiers qui manque à ton installation de la version 3.9.12.
https://1fichier.com/?78pyzaq6mh2647c70gpf
C’est pas propre, mais il y a de fortes chances que ça te permette de lancer DisplayCAL correctement et enfin pouvoir calibrer tes écrans.
Répondre
Bonjour,
J'ai changé de pc l'année dernière(kubuntu 22.04), n’arrivant pas à faire tourner displayCal, j'ai utilisé la méthode ligne de commande:
https://darktable.fr/posts/2021/02/calib...es-ecrans/
blog: jpverrue.
Cordialement
Mes photos
dt compilé en local, dernière version officielle et master
Répondre
Displaycal a évolué pour être compatible avec Python v3, l'ancienne version plus maintenue dépendait de Python v2.
Et c'est bien cette dernière version basée sur Python v3 qui déraille depuis une dernière mise à jour.

Oui, sinon on peut se passer de displaycal et tout faire avec argyll comme l'évoquait alors jpverrue.


Il n'en demeure que DisplayCAL 3 a très bien fonctionné avec Python3 jusqu'à récemment.
dt stable / Ubuntu 22.04
Répondre
Bonjour à toutes et à tous.
J’ai tenté une installation manuelle aujourd’hui sur une MV XUbuntu 24.04 et le bogue est toujours présent.
Répondre


Atteindre :


Utilisateur(s) parcourant ce sujet : 1 visiteur(s)