

20:47:52.972333: W tensorflow/stream_executor/platform/default/dso_:64] Could not load dynamic library 'libcudart.so.11.0' dlerror: libcudart.so.11.0: cannot open shared object file: No such file or directory LD_LIBRARY_PATH: /usr/lib/x86_64-linux-gnu::/usr/lib/x86_64-linux-gnu/:/usr/lib/x86_64-linux-gnu: usr/lib/x86_64-linux-gnu/libcudart.so.10.1.243Īdd the folder to path, so that python finds it, by modifyint ~/.bashrcĮxport PATH=/usr/lib/x86_64-linux-gnu:$PATHĮxport LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH

Install tensorflow (CPU sudo apt install pip3 install tensorflowįind shared object and add to find /usr/lib/x86_64-linux-gnu/ -name 'libcudart.so*' Install numpy matplotlib pip3 install pip3 install pip3 install pandas (Optional)Install tqdm for model pip3 install tqdm Type "help", "copyright", "credits" or "license" for more information. EULA The End User License Agreements for the NVIDIA CUDA Toolkit, the NVIDIA CUDA Samples, the NVIDIA Display Driver, and NVIDIA NSight (Visual Studio Edition). Python 3.8.10 (default, Jun 2 2021, 10:49:15) The Release Notes for the CUDA Toolkit from v4.0 to today. I/usr/include/python3.8 sudo apt-get install python3 Sudo su apt-get apt-get install -y pip3 install -upgrade sudo apt-get install sudo apt-get install python3.8-config -includes Nvidia Cuda Toolkit 10.1.243 Installation
#NVIDIA CUDA TOOLKIT LICENSE HOW TO#
How to install OpenCV, Nvidia CUDA, Tensorflow in Ubuntu 20.04 on Windows 10.īy Jason Tzu-Cheng Chuang Purpose: Easily setting up OpenCV environment for Deep Neural Network This demonstration has been tested on Windows Subsystem for Linux, WSL2 Ubuntu 20.04 LTS on Windows 10 圆4 (Version:20H2, OS module 19042.1052) Check WSL2 in Windows PowerShell
