|
From: Ben W. <ben...@ma...> - 2022-02-02 04:19:26
|
Hi, I am executing Quantlib python scripts from an SQL server. I have a working script running in a local UI running Python 3.8 with out issue. However on the SQL server I get the error module 'QuantLib' has no attribute 'OvernightLeg'. Looking at the installed version it is telling me quantlib version 1.16.1 which I am guessing predates a number of features like OvernightLeg's. Are there any later versions of pre-complied Quantlib that are Python 3.5.2 compliant floating around the web, or am I in the world of compiling up a version? Regards Ben |