application crashes on startup with an error message,
Opened this issue · 2 comments
CainsLee commented
Describe the bug
The application crashes on startup with an error message, regardless of whether it's installed via installer or pip.
Steps to reproduce the behavior:
- Install DisplayCAL using either the installer or pip
- Launch DisplayCAL
- 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
arition commented
Can confirm the same issue
VgerTest commented
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.