When
import lmoments3 as lm
from lmoments3 import distr
I get module 'scipy.stats._continuous_distns' has no attribute 'frechet_r_gen'
I cd
ed into scipy/stats folder, and there is no presence of 'frechet_r_gen'
I have tried pip install update scipy lmoments3
and pip install --user scipy
I am using conda environments.
1条答案
按热度按时间h5qlskok1#
https://docs.scipy.org/doc/scipy/release.1.6.0.html
此发行版已在scipy 1.6.0中删除。因此,要么安装scipy 1.5.4,要么将此
lmoments3
模块更新到更新的scipy版本。