Closed AGSPhoenix closed 4 years ago
Thanks for the timely reminder. I'll try to work on this when I have some free time!
Well, I just ran into the same issue I guess - with just a small difference in the version number
File "/tmp/easy_install-YcV1ql/numpy-1.18.0rc1/setup.py", line 31, in <module>
try:
RuntimeError: Python version >= 3.5 required.
Latest version (v4.0) is a complete re-write in Python 3.
This is on a fresh Debian Buster system.
Numpy 1.16 is the last to support 2.7, yet this old version of matplotlib tries to install numpy 1.5 or greater, which gets 1.17: https://github.com/matplotlib/matplotlib/blob/v1.3.1/setupext.py#L761
Trying to install 1.8.1 separately before doing the rest of requirements.txt doesn't work either:
Not really sure how to get this running on modern systems
More broadly, are there any plans to update the codebase to Python 3? EOL for Python 2 is 5 months and change from now, and it shows.