Are there instructions for installing on Python 3 on Ubuntu? I tried adapting the existing instructions and eventually ended up with "sudo -H pip3 install --upgrade quisk" completing successfully, but when I try to run I get:
$ quisk
Traceback (most recent call last): ? File "/usr/local/bin/quisk", line 7, in <module> ? ? from quisk.quisk import main ? File "/usr/local/lib/python3.6/dist-packages/quisk/quisk.py", line 33, in <module> ? ? import _quisk as QS ModuleNotFoundError: No module named '_quisk'
Also, I needed to run "sudo -H pip3 install --upgrade wheel" to get a clean installation. Should that be part of the dependencies?
Thanks,
Jim
On Wed, Nov 20, 2019 at 4:05 PM Graeme Jury <gvjury@...> wrote:
Hello Jim,
Running well on Linux Mint 19.2 using Python 3.6 again thanks for the continued development.