jason-li-831202 / Vehicle-CV-ADAS

The project can achieve FCWS, LDWS, and LKAS functions solely using only visual sensors. using YOLOv5 / YOLOv5-lite / YOLOv6 / YOLOv7 / YOLOv8 / YOLOv9 / EfficientDet and Ultra-Fast-Lane-Detection-v2 .
GNU General Public License v3.0
162 stars 38 forks source link

pycuda._driver issue #10

Closed Tomhandson1029 closed 11 months ago

Tomhandson1029 commented 11 months ago
from pycuda._driver import *  # noqa
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

SystemError: type Boost.Python.enum has the Py_TPFLAGS_HAVE_GC flag but has no traverse function

jason-li-831202 commented 11 months ago

This error may be caused by Python version incompatibility.