-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linux Ubuntu error: No module named 'pyblake2' #109
Comments
I wonder when wallet developers will look into the issue. After the fork? :) |
pip install pyblake2 on Ubuntu 17.10 should get it up and running. I had Please run 'pyrcc5 icons.qrc -o gui/qt/icons_rc.py', and reinstall Electrum |
Did as you wrote : (2) Then I run ./electrum, and get the same error: No module named 'pyblake2' (see last line below) : |
I think you need to install pyblake2 for Python3... Nevertheless... After pyblake2 is working, more errors will appear... I was not able to work around them... this wallet is not working |
Dears,
When I run ./electrum, I get error:
ImportError: No module named 'pyblake2'
I searched for pyblake2 (Python module), and istalled it . Ans I still get the same error: No module named 'pyblake2'.
I am on Linux Mint 18.1 .
The text was updated successfully, but these errors were encountered: