I’ve been trying to install Pycuda in the environment below:
OS: Windows 10 Pro
WSL version: 2
Linux Distribution: Ubuntu 20.04
GPU: Nvidia RTX A2000
Driver Version: 512.15
CUDA Version: 11.6
What I’ve tried and didn’t work:
pip install pycuda
Error: “Could not build wheels for pycuda”
Downloaded the wheel from Archived: Python Extension Packages for Windows - Christoph Gohlke
Error: “pycuda-2022.1+cuda116-cp38-cp38-win_amd64.whl is not a supported wheel on this platform.”
The above link doesn’t have a file for Intel Core.
Is it possible to share a precompiled wheel for Intel Core 64-bit OS?
I’ve been trying to install Pycuda in the environment below: