Skip to content

I think there is big problem when install ludwig, even I try many times with many python version #4040

@karamata

Description

@karamata

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

  1. create new environment with python 3.11.10

  2. clone source

  3. pip install -e .

  4. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions