Be sure you are running Python3
On the command line try:
It should show something like Python 3.9.2
SIP now requires Python3 which is the default in raspberry Pi OS.
I just cloned a fresh copy of SIP from GitHub and did not see any error.
Python six was used to help python code work on both Python 2 and 3.
Dan
On the command line try:
Code:
python --version
SIP now requires Python3 which is the default in raspberry Pi OS.
I just cloned a fresh copy of SIP from GitHub and did not see any error.
Python six was used to help python code work on both Python 2 and 3.
Dan
<p><br></p>