Below is the issue that I am facing,
When I try to launch the MultiChain Explorer, I am getting the below 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 "/usr/local/apps/MultiChain/MultiChainExplorer/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
==============================================================================
The Multichain version which I am using is multichain-1.0-alpha-26
We have successfully installed the previous packages that are required for it to run. Please let me know, as to what is going wrong