Terrible. One package, python-pyaes is not present in Debian Stable at all, it is in Testing only. The required version of python-certifi is also available in Testing only. Hence, it is completely unusable.
In contrib/make_packages I see it will install the following packages:
if [ `uname` == "Darwin" ]; then
# try to name pip the Brew way..
PIP=`which pip3`
if [ -z "${PIP}" ]; then
# nope, maybe MacPorts instead.. hopefully it's pip3
PIP=pip
fi
$PIP install -r $contrib/requirements_osx.txt -t $contrib/packages
else
pip3 install -r $contrib/requirements.txt -t $contrib/packages
fi
Hence by the looks of it it should pip3 install everything in requirements.txt. Can you try running ./make_packages or also try python3 setup.py install and check if this does it for you as well.
There is no 'contrib' folder in the downloaded ElectronCash-3.1.1.tar.gz archive. 'python3 setup.py install --prefix ~' (I do not want to run it as root) fails with:
TEST FAILED: /home/az/lib/python3.4/site-packages/ does NOT support .pth files
error: bad install directory or PYTHONPATHI've tried to copy the 'packages' folder from Electrum 3.0.5 to Electron Cash 3.1.1. It started, asked for password, showed a window that it needs to convert the wallet to a new format and then crashed. Fortunately, I have backups.
It is absolutely unacceptable for a financial application, especially for a fork of application which is working perfectly! It is broken beyond all repair and I suppose I only have an option to moving to another wallet.