Skip to content

Commit

Permalink
Fixing non-working can-bus dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
p0l0us committed Mar 14, 2024
1 parent ac892a1 commit 14b5fb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion etc/dbus-serialbattery/reinstall-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,8 @@ if [ "$can_lenght" -gt 0 ]; then
# fastest way to check if can is installed
if [ ! -f "/usr/lib/python3.8/site-packages/can/__init__.py" ]; then
echo "Install can..."
pip3 install can
# Note: Latest version causes pip dependency issues on VenusOS v3.22
pip3 install python-can==3
echo
fi

Expand Down

0 comments on commit 14b5fb8

Please sign in to comment.