运行sort遇到问题 Original error was: libopenblas.so.0: cannot open shared object file: No such file or dir

尝试的解决方法:

https://blog.csdn.net/frankcreen/article/details/78910187

    import numpy.core.numeric as _nx
  File "/home/hp/anaconda3/lib/python3.6/site-packages/numpy/core/__init__.py", line 26, in <module>
    raise ImportError(msg)
ImportError:
Importing the multiarray numpy extension module failed.  Most
likely you are trying to import a failed build of numpy.
If you're working with a numpy git repo, try `git clean -xdf` (removes all
files not under version control).  Otherwise reinstall numpy.

Original error was: libopenblas.so.0: cannot open shared object file: No such file or directory


版权声明:本文为zjc910997316原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。