You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hi @karamata,
we are aware of this. There have been many breaking changes in many different dependencies over the last view month. We are on it ( #4041 ). It's hard to tell when we are done but we aim to make Ludwig compatible to Python 3.10, 3.11 and 3.12.
Currently it should run with 3.9. Have you tried it?
Hi @karamata, we are aware of this. There have been many breaking changes in many different dependencies over the last view month. We are on it ( #4041 ). It's hard to tell when we are done but we aim to make Ludwig compatible to Python 3.10, 3.11 and 3.12. Currently it should run with 3.9. Have you tried it?
Hi @karamata, we are aware of this. There have been many breaking changes in many different dependencies over the last view month. We are on it ( #4041 ). It's hard to tell when we are done but we aim to make Ludwig compatible to Python 3.10, 3.11 and 3.12. Currently it should run with 3.9. Have you tried it?
from python 3.9 3.10 3.11 3.12
tried for all same issues but not work for me.
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
The text was updated successfully, but these errors were encountered: