anaconda - Can not find the shared library:libhdfs3.so -
everyone. i'm try used dask distributed + hdfs processing files. when installed distributed try install hdfs3 plugins, error :
can not find shared library:libhdfs3.so
my environment ubuntu 16 desktop version. strict according bewlo, still not working. hope can help! lot
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
since no 1 answers question , figure out solution myself , @ least works me.
conda install libhdfs3 pip install libhdfs3 conda install -c clinicalgraphics libgcrypt11 conda install libprotobuf=2.5 conda update libhdfs3
Comments
Post a Comment