随笔分类 -  Python

摘要:简介 执行 twine upload dist/* 命令上传项目到PyPI出现报错 # twine upload dist/* Uploading distributions to https://upload.pypi.org/legacy/ ERROR InvalidDistribution: 阅读全文
posted @ 2025-04-07 13:41 龙虚度 阅读(391) 评论(0) 推荐(0)
摘要:简介: 使用YOLO11 在Docker 里面训练,出现一堆报错, 下面是关键报错信息: ERROR: Unexpected bus error encountered in worker. This might be caused by insufficient shared memory (sh 阅读全文
posted @ 2024-10-31 09:59 龙虚度 阅读(797) 评论(0) 推荐(0)
摘要:简介: pip install pymssql==2.1.3 安装时报错如下: Running setup.py install for pymssql ... error ERROR: Command errored out with exit status 1: command: /python 阅读全文
posted @ 2021-03-16 16:22 龙虚度 阅读(249) 评论(0) 推荐(0)
摘要:简介: 在python虚拟环境中执行 pip install mysqlclient==1.3.10 报错以下错误: ERROR: Command errored out with exit status 1: command: /python/opsmind_env/bin/python3 -c 阅读全文
posted @ 2021-03-16 16:08 龙虚度 阅读(1566) 评论(0) 推荐(0)