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

binwalk: migrate to python@3.9 #62260

Closed
wants to merge 1 commit into from

Conversation

fxcoudert
Copy link
Member

As part of the Python 3.9 migration (#62201).

This formula is independent from the all other Python formulas (if I didn't screw up my script or my logic)

Do not merge before the next Brew tag ships, expected on Monday 2020-10-12

@BrewTestBot BrewTestBot added python Python use is a significant feature of the PR or issue and removed do not merge labels Oct 7, 2020
@fxcoudert
Copy link
Member Author

    RuntimeError: Polyfit sanity test emitted a warning, most likely due to using a buggy Accelerate backend. If you compiled yourself, see site.cfg.example for information. Otherwise report this to the vendor that provided NumPy.
    RankWarning: Polyfit may be poorly conditioned

@yous
Copy link
Contributor

yous commented Oct 14, 2020

resource "numpy" specifies numpy-1.18.2, but the error message came from numpy-1.19.2: /private/tmp/pip-req-build-r5g_s2kr/.eggs/numpy-1.19.2-py3.9-macosx-10.15-x86_64.egg/numpy/__init__.py

@cclauss cclauss mentioned this pull request Oct 15, 2020
@yous
Copy link
Contributor

yous commented Oct 21, 2020

Changing the order of resource "numpy" and resource "matplotlib" works, as matplotlib requires numpy. To build numpy 1.19.2, numpy should be configured with OpenBLAS or other backends instead of Accelerate: numpy/numpy#15947

@fxcoudert fxcoudert closed this Nov 22, 2020
@fxcoudert fxcoudert deleted the py39_binwalk branch November 22, 2020 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python Python use is a significant feature of the PR or issue python-3.9-migration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants