Home > other >  Why do I carry the PYCHARM numpy and pandas, for code when no smart tips???
Why do I carry the PYCHARM numpy and pandas, for code when no smart tips???

Time:01-20

You, why do I carry the PYCHARM numpy and pandas package, for code when no smart tips???
Other libraries is normal ah,,,

CodePudding user response:

First check your Project have Interpreter of the two packages,
If not PIP install numpy, PIP install pandas, (if too slow and tsinghua mirror -i https://pypi.tuna.tsinghua.edu.cn/simple)

Second smart tips you said is what mean?
For instance refers to you in the input numpy. After will automatically jump out of the functions and variables in the numpy?

CodePudding user response:

How do you install? The is the terminal PIP install? Or with installation in pycharm menu directly

CodePudding user response:

You solve, I also encountered this kind of situation now,
  • Related