g910-gkey-macro-support icon indicating copy to clipboard operation
g910-gkey-macro-support copied to clipboard

Add Python3 Distutils Enhancements

Open Axellarator opened this issue 4 years ago • 3 comments

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

Axellarator avatar Jan 10 '21 18:01 Axellarator

Thank you, I will add this somewhere.

suabo avatar Nov 09 '22 08:11 suabo

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.

Torpedro1978 avatar May 22 '23 06:05 Torpedro1978

@Torpedro1978 Thanks for your feedback!

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.

First of all this is not an error, it's just a warning. The warning seams to be related to pyusb. We never updated the required version. It's likely that the warning goes away with in a newer version of pyusb. I will look into that and maybe set a higher version for pyusb in the dependencies of the driver.

suabo avatar Sep 10 '23 14:09 suabo