Intel® oneAPI Data Analytics Library
Learn from community members on how to build compute-intensive applications that run efficiently on Intel® architecture.

how to install pydaal without mysql

Chaowen_G_
Beginner
451 Views

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

0 Kudos
1 Reply
Zhang_Z_Intel
Employee
451 Views

Take a look at this article for instructions on installing pydaal: https://software.intel.com/en-us/articles/how-to-install-the-python-version-of-intel-data-analytics-acceleration-library-intel-daal

Alternatively, you can get pydaal fro Intel Distribution for Python. See more info: https://software.intel.com/en-us/articles/using-intel-distribution-for-python-with-anaconda 

 

0 Kudos
Reply