0

I need to use mmh3 for hashing. However, when I run "python MultiwayJoin.py R.csv S.csv T.csv -r emr > output.txt" in terminal, it returned an error said that:

File "MultiwayJoin.py", line 5, in import mmh3 ImportError: No module named mmh3

1 Answers1

1

You can use pip install mmh3 to install it.

Undo
  • 25,519
  • 37
  • 106
  • 129
peng
  • 331
  • 1
  • 4
  • 12