Python 3.7 + Visual Studio 2107 + boost 1.69

前端 未结 2 1104
逝去的感伤
逝去的感伤 2021-01-26 02:48

I am trying to get boost 1.69 working with visual studio 2107. My goal is to use Numpy in C++

When I include #include boost/python/numpy.hpp

The err

2条回答
  •  遇见更好的自我
    2021-01-26 03:23

    I had the same problem. It seems like Boost python is not supported by python 3.7 vert well.

    Using python 3.6 will solve this problem.

提交回复
热议问题