标签:Python数据分析

【Python】AttributeError: module ‘numpy’ has no attribute ‘__version__’

xixuefeng Python 2024-11-08 1,345 次浏览
安装numpy模块 [crayon-6a049d24ac755615024008/] 创建python文件,测试一下numpy模块安装是否成功 [crayon-6a049d24ac75e164371443/] 执行代码报如下错误: [crayon-6a049d24ac760386342671/] 错误提示:'numpy'这个模块没有'_...
回顶部