visma icon indicating copy to clipboard operation
visma copied to clipboard

Won't run

Open ar065 opened this issue 5 years ago • 5 comments

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'

ar065 avatar Aug 16 '19 22:08 ar065

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

mighty-phoenix avatar Sep 07 '19 17:09 mighty-phoenix

@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.

archithadge avatar Sep 27 '19 15:09 archithadge

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

ar065 avatar Sep 29 '19 19:09 ar065

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.

mayankDhiman avatar Oct 02 '19 09:10 mayankDhiman

Ive tried that too.. Nothing seems to work

ar065 avatar Oct 12 '19 21:10 ar065