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
PIP version requirements are not properly specified in INSTALL.md
Here are the new things to add to INSTALL.md requirements:
Python 3.12
Recommended Requirements:
pip >= 21.0.1 (macOS 10.9+ systems)
pip >= 19.3 (x86_64 systems)
pip >= 20.3 (aarch64 systems),
A note: systems not recommended or pip versions less than recommended will require java and run slower versions of FPP tools.
This data is derived from: https://github.com/pypa/manylinux, where we build manylinux2014 packages for x86_64 systems, and manylinux_2_28 for aarch systems. macOS versions determined from: pypa/pip#9506 where the 10_9_universal2 bug was fixed. Note: these choices are limited to build host availability.
The text was updated successfully, but these errors were encountered:
Problem Description
PIP version requirements are not properly specified in
INSTALL.md
Here are the new things to add to INSTALL.md requirements:
java
and run slower versions of FPP tools.This data is derived from: https://github.com/pypa/manylinux, where we build manylinux2014 packages for x86_64 systems, and manylinux_2_28 for aarch systems. macOS versions determined from: pypa/pip#9506 where the 10_9_universal2 bug was fixed. Note: these choices are limited to build host availability.
The text was updated successfully, but these errors were encountered: