Installing genxword on debian stretch with the command
pip3 install genxword
failed. The packages listed on https://github.com/riverrun/genxword#dependencies were all installed.
There is an additional package to be installed on debian stretch: gettext.
apt-get install gettext
After this, installation worked.
Hi riverrun,
Installing genxword on debian stretch with the command pip3 install genxword failed. The packages listed on https://github.com/riverrun/genxword#dependencies were all installed. There is an additional package to be installed on debian stretch: gettext. apt-get install gettext After this, installation worked.