Open nuxeh opened 5 years ago
I get the following error when building, and importing murmur3 on 64-bit Debian. Installed with nimble install murmur3:
nimble install murmur3
Error: unhandled exception: cannot open: murmur3_c.c [IOError]
C files don't seem to be included in the nimble install
ls ~/.nimble/pkgs/murmur3-0.2.0/ murmur3.nim murmur3.nimble nimblemeta.json
I get the following error when building, and importing murmur3 on 64-bit Debian. Installed with
nimble install murmur3
: