我正在尝试安装 Pyhash,它是在 python 中提供各种散列函数的第三方包。我在 ec2 ussign easy_install 中安装了这个包。
但是,每当我尝试导入 pyhash 时,都会出现以下错误
ImportError: libboost_python-py26.so.1.42.0: cannot open shared object file: No such file or directory
我已经在 ami linux 中安装了 boost、boost-python。
有什么建议么?
还有其他提供 Murmurhash1 的 python 包吗?