An ImportError is thrown when my program searches for Numpy. Yet, numpy is installed as seen by the import numpy working properly.

I've tried
- uninstalling python and numpy and reinstalling with choco
- with pip
- and with conda.
None seem to work. Any suggestions?