Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGPU version 1.4.1 for Linux doesn't work #22
Comments
|
Specifically check `LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib` is present in your .bashrc if you use bash or .zshrc of you use zsh
|
|
Should /usr/local/lib be checked for libraries by default? Anyway, I exported it and still no cookie. :( Actually, in the virtual env:
So it seems that actually, the library was found and linked against. But why the error message then? |
|
What is your OS, and did you follow the instructions in the README when installing mkl? # If you don't have cmake
sudo apt install cmake
git clone https://github.com/01org/mkl-dnn.git
cd mkl-dnn/scripts && ./prepare_mkl.sh && cd ..
mkdir -p build && cd build && cmake .. && make
sudo make install
echo 'export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib' >> ~/.bashrc |
|
@danqing I followed all instructions. As for |
|
Hey I'm having this problem too, on plain Ubuntu 18.04. |
|
I faced the same problem. |
I installed the wheel for Python 3.6 from here. However, when trying to import tensorflow, I see the error below. Even if I install mkl-dnn by hand from the repo, I get the same error.