标签:Python数据分析
【Python】AttributeError: module ‘numpy’ has no attribute ‘__version__’
安装numpy模块
[crayon-6a049d24ac755615024008/]
创建python文件,测试一下numpy模块安装是否成功
[crayon-6a049d24ac75e164371443/]
执行代码报如下错误:
[crayon-6a049d24ac760386342671/]
错误提示:'numpy'这个模块没有'_...