eoyilmaz / displaycal-py3

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

application crashes on startup with an error message, #438

Open CainsLee opened 1 month ago

CainsLee commented 1 month ago

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):

arition commented 1 month ago

Can confirm the same issue

VgerTest commented 1 month ago

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.