On Sun, 3 Jan 2021, Rich Shepard wrote:
I'm trying to rebuild numpy-1.18.2 using the newly installed Python-3.9.1.
The script fails when running setup.py:
Traceback (most recent call last):
File "setup.py", line 32, in
raise RuntimeError("Python version >= 3.5 required.")
RuntimeError: Pyth
I'm trying to rebuild numpy-1.18.2 using the newly installed Python-3.9.1.
The script fails when running setup.py:
Traceback (most recent call last):
File "setup.py", line 32, in
raise RuntimeError("Python version >= 3.5 required.")
RuntimeError: Python version >= 3.5 required.
When I invo