error in numpy
已完成
While executing a program using numpy module I am getting errors in " from numpy import* " line , Can u please suggest to me what is the mistake I am making
请先登录再写评论。
There seem to be a name conflict because your file is named numpy.py
Renaming the file should do the trick.
Hi karpov,
I am still facing the problem.. request you to check
Where does it navigate if you Ctrl+Click (Ctrl+B) numpy in the code?
Hi karpov,
Thank u for your effort. However I could solve this problem by reinstalling Pycharm & Python 3.8.2
Thank u