for calculator, is sip needed?
jerryasher opened this issue · 1 comments
jerryasher commented
playing with calculator I received
python calculator.py
Traceback (most recent call last):
File "calculator.py", line 1, in <module>
from PyQt5.QtGui import *
ModuleNotFoundError: No module named 'sip'
in response
pipenv install sip
afterwards it seemed to run
mfitzp commented
It may have been, but is no longer.