![]() |
[split] np.arrange error - no attribute - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: Data Science (https://python-forum.io/forum-44.html) +--- Thread: [split] np.arrange error - no attribute (/thread-12313.html) |
[split] np.arrange error - no attribute - gyan - Aug-19-2018 python3 I made sure to use single 'r' in arange for scipy and numpy. I am getting same error as no attribute 'arange' in numpy or scipy.Just in continuation to my earlier post, it works fine for Python2. Pl see below. python
RE: [split] np.arrange error - no attribute - micseydel - Aug-19-2018 Split from https://python-forum.io/Thread-np-arrange-error-no-attribute Please don't post to old threads, that one had no activity for a year. RE: [split] np.arrange error - no attribute - micseydel - Aug-19-2018 You didn't happen to name your file numpy.py, did you? If so, it can "shadow" things. |