Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eee9b7 commit e656a4eCopy full SHA for e656a4e
numpy/__init__.py
@@ -212,7 +212,9 @@ def _sanity_check():
212
except AssertionError:
213
msg = ("The current Numpy installation ({!r}) fails to "
214
"pass simple sanity checks. This can be caused for example "
215
- "by incorrect BLAS library being linked in.")
+ "by incorrect BLAS library being linked in, or by mixing "
216
+ "package managers (pip, conda, apt, ...). Search closed "
217
+ "numpy issues for similar problems.")
218
raise RuntimeError(msg.format(__file__))
219
220
_sanity_check()
0 commit comments