Ryan-Nightwish commented on issue #801: URL: https://github.com/apache/flink-agents/issues/801#issuecomment-4658262026
Update on item 3: after further testing, this issue does not reproduce when following the documented From Source installation path. Running `./tools/build.sh -p` first installs `flink-agents` (along with its `setuptools<82` constraint from `pyproject.toml`) into the environment, so the subsequent `pip install apache-flink==2.2.0` builds `apache-beam` with a compatible setuptools version. The earlier failure occurred because I ran `pip install apache-flink` in a fresh venv before installing `flink-agents`, which meant the `setuptools<82` constraint was not yet in effect. -- 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]
