Open jq opened 1 month ago
It seems that setuptools is not installed or maybe your environment is broken because some files are present and others are not.
Please try the following:
usr/local/lib/python3.12/site-packages/_distutils_hack/__init__.py
was removed and no longer existssetuptools
does not show up when you run pip list
_distutils_hack
from the Python REPLThe try installing the package with pip install --no-use-pep517 ...
setuptools version
setuptools==75.1.0
Python version
python 12
OS
ubuntu 20.04
Additional environment information
with python 12, tensorflow 2.16.2 ubuntu 20.04
Description
run HOROVOD_WITH_TENSORFLOW=1 \ HOROVOD_WITHOUT_PYTORCH=1 \ HOROVOD_WITHOUT_MXNET=1 \ HOROVOD_WITH_MPI=1 \ HOROVOD_WITHOUT_GLOO=1 \ python -m pip install --no-cache-dir horovod==0.28.1
How to Reproduce
run with python 12, tensorflow 2.16.2 ubuntu 20.04 HOROVOD_WITH_TENSORFLOW=1 \ HOROVOD_WITHOUT_PYTORCH=1 \ HOROVOD_WITHOUT_MXNET=1 \ HOROVOD_WITH_MPI=1 \ HOROVOD_WITHOUT_GLOO=1 \ python -m pip install --no-cache-dir horovod==0.28.1
Other detail