My previous Pycharm has broken, and I update my Pycharm to newest version.
However when I run the existing python code, I have met following error message.
Connected to pydev debugger (build 213.7172.26)
Traceback (most recent call last):
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 965, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'numpy'
Process finished with exit code 1