eoyilmaz/displaycal-py3

application crashes on startup with an error message,

Opened this issue · 2 comments

Describe the bug
The application crashes on startup with an error message, regardless of whether it's installed via installer or pip.

To Reproduce
Screenshot 2024-10-18 203657
Screenshot 2024-10-18 203637
Screenshot 2024-10-18 185043

Steps to reproduce the behavior:

  1. Install DisplayCAL using either the installer or pip
  2. Launch DisplayCAL
  3. Observe the error message on startup

Expected behavior
DisplayCAL should start normally without any error messages.

Screenshots
[You mentioned there's an image showing the error, but it wasn't provided in your question. Please add the screenshot here when submitting the issue.]

Versions (please complete the following information):

  • OS: Windows 10
  • Python Version: 3.10 and 3.11 (both tried)
  • ArgyllCMS Version: 3.3
  • DisplayCAL Version: 3.9.14

Can confirm the same issue

Try to run requrements:

pip uninstall displaycal
pip install -r requirements.txt -r requirements-dev.txt
python -m build

Then intall the wheel or freeze.