odule 'numpy' has no attribute '__version__'
时间: 2023-08-02 14:08:59 浏览: 101
VGA.rar_ vsync_Act 1_wire hcount_ov
您可以使用以下代码来获取NumPy的版本号:
```python
import numpy as np
print(np.__version__)
```
确保已经正确安装了NumPy库,如果还是出现`AttributeError: module 'numpy' has no attribute '__version__'`的错误,请尝试重新安装NumPy库。
阅读全文