Open pacmac opened 4 years ago
It sounds like you have an old version of pyserial.
I would start by trying:
python3 -m pip install --upgrade pyserial
You'll probably also need to add sudo
I am getting this exact same error, with all the newest versions of everything. After running pip install --upgrade rshell
:
Requirement already satisfied: rshell in ./Library/Python/3.8/lib/python/site-packages (0.0.31)
Requirement already satisfied: pyudev>=0.16 in ./Library/Python/3.8/lib/python/site-packages (from rshell) (0.23.2)
Requirement already satisfied: pyserial in ./Library/Python/3.8/lib/python/site-packages (from rshell) (3.5)
Requirement already satisfied: six in /Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/site-packages (from pyudev>=0.16->rshell) (1.15.0)
sudo pip3 install --ignore-installed -U pyserial
Run this command to get it resolved
Just did. fresh install on Debian, but cannot get it to run, any ideas ??