synsun coding
manual, reference, trouble shooting
Showing posts with label
python
.
Show all posts
Showing posts with label
python
.
Show all posts
2015-05-06
Unofficial Windows Binaries for Python Extension Packages
When you saw
error: Microsoft Visual C++ 10.0 is required (Unable to find vcvarsall.bat).
Download windows pkg in this link and solve!
http://www.lfd.uci.edu/~gohlke/pythonlibs/
To install .whl
pip install file_name.whl
How do I install a Python package with a .whl file?
http://stackoverflow.com/questions/27885397/how-do-i-install-a-python-package-with-a-whl-file
pip install file_name.whl
2015-05-03
Unable to find vcvarsall.bat
When run python modules with mysql settings,
need to install MySQLdb but raise error like below..
Microsoft Visual C++ 10.0 is required (Unable to find vcvarsall.bat)
You can download Microsoft Visual C++ 10.0 express for free but,
it is very tiresome.
Here is a solution :
http://www.lfd.uci.edu/~gohlke/pythonlibs/#mysql-python
After download proper module, enter :
pip install module-name.whl
Done!
Older Posts
Home
Subscribe to:
Posts (Atom)