Running some NumPy methods fail without Atlas on cflinuxfs2
Closed this issue · 2 comments
Many of the NumPy methods require Atlas libraries which need to be added to the install-packages.sh
. Adding libatlas-base-dev
will fix this.
Example error:
2015-11-11T19:31:57.43-0500 [App/0] ERR File "/app/.heroku/python/lib/python2.7/site-packages/numpy/__init__.py", line 180, in <module> 2015-11-11T19:31:57.43-0500 [App/0] ERR from . import add_newdocs 2015-11-11T19:31:57.43-0500 [App/0] ERR File "/app/.heroku/python/lib/python2.7/site-packages/numpy/add_newdocs.py", line 13, in <module> 2015-11-11T19:31:57.43-0500 [App/0] ERR from numpy.lib import add_newdoc 2015-11-11T19:31:57.43-0500 [App/0] ERR File "/app/.heroku/python/lib/python2.7/site-packages/numpy/lib/__init__.py", line 8, in <module> 2015-11-11T19:31:57.43-0500 [App/0] ERR from .type_check import * 2015-11-11T19:31:57.43-0500 [App/0] ERR File "/app/.heroku/python/lib/python2.7/site-packages/numpy/lib/type_check.py", line 11, in <module> 2015-11-11T19:31:57.43-0500 [App/0] ERR import numpy.core.numeric as _nx 2015-11-11T19:31:57.43-0500 [App/0] ERR File "/app/.heroku/python/lib/python2.7/site-packages/numpy/core/__init__.py", line 14, in <module> 2015-11-11T19:31:57.43-0500 [App/0] ERR from . import multiarray 2015-11-11T19:31:57.43-0500 [App/0] ERR ImportError: libcblas.so.3: cannot open shared object file: No such file or directory
We have created an issue in Pivotal Tracker to manage this. You can view the current status of your issue at: https://www.pivotaltracker.com/story/show/107962596.
Closing this, as you've submitted a PR to add this to the rootfs.