inducer / inducer/pycuda

PyCuda can't find DLL

Open
#281 5 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
2.1k
Forks
298
Avg merge
4m
Merged PRs (30d)
1

Description

I'm trying to do some interop between pycuda and OpenGL, however, if I try to create a context using
`import pycuda.gl.autoinit`
It fails with this error message:
```
import pycuda._driver as _drv
ImportError: DLL load failed while importing _driver: The specified module could not be found.
```
System specs:
```
> nvcc -V
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2021 NVIDIA Corporation
Built on Sun_Feb_14_22:08:44_Pacific_Standard_Time_2021
Cuda compilation tools, release 11.2, V11.2.152
Build cuda_11.2.r11.2/compiler.29618528_0
```
Windows 10, Python 3.9
Newest Nvidia drivers.

Cuda added itself to PATH, CUDA_PATH, and CUDA_PATH_V11_2

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.