Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to launch application #5

Open
seandomal opened this issue Apr 29, 2024 · 1 comment
Open

Failed to launch application #5

seandomal opened this issue Apr 29, 2024 · 1 comment

Comments

@seandomal
Copy link

I downloaded your code to my local computer and tried running through the command prompt and got this error:

C:\Users\S214061\OneDrive - University of Texas Southwestern\Desktop\PyBeam-QA-main\PyBeam-QA-main>python main.py # or python3 main.py
Traceback (most recent call last):
File "C:\Users\S214061\OneDrive - University of Texas Southwestern\Desktop\PyBeam-QA-main\PyBeam-QA-main\main.py", line 6, in
from ui.appMainWin import AppMainWin
File "C:\Users\S214061\OneDrive - University of Texas Southwestern\Desktop\PyBeam-QA-main\PyBeam-QA-main\ui\appMainWin.py", line 7, in
from ui.qaToolsWindow import QAToolsWindow
File "C:\Users\S214061\OneDrive - University of Texas Southwestern\Desktop\PyBeam-QA-main\PyBeam-QA-main\ui\qaToolsWindow.py", line 5, in
from ui.utilsWidgets.statusbar_widgets import AnalysisInfoLabel
File "C:\Users\S214061\OneDrive - University of Texas Southwestern\Desktop\PyBeam-QA-main\PyBeam-QA-main\ui\utilsWidgets\statusbar_widgets.py", line 6, in
class AnalysisInfoLabel(QWidget):
File "C:\Users\S214061\OneDrive - University of Texas Southwestern\Desktop\PyBeam-QA-main\PyBeam-QA-main\ui\utilsWidgets\statusbar_widgets.py", line 28, in AnalysisInfoLabel
def set_message(self, state: int = IDLE, message: str | None = None):
TypeError: unsupported operand type(s) for |: 'type' and 'NoneType'

Can you help me reconcile this error and get it working?

@Quantico-Bullet
Copy link
Owner

Hi there. Please note that the minimum python version required is 3.10+. What version of python are you running?

A similar issue was report in one of the closed issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants