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
3.12 does not seem to work (just stupidly created a dupe #74 and fails with
Obtaining file:///home/runner/work/aerobulk-python/aerobulk-python
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'error'
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [7 lines of output]
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/home/runner/work/aerobulk-python/aerobulk-python/setup.py", line 7, in <module>
import numpy.distutils.command.sdist # noqa
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'numpy.distutils'
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
On first glance this seems like something in numpy has changed in recent versions? This def needs some deeper investigation.
Some more digging suggests that we will need to migrate away from numpy.distutils (see here) in the future. I suspect this will be a good amount of work, and probably not time sensitive right now (for the time being pinning to python 3.11 should not block too many folks? ). Just taking notes here to facilitate picking this up later.
On first glance this seems like something in numpy has changed in recent versions? This def needs some deeper investigation.
Originally posted by @jbusecke in #68 (comment)
The text was updated successfully, but these errors were encountered: