question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ModuleNotFoundError: No module named 'lsh.cMinhash'

See original GitHub issue

I am using python 3.6.8, after installation when try to import using from lsh import minhash I get the following error trace

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/nithin/inflict/LSH/lsh/minhash.py", line 9, in <module>
    from .cMinhash import minhash_32, minhash_64
ModuleNotFoundError: No module named 'lsh.cMinhash'

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
EggsBenedictcommented, Mar 22, 2019

did your installation run successfully?

git clone https://github.com/mattilyra/LSH cd LSH python setup.py install

took me a few tries to build this and not have it error on building lsh.cMinhash.

0reactions
nithinivicommented, Jan 6, 2021

I am using python 3.6.8, after installation when try to import using from lsh import minhash I get the following error trace

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/nithin/inflict/LSH/lsh/minhash.py", line 9, in <module>
    from .cMinhash import minhash_32, minhash_64
ModuleNotFoundError: No module named 'lsh.cMinhash'

did you solve it

Nope I just managed it with what @EggsBenedict has suggested

Read more comments on GitHub >

github_iconTop Results From Across the Web

ModuleNotFoundError: No module named 'lsh' - RoseIndia.Net
Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'lsh' How to remove the ModuleNotFound.
Read more >
ModuleNotFoundError: No module named 'mephisto.core'
The ParlAI installation instructions on github state that Python 3.7 or higher is required, however it appears that you are using Python 3.6 ......
Read more >
LocalitySensitiveHashing - PyPI
A Python implementation of Locality Sensitive Hashing for finding nearest neighbors and clusters in multidimensional numerical data.
Read more >
Build issue after update to 23.master.0.308477 - Google Groups
ModuleNotFoundError : No module named 'starboard' ERROR at //starboard/tools/BUILD.gn:18:15: Script returned non-zero exit code.
Read more >
No module named 'nxsdk.graph.nxboard' - Loihi - Nengo forum
Hello, I am trying to run a nengo-loihi based program in Loihi, however I am getting this error: ModuleNotFoundError: No module named ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found