-
Notifications
You must be signed in to change notification settings - Fork 282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GPU Installation Issue on Windows #1475
Comments
Thanks for opening. To use a GPU with TensorFlow on Windows, you need to be running R/Python/TensorFlow in WSL. It sounds like you're running the windows-native R and RStudio builds, and not via WSL. If you want to use RStudio with WSL, the easiest way is via the open-source RStudio Server. This article helps you get set up: https://support.posit.co/hc/en-us/articles/360049776974-Using-RStudio-Server-in-Windows-WSL2 |
Hi Tomasz, Thanks for your help, really appreciate it. Followed those instructions but am now having trouble installing tensorflow into RStudio Server (using the code that you posted here: #1311). Would really appreciate if you had a minute to look at the below diagnostic ouputs. Thanks again,
|
Hi,
Please avoid using miniconda. Instead, use
This shows that you're not using miniconda but the pyenv-installed Python from
This error suggests the Python installation is incomplete, likely due to missing system dependencies. Check the details in sudo apt update; sudo apt install build-essential libssl-dev zlib1g-dev \
libbz2-dev libreadline-dev libsqlite3-dev curl git \
libncursesw5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev Afterward, you'll likely need to remove the previous Python installation and force a rebuild by calling unlink("~/.pyenv", recursive = TRUE, force = TRUE)
reticulate::install_python("3.11", force = TRUE) |
Hi,
Followed the installation instructions and to install keras3 with tensorflow in RStudio, however, it does not appear to have recognised my GPU.
This is my first time trying to configure a GPU so I am a bit out of my depth, but here are my machine specs. Would really appreciate any help you can provide.
Thanks and please let me know what other information I can provide to assist,
Harry
The text was updated successfully, but these errors were encountered: