I get the same eror
C:\DJI>py setup.py install
Traceback (most recent call last):
File "C:\DJI\setup.py", line 17, in <module>
from setuptools import setup
ModuleNotFoundError: No module named 'setuptools'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\DJI\setup.py", line 19, in <module>
from distutils.core import setup
ModuleNotFoundError: No module named 'distutils'