Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Drop python 3.8 in the CI #3288

Merged
merged 11 commits into from
Oct 2, 2024
Merged

Drop python 3.8 in the CI #3288

merged 11 commits into from
Oct 2, 2024

Conversation

vfdev-5
Copy link
Collaborator

@vfdev-5 vfdev-5 commented Sep 27, 2024

Description:

FIXED:
Problem with Horovod CPU CI for py3.10 and py3.11

 ignite/distributed/comp_models/horovod.py:159: in _HorovodDistModel
    "SUM": hvd.mpi_ops.Sum,
E   AttributeError: module 'horovod.torch' has no attribute 'mpi_ops'
Extension horovod.torch has not been built: /opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/site-packages/horovod/torch/mpi_lib_v2.cpython-310-x86_64-linux-gnu.so not found
If this is not expected, reinstall Horovod with HOROVOD_WITH_PYTORCH=1 to debug the build error.
Warning! MPI libs are missing, but python applications are still available.

@github-actions github-actions bot added the ci CI label Sep 27, 2024
@github-actions github-actions bot added the module: handlers Core Handlers module label Oct 2, 2024
@vfdev-5 vfdev-5 enabled auto-merge (squash) October 2, 2024 13:23
@vfdev-5 vfdev-5 merged commit 6a1ef07 into master Oct 2, 2024
19 of 21 checks passed
@vfdev-5 vfdev-5 deleted the drop-py38 branch October 2, 2024 13:42
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
ci CI module: handlers Core Handlers module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant