You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package setuptools was missing as a dependency in the setup instructions. The setup.py script expected it to be available for import. Adding it to the initial install would resolve this issue.
The package setuptools was missing as a dependency in the setup instructions. The setup.py script expected it to be available for import. Adding it to the initial install would resolve this issue.
python3 -m pip install pyserial setuptools