Following the installation section in Wiki to setup, but can not start src/main.py.
Expected Behavior
When running python src\main.py, the programs should start.
Current Behavior
Traceback (most recent call last):
File "C:\Users\...\yasb\src\main.py", line 2, in <module>
from PyQt6.QtWidgets import QApplication
ImportError: DLL load failed while importing QtGui: The specified procedure could not be found.
Possible Solution
pip install --upgrade PyQt6
Steps to Reproduce
Install Python 3.9.
pip install -r requirements.txt
python src\main.py
Context (Environment)
System is a newly installed Windows 11. Tried both Conda and native Python 3.9 but none works.
Following the installation section in Wiki to setup, but can not start
src/main.py
.Expected Behavior
When running
python src\main.py
, the programs should start.Current Behavior
Possible Solution
pip install --upgrade PyQt6
Steps to Reproduce
pip install -r requirements.txt
python src\main.py
Context (Environment)
System is a newly installed Windows 11. Tried both Conda and native Python 3.9 but none works.