Hi Multichain ,
We have issues in installing multichain explorer.We have downloaded the Python2.7.5 and multichain explorer from the git hub ,but when we are triggering the command from the multichain explorer folder for launching the explorer
python2.7 -m Mce.abe --config testChain.conf --commit-bytes 100000 --no-serve ,it is giving the error
Traceback (most recent call last):
File "/usr/lib64/python2.7/runpy.py", line 162, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "/usr/lib64/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/home/admin/multichain-explorer-master/Mce/abe.py", line 30, in <module>
import DataStore
File "Mce/DataStore.py", line 32, in <module>
import Chain
File "Mce/Chain/__init__.py", line 17, in <module>
from .. import deserialize, BCDataStream, util
File "Mce/deserialize.py", line 11, in <module>
from util import short_hex, long_hex
File "Mce/util.py", line 24, in <module>
import Crypto.Hash.SHA256 as SHA256
ImportError: No module named Crypto.Hash.SHA256
Please advise how to proceed on this