Woud like to check if anybody has same issue:
I downloaded Zclassis Electrum wallet from github (
https://github.com/BTCP-community/electrum-zcl/releases), Linux version (Z!1.0.3.tar.gz archive file), and unarchived it. README file says:
If you downloaded the official package (tar.gz), you can run
Electrum from its root directory, without installing it on your
system; all the python dependencies are included in the 'packages'
directory. To run Electrum from its root directory, just do::
./electrum But when I run ./electrum, I get error:
ImportError: No module named 'pyblake2'After I installed pyblake2 (Python module), i get the same error: No module named 'pyblake2'
