目标“ caffe”的INTERFACE_LINK_LIBRARIES属性与LINK_INTERFACE_LIBRARIES属性不同

时间:2018-06-27 11:15:58

标签: opencl caffe pycaffe matcaffe

我正在尝试安装caffe-opencl,但遇到此错误,该错误正在运行<DataGrid.ContextMenu> <ContextMenu DataContext="{Binding PlacementTarget, RelativeSource={RelativeSource Self}}"> <MenuItem Header="Show/Hide Columns" ItemsSource="{Binding Columns}"> <MenuItem.ItemTemplate> <DataTemplate> <TextBlock Text="{Binding Header}"/> </DataTemplate> </MenuItem.ItemTemplate> </MenuItem> </ContextMenu> </DataGrid.ContextMenu>

make

在我运行/usr/include/boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory compilation terminated. src/caffe/CMakeFiles/caffe.dir/build.make:1362: recipe for target 'src/caffe/CMakeFiles/caffe.dir/layers/python_layer.cpp.o' failed make[2]: *** [src/caffe/CMakeFiles/caffe.dir/layers/python_layer.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... CMakeFiles/Makefile2:269: recipe for target 'src/caffe/CMakeFiles/caffe.dir/all' failed make[1]: *** [src/caffe/CMakeFiles/caffe.dir/all] Error 2 Makefile:129: recipe for target 'all' failed make: *** [all] Error 2 之前,我尝试运行cmake,它显示了Cmake警告:

make

即使我已经为python安装了Target "caffe" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. 。我也已经在Anaconda中安装了Intel库。 有什么解决办法吗?

0 个答案:

没有答案