Abacn opened a new issue, #27151:
URL: https://github.com/apache/beam/issues/27151
### What happened?
Both test stucks at least since June 7th (probably since June 5):
apache_beam.ml.inference.sklearn_inference_it_test.SklearnInference.test_sklearn_mnist_classification
1 hr 5 min 10
apache_beam.ml.inference.sklearn_inference_it_test.SklearnInference.test_sklearn_regression
1 hr 17 min 10
Taking a look at the Dataflow log (jobId:
`2023-06-16_05_05_25-7286307859109106446`),
```
INFO 2023-06-16T12:09:19.730887275Z Processing
/var/opt/google/staged/scikit-learn-1.0.2.tar.gz
INFO 2023-06-16T12:09:22.166825380Z Installing build dependencies: started
INFO 2023-06-16T12:09:23.035339729Z Installing build dependencies: finished
with status 'error'
INFO 2023-06-16T12:09:23.042156426Z error: subprocess-exited-with-error
INFO 2023-06-16T12:09:23.042223673Z
INFO 2023-06-16T12:09:23.042229948Z × pip subprocess to install build
dependencies did not run successfully.
INFO 2023-06-16T12:09:23.042236330Z │ exit code: 1
INFO 2023-06-16T12:09:23.042241542Z ╰─> [4 lines of output]
INFO 2023-06-16T12:09:23.042247838Z Looking in links: /var/opt/google/staged
INFO 2023-06-16T12:09:23.042253600Z Ignoring numpy: markers 'python_version
== "3.7" and platform_machine != "aarch64" and platform_system != "AIX" and
platform_python_implementation != "PyPy"' don't match your environment
INFO 2023-06-16T12:09:23.042275525Z ERROR: Could not find a version that
satisfies the requirement setuptools<60.0 (from versions: none)
INFO 2023-06-16T12:09:23.042282185Z ERROR: No matching distribution found
for setuptools<60.0
INFO 2023-06-16T12:09:23.042287557Z [end of output]
```
sklearn install fails due to cannot install `setuptools<60.0`
### Issue Failure
Failure: Test is continually failing
### Issue Priority
Priority: 1 (unhealthy code / failing or flaky postcommit so we cannot be
sure the product is healthy)
### Issue Components
- [X] Component: Python SDK
- [ ] Component: Java SDK
- [ ] Component: Go SDK
- [ ] Component: Typescript SDK
- [ ] Component: IO connector
- [ ] Component: Beam examples
- [ ] Component: Beam playground
- [ ] Component: Beam katas
- [ ] Component: Website
- [ ] Component: Spark Runner
- [ ] Component: Flink Runner
- [ ] Component: Samza Runner
- [ ] Component: Twister2 Runner
- [ ] Component: Hazelcast Jet Runner
- [ ] Component: Google Cloud Dataflow Runner
--
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]