Skip to content

Building wheel , according to docs, demands numpy.distutils which are deprecated for python >3.11 #99

@mjjank

Description

@mjjank

When you use installation intructions from docs:

python setup.py build test bdist_wheel
pip install  dist/dahu*.whl

there is a problem with numpy.disutils which are obsolete for python >3.11


(dahu) opid27@lid27crystalbar:~/tmp/dahu$ python setup.py build test bdist_wheel
Traceback (most recent call last):
  File "/home/opid27/tmp/dahu/setup.py", line 46, in <module>
    from numpy.distutils.misc_util import Configuration
ModuleNotFoundError: No module named 'numpy.distutils'

Intalling using classical 'pip install' works. Seems to be that building wheel using docs instructions can cause problems

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions