I have Python 3.8.10. (32 bit). I am trying to import NumPy package in IDLE however I am getting this message.
image
我用的是3.8.10版本的Python.(32位)。我正在尝试在IDLE中导入NumPy包,但是我收到了这个消息。图像
My Idle crashed with following information
我的Idle崩溃了,并显示以下信息
Problem signature:
Problem signature:
Problem Event Name: APPCRASH
Application Name: pythonw.exe
Application Version: 3.8.10150.1013
Application Timestamp: 608fe05b
Fault Module Name: _multiarray_umath.cp38-win32.pyd
Fault Module Version: 0.0.0.0
Fault Module Timestamp: 6498fabf
Exception Code: c000001d
Exception Offset: 000269c9
OS Version: 6.1.7601.2.1.0.256.48
Locale ID: 1033
Additional Information 1: 0a9e
Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
Additional Information 4: 0a9e372d3b4ad19135b953a78882e789
This same thing happens with other packages like: chainer, matplotlib, pandas, scrapy, Theano.
But other packages are working fine.
What should I do?
同样的事情也发生在其他包上,比如:Chainer,matplotlib,pandas,scrapy,theano。但其他方案运行良好。我该怎么办?
更多回答
优秀答案推荐
I found the answer. This problem arises if someone using old system to run NumPy 1.24.0 and onwards.
Simple trick is installed NumPy 1.23.5
For detail: issue
我找到了答案。如果有人使用旧系统运行NumPy 1.24.0及更高版本,则会出现此问题。简单技巧是安装NumPy 1.23.5的详细信息:问题
更多回答
我是一名优秀的程序员,十分优秀!