caffe-builder icon indicating copy to clipboard operation
caffe-builder copied to clipboard

boost minor problem: cannot find 'pyconfig.h'

Open TimmvonderMehden opened this issue 8 years ago • 1 comments

...Caffe-builder\packages\boost\boost_download-prefix\src\boost_download\boost/python/detail/wrap_python.hpp(50): fatal error C1083: Cannot open include file: 'pyconfig.h': No such file or directory

Building with MSVC 2015 Update 3, and python = Anaconda .

I could not find out where the include path for boost is defined. Anaconda has a pyconfig.h. Obviously, boost just does not know where to look for it

TimmvonderMehden avatar Nov 13 '17 17:11 TimmvonderMehden

I met the same issue but resolved it after double checking my anaconda location.

Correcting your ANACONDA_HOME := /path/to/anaconda#

whirlpoolcode avatar Apr 03 '18 12:04 whirlpoolcode