2016-11-06 18 views
0

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 

答えて

0

誰もこの質問に答えず、自分で解決策を見つけたので、少なくとも私のために働きます。

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

まだ動作しない場合は更新してください。 enter image description here

関連する問題