Closed plmike90 closed 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...
The python3-distutils package has to be installed.
Thanks. I have tried with python-distutils. I didnt know that its python3-... Well Im beginner as you see, Thanks for help.
No problem. I'm glad this helped.
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...