-
-
Notifications
You must be signed in to change notification settings - Fork 40
ImportError: Can not find the shared library: libhdfs3.so #159
Comments
Edit, nvm, missed it in the list above. |
It is worth running the first few lines in |
I don't have any idea about where should I put try/except in the code:
you may need to know something further, I joind the hdfs3/lib.py code below, you can tell me where should I put the try/except and I will:
|
I ran this piece of code:
|
Problem fixed by installing two rpm: "libgsasl" and "libntlm" |
There are libgsasl and libntlm conda packages, you shouldn't need to use system ones. The recipe states that libhdfs3 depends upon them, but maybe when you install locally as you have, the requirements check is skipped. |
but when I install the two rpm "libgsasl" and "libntlm", I also occur the same problem.My os is Centos7 |
I have installed hdfs3 like mentioned here http://hdfs3.readthedocs.io/en/latest/install.html, the only difference is that I'm not connected to internet so I download the package from https://anaconda.org/conda-forge/ and I install it manully, I used to do this for all the packages that I have installed so far and that's work fine for me.
Now I'm struggling with the hdfs3 package, I don't know why he doesn't work:
I've literally installed all package as I see in this post and I still see the same error: #97
by the way this is the conda list output:
The text was updated successfully, but these errors were encountered: