googleapis / googleapis/python-aiplatform

Segfault / SIGSEGV on MacOS for versions >= 1.32.0

未关闭
#2,624 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

api: vertex-ai
主要语言
Python
星标
907
派生
466
平均合并
1 天 13 小时
30 天内合并 PR
44

描述

#### Environment details

- OS type and version: macOS 13.6
- Python version: Python 3.10.1
- pip version: 23.2.1
- `google-cloud-aiplatform` version: >= 1.32.0

#### Steps to reproduce

1. Create venv with google-cloud-aiplatform version >= 1.32.0
2. Run the code

#### Code example

```python
from vertexai.language_models import CodeGenerationModel
```

#### Stack trace
```
Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)

```

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

首先,在 macOS 13.6 上使用 google-cloud-aiplatform >=1.32.0 创建所报告的 Python 3.10.1 虚拟环境,然后运行提供的 vertexai.language_models.CodeGenerationModel import。确认它是否以 SIGSEGV(代码 139)退出;完成的标准是识别并修复该崩溃,并为此 import 添加回归检查。

由索引模型根据 Issue 内容生成。

评估

技术栈
python
领域
ai
Issue 类型
缺陷
难度
4/5
预计耗时
3-5 天
活跃度
停滞
描述清晰度
基本清楚
新手友好度
25/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。