I'd like to install a Python module named "zipline", which is only available for win-32 (Isn't it?). The following command line for installation can only browse for win-64 version:
$ conda install -c Quantopian zipline
So far, I have not seen an option to force the command to search for win-32. If you find one, please share me. Thank you.
I also tried $ pip install zipline, but it returns an error message "Unable to find vcvarsall.bat". Should I install MS Visual C++ first?.