pyhawkes
pyhawkes copied to clipboard
About problem"ImportError: cant import name 'logsumexp' from 'scipy.misc'"
Hi,I successfully install the pyhawkes from pip install, but when I start to import pyhawkes from the python, I got the error importerror: cant import name 'logsumexp' from 'scipy.misc'. And after I have already upgraded my scipy, it still appears, And could you plz tell me that the code is python2 or python3? My current env is python3
It needs to be 'scipy.special' instead of 'scipy.misc'
Did you resolve this, if yes please share the solution