python-can icon indicating copy to clipboard operation
python-can copied to clipboard

XNET library not installed

Open Heistberg opened this issue 2 years ago • 1 comments

Hello everyone, I tried to use this library to control some CAN peripherals with a PXI and I found that when installing the python can library, NI-XNET is not added as a dependency so when you try to run it, it always raises an error. Would be very helpful if someone could add it in the dependencies or at least give a helpful error message when the library is not found, would help a lot newbies like me.

PD: Sorry if I skipped some formality. This is my first time in github.

Heistberg avatar Mar 09 '22 20:03 Heistberg

You need to install the optional dependency: pip install python-can[nixnet]

zariiii9003 avatar Mar 10 '22 10:03 zariiii9003