I am trying to install GNU Health 3.4.1, I have tried with several S.O of linux but the problem persists. Issue:
Could not find a version that satisfies the requirement pybarcode (from versions: ) No matching distribution found for pybarcode.
Help!!
I am trying to install GNU Health 3.4.1, I have tried with several S.O of linux but the problem persists. Issue:
Could not find a version that satisfies the requirement pybarcode (from versions: ) No matching distribution found for pybarcode.
Help!!
To install pyBarcode dependency of GNU Health open the terminal and type:
sudo apt update
sudo apt install python3-pip
python3 -m pip install --user pyBarcode
To install gnuhealth-3.4.1.tar.gz: How do I install a .tar.gz (or .tar.bz2) file?
The GNU Health installer (gnuhealth-setup) has been updated to 3.4.1. It basically fixes an issue due to the removal of the the pybarcode library from pypi (https://savannah.gnu.org/bugs/?55942) We have also updated the documentation to always download the latest installer as the first step (https://en.wikibooks.org/wiki/GNU_Health/Installation#Downloading_and_Installing_GNU_Health) This applies for new installations / migrations.