Daniel Segesdi
Daniel Segesdi
The install with the latest poetry now fails with ``` [...] ModuleNotFoundError: No module named 'packaging' [end of output] note: This error originates from a subprocess, and is likely not...
This current issue is introduced in `0.26.0`, as `poetry add horovod==0.25.0` works fine with `poetry 1.2.2` It might have been introduced by https://github.com/horovod/horovod/pull/3700, which started to use `packaging.version`, and the...
I'm wondering if this should be a new issue. The original error doesn't happen anymore with poetry `1.2.2` and this new issue doesn't happen with the `Horovod version: 0.24.2` in...
This still happens with poetry for `0.26.1`, I have explicitly tried `poetry add horovod==0.26.1` It also fails with `pip install --use-pep517 --no-cache-dir horovod==0.26.1`
Yes, the `No module named 'tensorflow'` doesn't happen with `poetry 1.2.2`
The `No module named 'tensorflow'` problem doesn't happen on `poetry 1.2.2` for `horovod 0.25.0`, the install succeeds without any errors. I have commented on the other closed issue (https://github.com/horovod/horovod/issues/3744) regarding...
> Would you know how to configure the dependence on `packaging` in setup.py in a way that it works with `pip install --use-pep517`? Sadly I have no idea how any...
I have found a solution. Adding a `pyproject.toml` with build-system dependencies to horovod fixes the issue, since PEP-517 and 518 specifies the use of pyproject.toml for things like this. I'm...
We have given up on using Bazel and I work on very different things since I requested it 3 years ago, I'm not even using Pylance anymore. Maybe someone currently...
Thanks for the suggestions! I'm glad to hear this is in the plans for the future :+1: We have thought about using labels for application-grouping, but we would like to...