I was wondering if anybody knows where such an information is readily available. Installing an UN-compiled version of QuantLib on Windows is such a hassle that I would rather modify my python version in order to pip install Quantlib.
Thank You.
I was wondering if anybody knows where such an information is readily available. Installing an UN-compiled version of QuantLib on Windows is such a hassle that I would rather modify my python version in order to pip install Quantlib.
Thank You.
You can see the wheels available from PyPI at https://pypi.org/project/QuantLib/#files. Look for the ones with a "win" in their name (e.g., QuantLib-1.16.1-cp37-cp37m-win_amd64.whl
, where the cp37
part stands for CPython 3.7 and the amd64
part indicates 64-bit architecture). As of now, there are wheels for 64-bit Python 3.5, 3.6 and 3.7.