- 博客(4)
- 收藏
- 关注
原创 UBUNTU20.04 无法打开终端
一般情况下linux在重新安装python有可能出现无法打开终端的情况,有一种情况是在桌面和使用快捷键打不开,但是在任意文件夹中是可以的。这个问题通常是由于 Python 环境中的 gi 模块初始化失败导致的。gi 模块是 Python 的 GObject Introspection 绑定,用于访问 GNOME 库。错误信息指出无法从部分初始化的模块 gi 中导入 _gi,这很可能是由于循环导入造成的。这时候重新重新安装 gi 相关的软件包就可以了。
2024-07-10 12:09:38
946
1
原创 2021-10-09
简易的命令行入门教程:Git 全局设置:git config --global user.name "郝伟2333"git config --global user.email "davyhao@nwafu.edu.cn"创建 git 仓库:mkdir Mondaycd Mondaygit inittouch README.mdgit add README.mdgit commit -m "first commit"git remote add origin https://gite
2021-10-09 11:15:44
126
原创 sudo rosdep init rosdep update安装ros最后两步骤出现问题
安装ros最后两步骤出现问题sudo rosdep initrosdep update报错信息一般是超时,问题出在githubusercontent.com被屏蔽了,需要找到真实ip方法通过https://www.ipaddress.com/查询githubusercontent.com2020年5月17日查到4个raw.githubusercontent.com resolves to the following 4 IPv4 addresses:185.199.108.
2021-05-18 10:52:01
406
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人