Scanning dependencies of target pyuhd[ 99%] Building CXX object python/CMakeFiles/pyuhd.dir/pyuhd.cpp.o[100%] Linking CXX shared library libpyuhd.so[100%] Built target pyuhdScanning dependencies of target pyuhd_library[100%] Generating build/timestampTraceback (most recent call last): File "/home/kiruna/grc/uhd/host/build/python/setup.py", line 9, in <module> from setuptools import setupImportError: No module named setuptoolspython/CMakeFiles/pyuhd_library.dir/build.make:64: recipe for target 'python/build/timestamp' failedmake[2]: *** [python/build/timestamp] Error 1CMakeFiles/Makefile2:3997: recipe for target 'python/CMakeFiles/pyuhd_library.dir/all' failedmake[1]: *** [python/CMakeFiles/pyuhd_library.dir/all] Error 2Makefile:160: recipe for target 'all' failedmake: *** [all] Error 2UHD build apparently failedExiting UHD build解决办法就是运行pip install setuptools
|