while importing we detected an older version of numpy in

Solutions on MaxInterview for while importing we detected an older version of numpy in by the best coders in the world

showing results for - "while importing we detected an older version of numpy in"
Alessandro
02 Oct 2019
1Remove the folder numpy and reinstall numpy
2rm -rf ~/.local/lib/python3.6/site-packages/numpy
3pip install numpy
4
similar questions