Hi:
I want to install pydaal. When it compile the source code _data_management__db.cpp and say from
#include <data_management/data_source/mysql_feature_manager.h> it can not find <sql.h> in daal/include/data_management/data_source/mysql_feature_manager.h
Of course, because I do not install mysql in my computer, so there is no sql.h in my computer. Actually, I use postgresql as my database, so mysql_feature_manager is completely useless to me. I want to ask how to install pydaal without mysql