python: error while loading shared libraries: libpython3.7m.so.1.0: cannot open shared object file:

报错信息:

python: error while loading shared libraries: libpython3.7m.so.1.0: cannot open shared object file: No such file or directory

解决方法:
root@localhost lib]# cd /usr/local/bin/python3/lib
[root@localhost lib]# cp libpython3.7m.so.1.0 /usr/lib64

重新查看Python版本号:
在这里插入图片描述

猜你喜欢

转载自blog.csdn.net/weixin_43840640/article/details/89478729