I just finished compiling QuantLib in Visual Studio and by installing module via SWIG. Testing and everything worked fine.
Now in Spyder, when I want to import QuantLib, I get the following error:
AttributeError: module 'QuantLib._QuantLib' has no attribute 'delete_SwigPyIterator'
Is this something I need to download/install?
Thx