Python Package
Published:
How to install python in multiple ways ?
Your GF meets problems always because of coding on Windows????
pip wanna complie source code to *whl
and install it which depends on Visual C++. There are some methods to install source code without VS:
- Pypi: The package is published with source code or
*.whl
sometimes.
pip install package.whl
lfd.uci.edu: The UC Irvine Fluorescence Dynamics Laboratory provides you with an unofficial python package of binary wheel files under Windows 64 bits just
Ctr + F
to search your package and install it by using the command above.pipwin: pipwin is a complementary tool for pip on Windows. pipwin installs unofficial python package binaries for windows provided by Christoph Gohlke here http://www.lfd.uci.edu/~gohlke/pythonlibs/
QuickStart
>> pip install pipwin
>> pipwin search cv
Did you mean any of these ?
* cvxopt
* opencv-python
* abcview
* cvxpy
>> pipwin install opencv-python
>> pipwin install numpy>=1.11