I am trying to install TransformationTool on my machine (Windows 8.1 64-bit). I have python 3.4.4. I follow the instructions given in the readme file, and when I try to install the requirements, I get an error for mysqlclient. The error I get is
_mysql.c(29) : fatal error C1083: Cannot open include file: 'my_config.h': No such file or directory
error: command 'D:\\Program Files (x86)\\VC\\BIN\\amd64\\cl.exe' failed with exit status 2
I have Microsoft Visual C++ 2015 installed, and the file is available in the provided directory, but I am still facing issues with the installation of mysqlclient. Could you please help me solve this problem.
Thanks in advance.
I am trying to install TransformationTool on my machine (Windows 8.1 64-bit). I have python 3.4.4. I follow the instructions given in the readme file, and when I try to install the requirements, I get an error for mysqlclient. The error I get is
I have Microsoft Visual C++ 2015 installed, and the file is available in the provided directory, but I am still facing issues with the installation of mysqlclient. Could you please help me solve this problem.
Thanks in advance.