|
From: Scott H. <sha...@us...> - 2026-09-01 19:19:53
|
I seem to be stuck in a rut. I have a python library that I want to use that uses numpy.
However the TOML file requires some very specific versions of software. Should I try to patch the toml file to allow different versions of setup tools?
Any other thoughts on trying to get that running?
Running from numpy source directory.
Traceback (most recent call last):
File "/opt/sw/src/fink.build/numpy-py310-1.22.1-2/numpy-1.22.1/setup.py", line 84, in <module>
raise RuntimeError(
RuntimeError: Setuptools version is '82.0.0', version < '60.0.0' is required. See pyproject.toml
### execution of SHELL=/bin/sh failed, exit code 1
### execution of /tmp/fink.1YVij failed, exit code 1
Scott |