AttributeError: module 'QuantLib._QuantLib' has no attribute 'delete_SwigPyIterator' in python

635 Views Asked by At

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

0

There are 0 best solutions below