📜  在导入时,我们在 Python 代码示例中检测到了旧版本的 numpy

📅  最后修改于: 2022-03-11 14:45:31.774000             🧑  作者: Mango

代码示例1
Remove the folder numpy and reinstall numpy
rm -rf ~/.local/lib/python3.6/site-packages/numpy
pip install numpy