【Python】AttributeError: 'module' object has no attribute 'stats'

代码:code import scipy h, p = scipy.stats.randksum(A, B) 报错:ip AttributeError: 'module' object has no attribute 'stats' 解决:ci Scipy, 就像许多其余很大的包同样,不能直接导入,若是须要用某个包,直接导入它。class from scipy.stats import rand
相关文章
相关标签/搜索