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

Won't run #217

Open
ar065 opened this issue Aug 16, 2019 · 5 comments
Open

Won't run #217

ar065 opened this issue Aug 16, 2019 · 5 comments

Comments

@ar065
Copy link

ar065 commented Aug 16, 2019

Traceback (most recent call last):
  File "main.py", line 4, in <module>
    from visma.gui.window import initGUI
  File "C:\Users\wolfy.DESKTOP-0QI782C\Downloads\visma-master\visma-master\visma\gui\window.py", line 11, in <module>
    from PyQt5.QtGui import QPainter
ModuleNotFoundError: No module named 'PyQt5'
@mighty-phoenix
Copy link

mighty-phoenix commented Sep 7, 2019

@wolfy01 DId you install the requirements first?
Kindly refer the instructions mentioned in the README.md file

@archithadge
Copy link

@wolfy01 I had the same issue. Install it for development from this link
[https://github.com/aerospaceresearch/visma/archive/master.zip]

and run the following command
pip install -r requirements.txt

and run main.py from it.

@ar065
Copy link
Author

ar065 commented Sep 29, 2019

Didn't seem to fix it...

Traceback (most recent call last):
  File "main.py", line 3, in <module>
    from visma.gui.cli import commandExec
  File "/home/wolfy3543/visma-master/visma/gui/cli.py", line 3, in <module>
    from PyQt5.QtWidgets import QMainWindow, QApplication, QWidget, QTabWidget, QVBoxLayout
ImportError: No module named PyQt5.QtWidgets

@mayankDhiman
Copy link

Hi, thanks for opening this.pip3 install -r requirements will fix it. If in any case it doesn't consider installing PyQt5 manually. Please considering discussing on Zulip chat before opening an issue.

@ar065
Copy link
Author

ar065 commented Oct 12, 2019

Ive tried that too.. Nothing seems to work

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

4 participants