I am sure someone will think of an answer, but in the mean time.
In a Terminal enter. ? cd /usr/local/lib/python3.6/dist-packages/quisk
then enter. python3 quisk.py
Then the program should run ok.
Dave.
g0vvf
On Saturday, 23 November 2019, 02:35:50 GMT, Jim Ancona N1ADJ <jim@...> wrote:
I'm experiencing something similar to Pascal. The problem started when I tried to install the Python3 version of Quisk, but has persisted after I uninstalled all the Python3-related packages and tried to reinstall Quisk with Python2.7.
? Stored in directory: /root/.cache/pip/wheels/ee/04/a0/2caa8a91551e0067f0e231448651489c7b2276d71028d0ef0e
Successfully built quisk
Installing collected packages: quisk
Successfully installed quisk-4.1.50
$ quisk
Traceback (most recent call last):
? File "/usr/local/bin/quisk", line 7, in <module>
? ? from quisk.quisk import main
? File "/usr/local/lib/python2.7/dist-packages/quisk/quisk.py", line 33, in <module>
? ? import _quisk as QS
ImportError: No module named _quisk
This is on Linux Mint 19.2, based on Ubuntu 18.04. I'm not a Python expert, so if there's some obvious thing to do, please feel free to tell me about it!
Thanks,
Jim N1ADJ
On Fri, Nov 22, 2019 at 6:16 PM Pascal Vilain <pascal@...> wrote:
Same issue with 4.1.50 ...I have lost quisk and cannot recover it...
pascal@hp-260-g2-pv:~$ quisk Traceback (most recent call last): ? File "/usr/local/bin/quisk", line 7, in <module> ??? from quisk.quisk import main ? File "/usr/local/lib/python2.7/dist-packages/quisk/quisk.py", line 33, in <module> ??? import _quisk as QS ImportError: No module named _quisk
pascal@hp-260-g2-pv:~$ sudo python2 -m pip install --upgrade quisk The directory '/home/pascal/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. ,,,The directory '/home/pascal/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Requirement already up-to-date: quisk in /usr/local/lib/python2.7/dist-packages