Skip to content
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

Open
cuteman18 opened this issue Feb 18, 2018 · 4 comments
Open

Linux Ubuntu error: No module named 'pyblake2' #109

cuteman18 opened this issue Feb 18, 2018 · 4 comments

Comments

@cuteman18
Copy link

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 .

@cuteman18
Copy link
Author

I wonder when wallet developers will look into the issue. After the fork? :)

@ghost
Copy link

ghost commented Feb 21, 2018

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
and it worked.

@cuteman18
Copy link
Author

cuteman18 commented Feb 24, 2018

Did as you wrote :
(1) electrum-zcl-Z-1.0.3 $ pip install pyblake2
Requirement already satisfied: pyblake2 in /usr/local/lib/python2.7/dist-packages

(2)
electrum-zcl-Z-1.0.3 $ pyrcc5 icons.qrc -o gui/qt/icons_rc.py

Then I run ./electrum, and get the same error: No module named 'pyblake2' (see last line below) :
electrum-zcl-Z-1.0.3 $ ./electrum
Traceback (most recent call last):
File "./electrum", line 88, in
imp.load_module('electrum', *imp.find_module('lib'))
File "/usr/lib/python3.5/imp.py", line 244, in load_module
return load_package(name, filename)
File "/usr/lib/python3.5/imp.py", line 216, in load_package
return _load(spec)
File "", line 693, in _load
File "", line 673, in _load_unlocked
File "", line 665, in exec_module
File "", line 222, in _call_with_frames_removed
File "/home/.../electrum-zcl-Z-1.0.3/lib/init.py", line 6, in
from .network import Network, pick_random_server
File "/home/.../electrum-zcl-Z-1.0.3/lib/network.py", line 41, in
from . import blockchain
File "/home/.../electrum-zcl-Z-1.0.3/lib/blockchain.py", line 33, in
from .equihash import is_gbp_valid
File "/home/.../electrum-zcl-Z-1.0.3/lib/equihash.py", line 2, in
from pyblake2 import blake2b
ImportError: No module named 'pyblake2'

@LucidSkyWalker
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants