JSubelj/g910-gkey-macro-support

Add Python3 Distutils Enhancements

Axellarator opened this issue · 3 comments

Add python3-setuptools if missing setup error during installaton pops up.
sudo apt install python3-setuptools

suabo commented

Thank you, I will add this somewhere.

I get this error after

sudo apt install python3-setuptools

Running pyusb-1.0.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-7rufsmy6/pyusb-1.0.2/egg-dist-tmp-pw6uo9mp /usr/lib/python3/dist-packages/setuptools/dist.py:775: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead warnings.warn( warning: no files found matching 'ReleaseNotes.rst' /usr/lib/python3/dist-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.