模块'scipy.stats._continuous_distns'没有属性'frechet_r_gen'

xdyibdwo  于 2022-11-10  发布在  其他
关注(0)|答案(1)|浏览(261)

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.

h5qlskok

h5qlskok1#

https://docs.scipy.org/doc/scipy/release.1.6.0.html
此发行版已在scipy 1.6.0中删除。因此,要么安装scipy 1.5.4,要么将此lmoments3模块更新到更新的scipy版本。

相关问题