MESSAGE
DATE | 2021-08-27 |
FROM | Kevin Cole
|
SUBJECT | Re: [Hangout - NYLXS] [Health] My GNU Health merely crashes...
|
Thanks, but... no joy. After purging all the PySide2 / Shiboken2 packages, I installed via pip:
$ sudo pip install PySide2 Collecting PySide2 Downloading PySide2-5.15.2-5.15.2-cp35.cp36.cp37.cp38.cp39-abi3-manylinux1_x86_64.whl (164.3 MB) |████████████████████████████████| 164.3 MB 35.6 MB/s Collecting shiboken2==5.15.2 Downloading shiboken2-5.15.2-5.15.2-cp35.cp36.cp37.cp38.cp39-abi3-manylinux1_x86_64.whl (956 kB) |████████████████████████████████| 956 kB 19.8 MB/s Installing collected packages: shiboken2, PySide2 Successfully installed PySide2-5.15.2 shiboken2-5.15.2
Now MyGnuHealth dies with:
$ mygnuhealth Initializing MyGNUHealth version 1.0.4 Directory exists... skipping Found myGNUHealth configuration file.. skipping Verifying MyGNUHealth Database..... MyGNUHealth DB exists.. skipping QQmlApplicationEngine failed to load component file:///home/.../.local/lib/python3.8/site-packages/mygnuhealth/qml/main.qml:28:1: module "org.kde.kirigami" is not installed
$ pip3 install --user --upgrade MyGNUHealth Requirement already up-to-date: MyGNUHealth in /home/.../.local/lib/python3.8/site-packages (1.0.4) Requirement already satisfied, skipping upgrade: matplotlib in /usr/lib/python3/dist-packages (from MyGNUHealth) (3.1.2) Requirement already satisfied, skipping upgrade: requests in /usr/lib/python3/dist-packages (from MyGNUHealth) (2.22.0) Requirement already satisfied, skipping upgrade: bcrypt in /home/.../.local/lib/python3.8/site-packages (from MyGNUHealth) (3.2.0) Requirement already satisfied, skipping upgrade: tinydb in /home/.../.local/lib/python3.8/site-packages (from MyGNUHealth) (4.5.1) Requirement already satisfied, skipping upgrade: cffi>=1.1 in /home/.../.local/lib/python3.8/site-packages (from bcrypt->MyGNUHealth) (1.14.6) Requirement already satisfied, skipping upgrade: six>=1.4.1 in /usr/lib/python3/dist-packages (from bcrypt->MyGNUHealth) (1.14.0) Requirement already satisfied, skipping upgrade: pycparser in /home/.../.local/lib/python3.8/site-packages (from cffi>=1.1->bcrypt->MyGNUHealth) (2.20)
$ _______________________________________________ Hangout mailing list Hangout-at-nylxs.com http://lists.mrbrklyn.com/mailman/listinfo/hangout
|
|