Problem with pycuda and python 3.11
- 主要語言
- C++
- 星號
- 537
- 分支
- 223
- 平均合併
- 11 小時 22 分鐘
- 30 天內合併 PR
- 2
描述
Hello,
in order to test Python 3.11 with pycuda, i have just installed latest pycuda version : 2022.1
I use CUDA 11.6.2 with a windows 11 laptop.
When i try my program (using pycuda), i get this error message :
Traceback (most recent call last):
File "D:\Alain\Astro\Soft\PC\PC_Traitement_Video_V7_51g.py", line 19, in
import pycuda.driver as drv
File "C:\Users\apail\AppData\Local\Programs\Python\Python311\Lib\site-packages\pycuda\driver.py", line 65, in
from pycuda._driver import * # noqa
SystemError: type Boost.Python.enum has the Py_TPFLAGS_HAVE_GC flag but has no traverse function
I also tried with boost.python 1.78 but i get the same issue.
Any help will be appreciate.
Alain
貢獻指南
這個儲存庫沒有索引到貢獻指南
研究方向
Start by reproducing the pycuda.driver import failure with Python 3.11, CUDA 11.6.2, and Boost.Python on Windows 11. Trace the Boost.Python enum handling implicated by the reported Py_TPFLAGS_HAVE_GC error; done means the import succeeds without that SystemError.
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- cpp, python
- 領域
- tooling
- Issue 類型
- 缺陷
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 需要釐清
- 新手友好度
- 35/100