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

fix mac os ip link not support error

Open Huibean opened this issue 1 year ago • 0 comments

  File "/opt/homebrew/Cellar/[email protected]/3.11.7_1/Frameworks/Python.framework/Versions/3.11/lib/python3.11/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['ip', '-json', 'link', 'list', 'up']' returned non-zero exit status 255.
win32com.client module required for usb2can
The SYSTEC ucan library has not been initialized.

fix ip link command not support raise error in mac os

Huibean avatar May 08 '24 08:05 Huibean