Forums

Found no NVIDIA driver on your system

AssertionError: Found no NVIDIA driver on your system. Please check that you have an NVIDIA GPU and installed a driver from http://www.nvidia.com/Download/index.aspx

PythonAnywhere does not have GPUs

dull is correct. There is no GPU for the driver to use.

I have paid account in your server. how to solve this error?

You just have to deal with the fact that there's no GPU

pa devs, plz add gpu support

where i can contact. please help

Through the "Send feedback" link on top right, or you can wait for staff to respond here

You can maybe try running your thing locally on your computer or try finding a VPS with GPU support

Or you can try using repl.it

@abubakarpython, PythonAnywhere does not have GPUs. If you have code that requires a GPU, then you cannot run it on PythonAnywhere.

"PythonAnywhere does not have GPUs. If you have code that requires a GPU, then you cannot run it on PythonAnywhere."

Is this status still the same on January 2021? I'm trying to run an app which uses Tensorflow 2.3.0 but I can't get it working:

2021-02-02 03:21:16.621430: W tensorflow/stream_executor/platform/default/dso_loader.cc:59] Could not load dynamic library 'libcudart.so.10.1'; dler ror: libcudart.so.10.1: cannot open shared object file: No such file or directory 2021-02-02 03:21:16.621488: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine. 2021-02-02 03:21:27.532069: W tensorflow/stream_executor/platform/default/dso_loader.cc:59] Could not load dynamic library 'libcuda.so.1'; dlerror: libcuda.so.1: cannot open shared object file: No such file or directory 2021-02-02 03:21:27.532135: W tensorflow/stream_executor/cuda/cuda_driver.cc:312] failed call to cuInit: UNKNOWN ERROR (303) 2021-02-02 03:21:27.532165: I tensorflow/stream_executor/cuda/cuda_diagnostics.cc:156] kernel driver does not appear to be running on this host (blu e-liveconsole3): /proc/driver/nvidia/version does not exist 2021-02-02 03:21:27.532518: I tensorflow/core/platform/cpu_feature_guard.cc:142] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN)to use the following CPU instructions in performance-critical operations: AVX2 AVX512F FMA To enable them in other operations, rebuild TensorFlow with the appropriate compiler flags. 2021-02-02 03:21:27.558443: I tensorflow/core/platform/profile_utils/cpu_utils.cc:104] CPU Frequency: 2500080000 Hz 2021-02-02 03:21:27.562421: I tensorflow/compiler/xla/service/service.cc:168] XLA service 0x46263d0 initialized for platform Host (this does not gua rantee that XLA will be used). Devices: 2021-02-02 03:21:27.562462: I tensorflow/compiler/xla/service/service.cc:176] StreamExecutor device (0): Host, Default Version 2021-02-02 03:21:27.571226: F tensorflow/core/platform/env.cc:351] Check failed: -1 != path_length (-1 vs. -1) Aborted

Code that requires GPU won't work on PythonAnywhere and we don't expect that to change in the near future.