Closed magicgoose closed 7 years ago
I've no errors with python 3.6 numpy 1.12 Could you copy and paste your error message?
I figured it out. This happens if I remove from numpy import *
in a different file (audio_math.py). Should have tested it without any additional modifications.
Now I'm using
import numpy as np !!!
Python 3.6, NumPy 1.12.0:
Before: name resolution error After: seems to work OK
Not sure how it worked before, maybe NumPy somehow added functions to global namespace.