module 'scipy.stats._continuous_distns' has no attribute 'frechet_r_gen'

Viewed 46

When

import lmoments3 as lm
from lmoments3 import distr

I get module 'scipy.stats._continuous_distns' has no attribute 'frechet_r_gen' I cded 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 Answers
Related