import numpy
print "asdf"
When I try to debug/run the above Python code in Visual Studio Code I get the following error (Using OSX)
ImportError, cannot import name float96
What is the resolution ?
I have installed python from the python website. Tried to run after installing from brew too but no effect.
EDIT
The problem is with all imports for Visual Studio