Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update PIP Requirements in INSTALL.md #2426

Closed
LeStarch opened this issue Dec 11, 2023 · 1 comment · Fixed by #2431
Closed

Update PIP Requirements in INSTALL.md #2426

LeStarch opened this issue Dec 11, 2023 · 1 comment · Fixed by #2431
Assignees
Labels
Milestone

Comments

@LeStarch
Copy link
Collaborator

LeStarch commented Dec 11, 2023

F´ Version
Affected Component

Problem Description

PIP version requirements are not properly specified in INSTALL.md

Here are the new things to add to INSTALL.md requirements:

  1. Python 3.12
  2. Recommended Requirements:
  3. pip >= 21.0.1 (macOS 10.9+ systems)
  4. pip >= 19.3 (x86_64 systems)
  5. pip >= 20.3 (aarch64 systems),
  6. 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.

@LeStarch LeStarch added the bug label Dec 11, 2023
@LeStarch LeStarch self-assigned this Dec 11, 2023
@LeStarch LeStarch added this to the v3.4.1 Hotfix milestone Dec 11, 2023
@LeStarch
Copy link
Collaborator Author

Also note: we should increase python to include 3.12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants