Skip to content

Commit

Permalink
Bump up pyton-can version to 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
p0l0us authored Mar 14, 2024
1 parent 14b5fb8 commit 1db54e6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions etc/dbus-serialbattery/reinstall-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -433,8 +433,9 @@ 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..."
# Note: Latest version causes pip dependency issues on VenusOS v3.22
pip3 install python-can==3
# Note: 4.x version of python-can causes pip dependency issue on VenusOS v3.22, so using python-can 3.x
# "ERROR: Could not build wheels for msgpack which use PEP 517 and cannot be installed directly"
pip3 install python-can==3.3.4
echo
fi

Expand Down

0 comments on commit 1db54e6

Please sign in to comment.