python3: error while loading shared libraries: libpython3.7m.so.1.0: cannot open shared object file:
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
问题:
在pycharm中配置远程编译器时出现报错python3: error while loading shared libraries: libpython3.5m.so.1.0: cannot open shared object file
原因:
因为动态链接库找不到,所以要在你的配置文件里加入库的路径
解决方法:
在linux命令窗口输入:
cd /etc/ld.so.conf.d
sudo vim python3.conf
按i编辑 添加库文件路径,比如我的python3路径为usr/local/python3.7.5/bin/python3
那么我的库文件路径就是usr/local/python3.7.5/lib
输好之后按Esc,再按:wq退出并保存
在命令窗口输入:
sudo ldconfig
再回去pycharm试试,报错解决!
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:1 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献1条内容
所有评论(0)