|
From: Rasika S. <ras...@ai...> - 2021-06-02 16:47:23
|
Hello QL-Community, Issue - Unable to access bucketAnalysis in Quantlib Environment - Ubuntu 18.04 via WSL; Python 3.6.1; Windows 10 Details - I was following the steps to install Quantlib as mentioned at https://www.quantlib.org/install/linux-python.shtml. To start with I tried the first approach i.e. "Installation from PyPI". Quantlib 1.21 got installed successfully but I am unable to use the function bucketAnalysis. The error says - module 'QuantLib' has no attribute 'bucketAnalysis'. I tried the second approach as well mentioned under "Installation from a released version", but when using the newly compiled files, I got same error as mentioned above. I can see bucketAnalysis function is present in the c++ code under experimental/risk/ but why is it missing in the Python wrapper. Can you please guide me. Regards, Rasika Sinha |