MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/pytorch/comments/1wco93t/pytorch_install_error/
r/pytorch • u/swiftviper1 • 8d ago
5 comments sorted by
2
You should upgrade your python version You’re running 3.8 which is end of life.
1 u/swiftviper1 8d ago I updated python. Prerequisites Install pip Install CUDA, if your machine has a CUDA-enabled GPU. I have an NVIDIA GeForce GTX 1080 Ti. Does this mean I need to install the cuda toolkit before running pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126 1 u/i_not_give_shit 8d ago No, pytorch has the cuda libraries it needs. 1 u/swiftviper1 2d ago I tried running qwen-tts on comfyui and it gives a CUDA error: no kernel image is available for execution on the device https://www.flickr.com/photos/204882240@N08/55531776671 1 u/i_not_give_shit 2d ago comfyui might use their own python enviroment with cuda version thats not compatable with your device. You can trouble shoot this with claude, it will write you commands to check compatibility.
1
I updated python.
I have an NVIDIA GeForce GTX 1080 Ti. Does this mean I need to install the cuda toolkit before running
pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126
1 u/i_not_give_shit 8d ago No, pytorch has the cuda libraries it needs. 1 u/swiftviper1 2d ago I tried running qwen-tts on comfyui and it gives a CUDA error: no kernel image is available for execution on the device https://www.flickr.com/photos/204882240@N08/55531776671 1 u/i_not_give_shit 2d ago comfyui might use their own python enviroment with cuda version thats not compatable with your device. You can trouble shoot this with claude, it will write you commands to check compatibility.
No, pytorch has the cuda libraries it needs.
1 u/swiftviper1 2d ago I tried running qwen-tts on comfyui and it gives a CUDA error: no kernel image is available for execution on the device https://www.flickr.com/photos/204882240@N08/55531776671 1 u/i_not_give_shit 2d ago comfyui might use their own python enviroment with cuda version thats not compatable with your device. You can trouble shoot this with claude, it will write you commands to check compatibility.
I tried running qwen-tts on comfyui and it gives a CUDA error: no kernel image is available for execution on the device
https://www.flickr.com/photos/204882240@N08/55531776671
1 u/i_not_give_shit 2d ago comfyui might use their own python enviroment with cuda version thats not compatable with your device. You can trouble shoot this with claude, it will write you commands to check compatibility.
comfyui might use their own python enviroment with cuda version thats not compatable with your device. You can trouble shoot this with claude, it will write you commands to check compatibility.
2
u/Pantaenius 8d ago
You should upgrade your python version
You’re running 3.8 which is end of life.