ivix
ivix copied to clipboard
AttributeError: module 'scipy.interpolate' has no attribute 'spline'
python3.7.4 64bit scipy1.4.1 win10 64bit
File "D:/jgy/PythonApp/ivix/iVIX.py", line 57, in periodsSplineRiskFreeInterestRate sh = interpolate.spline(period, shibor_values, tmp, order=3) AttributeError: module 'scipy.interpolate' has no attribute 'spline'
rror: module 'scipy.interpolate' has no a
Same issue
line 56, in periodsSplineRiskFreeInterestRate sh = interpolate.spline(period, shibor_values, tmp, order=3) AttributeError: module 'scipy.interpolate' has no attribute 'spline'
new version does not have the attribute, maybe we have to use another way...