mbuesch / razer

Razer device library and tools
http://bues.ch/h/razercfg
GNU General Public License v2.0
250 stars 50 forks source link

Error during install at 18.04 #119

Closed plmike90 closed 6 years ago

plmike90 commented 6 years ago

During the installation I recive a fallowing error. Internet didnt help. What can I do.

Traceback (most recent call last): File "/home/przemek/Pobrane/razer-master/ui/setup.py", line 3, in from distutils.core import setup ModuleNotFoundError: No module named 'distutils.core' ui/CMakeFiles/pyrazer.dir/build.make:61: recipe for target 'ui/build/stamp' failed make[2]: [ui/build/stamp] Error 1 CMakeFiles/Makefile2:195: recipe for target 'ui/CMakeFiles/pyrazer.dir/all' failed make[1]: [ui/CMakeFiles/pyrazer.dir/all] Error 2 Makefile:129: recipe for target 'all' failed make: *** [all] Error 2 Thanks in advance...

mbuesch commented 6 years ago

The python3-distutils package has to be installed.

plmike90 commented 6 years ago

Thanks. I have tried with python-distutils. I didnt know that its python3-... Well Im beginner as you see, Thanks for help.

mbuesch commented 6 years ago

No problem. I'm glad this helped.