Hi everyone! Using an older Pi model with raspberry Pi OS that has been updated with Python 3.8
I have followed the latest indicated steps for setup on a Pi, however at line #5,
when I run "sudo python3 setup.py develop" I receive a message prompting me with the following:
/user/lib/python3/dist-packages/setuptools/installer.py:27: SetuptoolsDeprecationWarning: setuptools.installer is deprecated. Requirements should be satisfied by a PEP 517 installer.
warnings.warn(
Any idea what can be causing this? Obviously a linux noob but I am pretty sure to have correctly installed/updated the required dependencies.
Thank you in advance for any help you can provide!