[
https://issues.apache.org/jira/browse/FLINK-37523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-37523:
-----------------------------------
Labels: pull-request-available (was: )
> e2e: Test stream python udf sql job fails
> -----------------------------------------
>
> Key: FLINK-37523
> URL: https://issues.apache.org/jira/browse/FLINK-37523
> Project: Flink
> Issue Type: Bug
> Components: API / Python
> Affects Versions: 2.1.0
> Reporter: Fabian Paul
> Assignee: Mika Naylor
> Priority: Major
> Labels: pull-request-available
>
> After the migration from conda to uv of our test infra the python e2e tests
> started to fail consistently with
> [https://github.com/apache/flink/actions/runs/13943712394/job/39026682795#step:14:9051]
> {code:java}
> Caused by: java.io.IOException: Failed to execute the command:
> venv.zip/.uv/bin/python -c import sys;import
> sysconfig;print(sysconfig.get_path('platlib', vars={'base': sys.argv[1],
> 'platbase': sys.argv[1]}));print(sysconfig.get_path('purelib', vars={'base':
> sys.argv[1], 'platbase': sys.argv[1]}));
> /tmp/python-dist-57a908ce-3e55-46b5-a856-264be85da206/python-requirements
> 9024output: venv.zip/.uv/bin/python: error while loading shared libraries:
> /tmp/python-dist-57a908ce-3e55-46b5-a856-264be85da206/python-archives/venv.zip/.uv/bin/../lib/libpython3.11.so.1.0:
> cannot open shared object file: No such file or directory {code}
>
> https://issues.apache.org/jira/browse/FLINK-36900
--
This message was sent by Atlassian Jira
(v8.20.10#820010)