找不到共享库:libhdfs3.so

找不到共享库:libhdfs3.so

问题描述:

everyone。我试着用分布式+ HDFS的Dask来处理一些文件。当我安装了分布式尝试安装HDFS3插件,错误是:找不到共享库:libhdfs3.so

Can not find the shared library:libhdfs3.so

我的环境是Ubuntu的16桌面版本。我严格按照bewlo,但仍然没有工作。希望有人能帮助!非常感谢

conda install hdfs3 -c conda-forge 
echo "deb https://dl.bintray.com/wangzw/deb trusty contrib" | sudo tee /etc/apt/sources.list.d/bintray-wangzw-deb.list 
sudo apt-get install -y apt-transport-https 
sudo apt-get update 
sudo apt-get install libhdfs3 libhdfs3-dev 
pip install hdfs3 

由于没有人回答这个问题,我自己找出解决方案,至少它适用于我。

conda install libhdfs3 
pip install libhdfs3 
conda install -c clinicalgraphics libgcrypt11 
conda install libprotobuf=2.5 
conda update libhdfs3 

如果还不行尝试更新。 enter image description here