Buggy Accelerate Backend when using numpy 1.19
See original GitHub issueNumpy 1.19 cannot import due to run time error in MacOS 10.14.6. 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.
Reproducing code example:
import numpy as np
Error message:
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
Traceback (most recent call last): File “/Users/billyzhaoyh/anaconda/envs/simulation/lib/python3.7/runpy.py”, line 183, in _run_module_as_main mod_name, mod_spec, code = _get_module_details(mod_name, _Error) File “/Users/billyzhaoyh/anaconda/envs/simulation/lib/python3.7/runpy.py”, line 109, in _get_module_details import(pkg_name) File “/Users/billyzhaoyh/Desktop/Simulation/reina-model/calc/init.py”, line 1, in <module> from .utils import calcfunc File “/Users/billyzhaoyh/Desktop/Simulation/reina-model/calc/utils.py”, line 9, in <module> from utils.quilt import load_datasets File “/Users/billyzhaoyh/Desktop/Simulation/reina-model/utils/quilt.py”, line 4, in <module> import quilt File “/Users/billyzhaoyh/anaconda/envs/simulation/lib/python3.7/site-packages/quilt/init.py”, line 87, in <module> from .tools.command import ( File “/Users/billyzhaoyh/anaconda/envs/simulation/lib/python3.7/site-packages/quilt/tools/command.py”, line 24, in <module> import numpy as np File “/Users/billyzhaoyh/Desktop/Simulation/reina-model/src/numpy/numpy/init.py”, line 286, in <module> raise RuntimeError(msg) 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
Numpy/Python version information:
Python 3.7.6 Numpy -e git+https://github.com/numpy/numpy.git@078ac01a85c4db46e7f148829c2e0d0e0f30c36f#egg=numpy
Issue Analytics
- State:
- Created 3 years ago
- Reactions:10
- Comments:48 (15 by maintainers)
This is by design. Did you read the error message? Is it unclear?
Closing. We strongly recommend not using Accelerate.