Igor Sapego created IGNITE-24970:
------------------------------------
Summary: DB API Driver 3: Wheels created by GitHub Actions are
failing on import
Key: IGNITE-24970
URL: https://issues.apache.org/jira/browse/IGNITE-24970
Project: Ignite
Issue Type: Bug
Components: python, thin client
Affects Versions: 3.0
Reporter: Igor Sapego
Assignee: Igor Sapego
Fix For: 3.1
Steps to reproduce:
{code:bash}
$ python3 -m venv venv
$ . ./venv/bin/activate
$ pip install pyignite_dbapi-3.1.0-cp313-cp313-macosx_14_0_arm64.whl
$ python -c "import pyignite_dbapi"
{code}
Expected: normal execution, no output
Actual result:
{noformat}
Segmentation fault 11
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)