Closed
Description
Describe the bug
The vxlapi
DLL does not appear to be installed using the current XL Driver Library (v23.20.2) installer for Windows 11. I've searched both C:\Windows\SysWOW64
and C:\Windows\System32
for the xlvapi
DLL. I've installed many more device drivers than the VN1630A to see if the vxlapi
DLL would show up. The VN1630A mounts to CANalyzer just fine. I'm thinking this issue may be on Vector's end, but I'm not sure how to escalate the issue if that is the case.
To Reproduce
import can
available_interfaces = can.detect_available_configs(
interfaces=['vector']
)
print(available_interfaces)
Output:
Could not import vxlapi: Could not find module 'vxlapi64' (or one of its dependencies). Try using the full path with constructor syntax.
[]
Additional context
OS and version: Windows 11 22H2
Python version: 3.9.18
python-can version: 4.3.1
python-can interface/s (if applicable): vector