Abacn commented on issue #30513:
URL: https://github.com/apache/beam/issues/30513#issuecomment-2286747319

   Currently Python3.12 Dataflow test has two test failing consistently:
   
   ```
   
apache_beam/ml/inference/sklearn_inference_it_test.py::SklearnInference::test_sklearn_mnist_classification
 
   
   
apache_beam/ml/inference/sklearn_inference_it_test.py::SklearnInference::test_sklearn_mnist_classification_large_model
   
   Error:
   
    subprocess.CalledProcessError: Command 
'['/runner/_work/beam/beam/build/gradleenv/2050596100/bin/python3.12', '-m', 
'pip', 'download', '--dest', '/tmp/dataflow-requirements-cache', '-r', 
'/tmp/tmpoq1ebvgy/tmp_requirements.txt', '--exists-action', 'i', '--no-deps', 
'--implementation', 'cp', '--abi', 'cp312', '--platform', 
'manylinux2014_x86_64']' returned non-zero exit status 1.
   
   
   Error compiling Cython file:
   
   sklearn/utils/_vector_sentinel.pyx:31:9: Previous declaration is here
   ```
   
   Cannot install sklearn from source using cython
   
   happened as early as 
https://github.com/apache/beam/commits/5b2bfe96f83a5631c3a8d5c3b92a0f695ffe2d7d
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to