ImportError: No module named leveldb

252 views
Skip to first unread message

Ashutosh Mishra

unread,
Aug 7, 2017, 12:08:59 PM8/7/17
to expresso-users
I have followed all the instructions of installing the Expresso module.

When I run, sh run_expresso.sh, it pops the following error:

Traceback (most recent call last):
  File "/home/ashutosh/Downloads/expresso-master/src/main/main.py", line 49, in <module>
    import centralData
  File "/home/ashutosh/Downloads/expresso-master/src/data/centralData.py", line 14, in <module>
    import dataView
  File "/home/ashutosh/Downloads/expresso-master/src/data/dataView.py", line 26, in <module>
    import DataHandler
  File "/home/ashutosh/Downloads/expresso-master/src/data/DataHandler.py", line 7, in <module>
    import readdb
  File "/home/ashutosh/Downloads/expresso-master/src/data/readdb.py", line 1, in <module>
    import leveldb
ImportError: No module named leveldb
Reply all
Reply to author
Forward
0 new messages