Describe the bug
I get error when trying install ludwig from source. Even I try many python version still the same.
I also try install numpy first then re-try, but still same error
To Reproduce
-
create new environment with python 3.11.10
-
clone source
-
pip install -e .
-
See error
File "/tmp/pip-build-env-_l7j0ec5/overlay/lib/python3.11/site-packages/setuptools/_distutils/cmd.py", line 303, in get_finalized_command
cmd_obj.ensure_finalized()
File "/tmp/pip-build-env-_l7j0ec5/overlay/lib/python3.11/site-packages/setuptools/_distutils/cmd.py", line 111, in ensure_finalized
self.finalize_options()
File "<string>", line 25, in finalize_options
AttributeError: 'dict' object has no attribute '__NUMPY_SETUP__'
[end of output]
- OS: Ubuntu 24.04
- Python 3.11.10
- Ludwig from source