随笔 - 1762  文章 - 0  评论 - 109  阅读 - 431万
上一页 1 2 3 4 5 6 ··· 176 下一页
  2025年1月31日
摘要: conda remove -p C:\ProgramData\Miniconda3\fc_nven --all 阅读全文
posted @ 2025-01-31 02:57 一杯明月 阅读(2) 评论(0) 推荐(0) 编辑
  2025年1月15日
摘要: 在许多操作系统和 Python 安装环境下,pip 与 pip3 的主要区别通常体现在它们所对应的 Python 版本不同: pip 在多数基于 Linux 的系统或旧版本的 Python 环境中,pip 通常会指向 Python 2 的包管理器。 不过在一些现代操作系统或当你只装了 Python 阅读全文
posted @ 2025-01-15 17:22 一杯明月 阅读(218) 评论(0) 推荐(0) 编辑
  2024年11月24日
摘要: 1. 检查当前 Python 版本 首先,查看系统中已安装的 Python 版本: python --version python3 --version ls /usr/bin/python* 你应该会看到多个 Python 版本,如 python2.x 或 python3.x。 2. 使用 upd 阅读全文
posted @ 2024-11-24 19:04 一杯明月 阅读(1451) 评论(0) 推荐(0) 编辑
摘要: 运行下面这个命令: sudo systemctl start runsunloginclient.service 有出现这个问题: Failed to start runsunloginclient.service: Unit runsunloginclient.service not found. 阅读全文
posted @ 2024-11-24 01:52 一杯明月 阅读(544) 评论(0) 推荐(0) 编辑
  2024年11月23日
摘要: 在 Linux(以 Ubuntu 为例)下,换回默认软件源主要涉及恢复 /etc/apt/sources.list 文件中的内容。以下是具体步骤: 1. 备份当前的源文件 在修改之前,建议先备份当前的 sources.list 文件: bash 复制代码 sudo cp /etc/apt/sourc 阅读全文
posted @ 2024-11-23 19:07 一杯明月 阅读(1502) 评论(0) 推荐(0) 编辑
摘要: 参考链接:https://midoq.github.io/2022/05/30/Ubuntu20-04%E6%9B%B4%E6%8D%A2%E5%9B%BD%E5%86%85%E9%95%9C%E5%83%8F%E6%BA%90/ 更换方法 Ubuntu采用apt作为软件安装工具,其镜像源列表记录在 阅读全文
posted @ 2024-11-23 11:39 一杯明月 阅读(1033) 评论(0) 推荐(0) 编辑
  2024年11月22日
摘要: 1.可以通过 ubuntu-drivers devices 查看推荐的驱动版本: ubuntu-drivers devices 2.输出中会显示推荐的驱动版本,例如nvidia-driver-535。安装该版本: sudo apt install nvidia-driver-535 3. 验证驱动安 阅读全文
posted @ 2024-11-22 22:49 一杯明月 阅读(660) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/u014217137/article/details/128050983 https://www.cnblogs.com/dachenyi/p/16043670.html 阅读全文
posted @ 2024-11-22 22:04 一杯明月 阅读(8) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/shuimuqingyang/p/14803420.html 阅读全文
posted @ 2024-11-22 21:49 一杯明月 阅读(12) 评论(0) 推荐(0) 编辑
  2024年11月19日
摘要: 尝试把class CarlaWorld 里面的语句self.client=carla.Client('localhost',2000)中的'localhost'替换为'127.0.0.1'。 阅读全文
posted @ 2024-11-19 20:56 一杯明月 阅读(7) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 176 下一页
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示