jupyter module 'numpy' has no attribute 'int'.
时间: 2023-11-28 22:46:22 浏览: 129
numpy-2.1.1.tar.gz
这个错误通常是因为numpy版本不兼容所导致的。您可以尝试以下两种方法来解决这个问题:
1.重新安装numpy,将其降级到1.22版本:
```shell
pip uninstall numpy
pip install numpy==1.22
```
2.检查您的numpy源码是否正确安装。您可以尝试重新安装numpy源码:
```shell
numpy-1.8.1.tar.gz
```
阅读全文