Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for Python3.6 lib search with Cmake (#527)
* Add support for Python3.6 lib search with Cmake A recent commit added support for python3.5 lib search with Cmake. This PR extends that to python 3.6. Relevant old commit: 17a2c75 * Turn python versions into a list
- Loading branch information
664ef39
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I installed python 3.6 and I download this file but I still cant fix the problem python setup.py install and then the problem of cant not find boost still there, what should I do ? Thanks
664ef39
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
http://dlib.net/faq.html#Whywon'tthePythonbindingscompilework
664ef39
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But when I using the command cmake --build . --config Release ,it stock at dnn_face_recognition_ex.vcxproj, sorry but how to fix this? and the solution in the address you gave still not solve the problem i met, can you told me the command to install boost thanks a lot very appreciate