SyntaxFix
Write A Post
Hire A Developer
Questions
I had this problem with last version of numpy 1.16.x
Problem resolved with
python3 -m pip uninstall numpy python3 -m pip install numpy==1.14.0
python3 -m pip uninstall numpy
python3 -m pip install numpy==1.14.0