np.arrange error - no attribute
python-forum.io › thread-3860I cannot get the arrange command to work. ----------------------------------------. import numpy as np. pp=np.arrange (10) pp=np.arrange (1,10) pp=np.arrange (1,10,1) all commands give error: AttributeError: 'module' object has no attribute 'arrange'. Tried many other combinations for argument, no luck.
python - Numpy - module has no attribute 'arrange' - Stack ...
stackoverflow.com › questions › 32238886Aug 27, 2015 · Seems like an incredibly basic error, I've tried uninstalling and reinstalling the latest version of Numpy (1.9) and that didn't seem to solve my issue. I am getting the following error when trying to use the arrange function: Traceback (most recent call last): File "names.py", line 37, in <module> top1000.index = np.arrange (len (top1000)) AttributeError: 'module' object has no attribute 'arrange'.