googleapis / googleapis/python-aiplatform

Segfault / SIGSEGV on MacOS for versions >= 1.32.0

Open
#2,624 0 comments 0 reactions 0 assignees View on GitHub
api: vertex-ai
Dominant language
Python
Stars
905
Forks
465
Avg merge
1d 13h
Merged PRs (30d)
44

Description

#### 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)

```

Contributor guide

Open the contributing guide

Research direction

Start by creating the reported Python 3.10.1 virtual environment on macOS 13.6 with google-cloud-aiplatform >=1.32.0, then run the provided vertexai.language_models.CodeGenerationModel import. Confirm whether it exits with SIGSEGV (code 139); done means identifying and fixing the crash with a regression check for this import.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
ai
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.