'I can't open .py file in Pycharm

I have run a code in PyCharm in ubuntu and received this error:

Original error was: libopenblasp-r0-09e95953.3.13.so: cannot open shared object file: No such file or directory

what does it mean? what is wrong with my code? I think it is about reading a .py file from my computer. for reading that file I address in this way : "${Home}/home/sh/PycharmProjects/MY_PROJECT3/.../" Is it wrong?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source