我正尝试在我的Mac上安装Quantlib-Python (),但是当我运行make -C Python check时,我收到了一个错误的ImportError: No module named _QuantLib当我重新查看安装步骤时,似乎一切都正常:Writing/Library/Python/2.7&
Handle<Quote>(r), Actual360());qldate.cpp:49:58: error: no matching function for call to \u2018QuantLib::Handle<QuantLib::Quote>::Handle(std::shared_ptr<QuantLib::SimpleQuote>&)\u2019
make_shared<FlatForward
我安装了QuantLib和boost (我猜是正确的)。所有的例子在C/C++中工作很好,一直到2017年visual。warning: unable to detect QuantLib installation
building 'QuantLib./Fobuild\temp.win32-3.6\Release\QuantLib/quantlib_wrap.obj
我使用pyql下载并安装了python setup.py installfrom quantlib.instruments.api importimport PlainVanillaPayoffimport QuantLib as ql
File "bootstrap_yc.py", line 1, i