'libpcanbasic.so: cannot open shared object file: No such file or directory'
Posted: Tue 31. Aug 2021, 19:25
hi, after a fresh new install of ubuntu20.04, python3.8,
I encounter an error, when calling " python3.8 -m moteus_gui.tview --devices=12 --can-iface pcan --can-chan PCAN_PCIBUS4"
This command is used on a motor. I works nice on unbuntu 18.04
the error :
raise RuntimeError("Unable to find a default transport, tried: {}".format(
RuntimeError: Unable to find a default transport, tried: (<moteus.moteus.PythonCanFactory object at 0x7f647d2e6760>,
my pcan board is working, motor working, tested on pcanview (sent torque message)
Any idea ?
I encounter an error, when calling " python3.8 -m moteus_gui.tview --devices=12 --can-iface pcan --can-chan PCAN_PCIBUS4"
This command is used on a motor. I works nice on unbuntu 18.04
the error :
raise RuntimeError("Unable to find a default transport, tried: {}".format(
RuntimeError: Unable to find a default transport, tried: (<moteus.moteus.PythonCanFactory object at 0x7f647d2e6760>,
my pcan board is working, motor working, tested on pcanview (sent torque message)
Any idea ?