MannLabs / alphabase

Infrastructure of AlphaX ecosystem
https://alphabase.readthedocs.io
Apache License 2.0
31 stars 9 forks source link

mmh3 installation error #80

Closed jalew188 closed 1 year ago

jalew188 commented 1 year ago

Discussed in https://github.com/MannLabs/alphabase/discussions/78

Originally posted by **jalew188** January 18, 2023 As mmh3 depends on compiling system (e.g. Visual Studio in Windows) as its core is written in C/C++, it is better to write our own hash method using numba to replace mmh3. See https://github.com/pypa/pip/issues/8657
jalew188 commented 1 year ago

Solved in PR #79