PySide2 fails to install, and when manually installed, Kirigami is purportedly not installed.

This page summarizes the projects mentioned and recommended in the original post on /r/u_rokejulianlockhart

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • pip

    The Python package installer

  • PowerShell 7.4.0-preview.1 PS /home/rokejulianlockhart> script -a Script started, output log file is 'typescript'. rokejulianlockhart@RQN6C6:~> pip install --user --upgrade MyGNUHealth^C rokejulianlockhart@RQN6C6:~> pwsh-preview PowerShell 7.4.0-preview.1 PS /home/rokejulianlockhart> pip install --user --upgrade MyGNUHealth Collecting MyGNUHealth Downloading MyGNUHealth-1.0.5.tar.gz (4.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.7/4.7 MB 4.2 MB/s eta 0:00:00 Preparing metadata (setup.py) ... done Requirement already satisfied: bcrypt in /usr/lib64/python3.10/site-packages (from MyGNUHealth) (4.0.1) Collecting matplotlib Downloading matplotlib-3.7.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.6/11.6 MB 7.4 MB/s eta 0:00:00 Requirement already satisfied: requests in /usr/lib/python3.10/site-packages (from MyGNUHealth) (2.28.2) Collecting tinydb Downloading tinydb-4.7.1-py3-none-any.whl (24 kB) Collecting python-dateutil>=2.7 Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 6.0 MB/s eta 0:00:00 Collecting contourpy>=1.0.1 Downloading contourpy-1.0.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (300 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 300.3/300.3 kB 5.4 MB/s eta 0:00:00 Collecting cycler>=0.10 Downloading cycler-0.11.0-py3-none-any.whl (6.4 kB) Collecting pyparsing>=2.3.1 Downloading pyparsing-3.0.9-py3-none-any.whl (98 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.3/98.3 kB 4.7 MB/s eta 0:00:00 Collecting fonttools>=4.22.0 Downloading fonttools-4.39.0-py3-none-any.whl (1.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 6.7 MB/s eta 0:00:00 Requirement already satisfied: numpy>=1.20 in /usr/lib64/python3.10/site-packages (from matplotlib->MyGNUHealth) (1.24.1) Requirement already satisfied: packaging>=20.0 in /usr/lib/python3.10/site-packages (from matplotlib->MyGNUHealth) (23.0) Collecting kiwisolver>=1.0.1 Downloading kiwisolver-1.4.4-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 7.0 MB/s eta 0:00:00 Collecting pillow>=6.2.0 Downloading Pillow-9.4.0-cp310-cp310-manylinux_2_28_x86_64.whl (3.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 7.2 MB/s eta 0:00:00 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.10/site-packages (from requests->MyGNUHealth) (2022.9.24) Requirement already satisfied: charset_normalizer<4,>=2 in /usr/lib/python3.10/site-packages (from requests->MyGNUHealth) (3.0.1) Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.10/site-packages (from requests->MyGNUHealth) (3.4) Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/lib/python3.10/site-packages (from requests->MyGNUHealth) (1.26.14) Requirement already satisfied: six>=1.5 in /usr/lib/python3.10/site-packages (from python-dateutil>=2.7->matplotlib->MyGNUHealth) (1.16.0) Installing collected packages: tinydb, python-dateutil, pyparsing, pillow, kiwisolver, fonttools, cycler, contourpy, matplotlib, MyGNUHealth DEPRECATION: MyGNUHealth is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559 Running setup.py install for MyGNUHealth ... done Successfully installed MyGNUHealth-1.0.5 contourpy-1.0.7 cycler-0.11.0 fonttools-4.39.0 kiwisolver-1.4.4 matplotlib-3.7.1 pillow-9.4.0 pyparsing-3.0.9 python-dateutil-2.8.2 tinydb-4.7.1 PS /home/rokejulianlockhart> mygnuhealth Traceback (most recent call last): File "/home/rokejulianlockhart/.local/bin/mygnuhealth", line 31, in from mygnuhealth.mygh import main File "/home/rokejulianlockhart/.local/lib/python3.10/site-packages/mygnuhealth/mygh.py", line 32, in from PySide2.QtWidgets import QApplication ModuleNotFoundError: No module named 'PySide2' NativeCommandExitException: Program "mygnuhealth" ended with non-zero exit code: 1. PS /home/rokejulianlockhart> pip install PySide2 Defaulting to user installation because normal site-packages is not writeable Collecting PySide2 Downloading PySide2-5.15.2.1-5.15.2-cp35.cp36.cp37.cp38.cp39.cp310-abi3-manylinux1_x86_64.whl (164.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 164.3/164.3 MB 5.8 MB/s eta 0:00:00 Collecting shiboken2==5.15.2.1 Downloading shiboken2-5.15.2.1-5.15.2-cp35.cp36.cp37.cp38.cp39.cp310-abi3-manylinux1_x86_64.whl (975 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 975.4/975.4 kB 7.0 MB/s eta 0:00:00 Installing collected packages: shiboken2, PySide2 Successfully installed PySide2-5.15.2.1 shiboken2-5.15.2.1 PS /home/rokejulianlockhart> mygnuhealth Initializing MyGNUHealth version 1.0.5 Initializing MyGNUHealth directory Configuration file not found. Writing defaults Verifying MyGNUHealth Database..... DB file not found. QQmlApplicationEngine failed to load component file:///home/rokejulianlockhart/.local/lib/python3.10/site-packages/mygnuhealth/qml/main.qml:28:1: module "org.kde.kirigami" is not installed NativeCommandExitException: Program "mygnuhealth" ended with non-zero exit code: 255. PS /home/rokejulianlockhart>

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Boring Python: dependency management (2022)

    3 projects | news.ycombinator.com | 4 Feb 2024
  • sudo pip install should be illegal

    1 project | /r/linuxmemes | 8 Dec 2023
  • just-pip-tools: An example of managing python dependencies as layered lock files with just and pip-tools

    3 projects | /r/Python | 18 Oct 2023
  • Can't seem to install Python YAML support

    1 project | /r/Ubuntu | 29 Aug 2023
  • Maintaining virtual environments

    1 project | /r/learnpython | 18 May 2023