Opened 4 years ago
Closed 4 years ago
#61490 closed defect (worksforme)
py38-numpy: RuntimeError: Polyfit sanity test emitted a warning, most likely due to using a buggy Accelerate backend.
Reported by: | mf2k (Frank Schima) | Owned by: | michaelld (Michael Dickens) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | reneeotten (Renee Otten) | |
Port: | py-numpy |
Description (last modified by mf2k (Frank Schima))
Seeing this on macOS 11.0.1. Xcode 12.2.
:info:destroot import numpy as np :info:destroot File "/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/numpy/__init__.py", line 286, in <module> :info:destroot raise RuntimeError(msg) :info:destroot 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.
$ port installed py38-numpy The following ports are currently installed: py38-numpy @1.19.4_0+gfortran+openblas (active)
Error occurs while staging py-matplotlib but may be in py-numpy.
Attachments (1)
Change History (6)
Changed 4 years ago by mf2k (Frank Schima)
comment:1 Changed 4 years ago by mf2k (Frank Schima)
Description: | modified (diff) |
---|
comment:2 Changed 4 years ago by mf2k (Frank Schima)
Port: | py-matplotlib removed |
---|
comment:3 Changed 4 years ago by mf2k (Frank Schima)
Cc: | michaelld removed |
---|---|
Owner: | set to michaelld |
Status: | new → assigned |
comment:4 Changed 4 years ago by mf2k (Frank Schima)
Summary: | py38-matplotlib: RuntimeError: Polyfit sanity test emitted a warning, most likely due to using a buggy Accelerate backend. → py38-numpy: RuntimeError: Polyfit sanity test emitted a warning, most likely due to using a buggy Accelerate backend. |
---|
comment:5 Changed 4 years ago by mf2k (Frank Schima)
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
This appears to be working now. Probably due to a fix to another port in the build process.
Note: See
TracTickets for help on using
tickets.
I believe the issue is directly in py-numpy. Although it is intermittent for me.