a-PyTorch-Tutorial-to-Image-Captioning icon indicating copy to clipboard operation
a-PyTorch-Tutorial-to-Image-Captioning copied to clipboard

module 'scipy' has no attribute 'special'

Open Haipeng-happy opened this issue 4 years ago • 0 comments

import scipy.special as special will cause error "module 'scipy' has no attribute 'special' ". But import scipy.special was ok. Sometimes it may also causes error "module 'scipy' has no attribute '_lib' ". My scipy version is 1.1.0. Which scipy version should I use?

Haipeng-happy avatar Jan 03 '21 02:01 Haipeng-happy