linklayer / cantact

Drivers and Command Line Interface for CANtact tools
http://cantact.io
MIT License
46 stars 11 forks source link

CantactPRO CLI does not install on Ubuntu #7

Closed CarWrestler closed 3 years ago

CarWrestler commented 3 years ago

Tried installing Cantact PRO CLI as mentioned at https://contact.io, got the following errors (see screenshots)

below is the version info: testuser@testLat7480:~$ cat /etc/os-release | grep VERSION VERSION="20.04.1 LTS (Focal Fossa)" VERSION_ID="20.04" VERSION_CODENAME=focal Cantact1Error Cantact2Error Cantact3Error

ericevenchick commented 3 years ago

Thanks for the report! This was caused by a beta version of the clap CLI library changing the API. I've specified the correct version of this library now, and the build is working again.