Hello Group,
Many people are seeing the message?
ImportError: No module named _quisk
The _quisk module is compiled for either Python2 or Python3. You must run Quisk from the Python (2 or 3) that was used to make _quisk. If you have both Python 2 and 3 on your machine, the incorrect _quisk is being used. I guess running "quisk" or "/usr/local/bin/quisk" is not working.
While I look into this, try specifying your Python. Figure out where Quisk is installed, either where you downloaded the source, or?/usr/local/lib/python3.6/dist-packages/quisk. Then run this:
python3?/usr/local/lib/python3.6/dist-packages/quisk
or similarly for Python2.
Jim
N2ADR