Skip to content

Detect available configs fails for vector on Windows 11 #1742

Closed
@j-c-cook

Description

@j-c-cook

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions