Open dsaw opened 6 years ago
I am assuming you are using Windows, you can try with pip
and see if it works out.
I got the same error on Ubuntu, using sudo apt-get install libmysqlclient-dev
resolved my issue. Try instaling the libmysqlclient
on your system.
Here's more on the error you encountered.
@ZER-0-NE Yes, it is Windows.
I did try to install through pip
but failed due to the issue in Python 3. I will install mysql.
Thank you!
For issues in installing mysqlclient in macos, install separately using
brew install mysqlclient
U can solve it by installing C++ compiler and Windows SDK 8.1.
Fix is (source = Microsoft):
Open Visual Studio.
Choose File | New | Project | C++, and you will be prompted to install the necessary components.
Related to #250. Mysql should probably not be a dependency.
I downloaded the zip and unzipped the
pattern-master
folder to my system. Then I ran thepython setup.py install
. After a bunch of modules were installed, it halted because of the following issue:It seems that my system lacks some tools given there but then I am quite new to building Python modules and the like. What possibly could be the issue here?