0
我無法在我的Ubuntu 12.04盒子上製作sklearn功能。這是我得到的錯誤。我不知道如何解決它?libatlas.so.3gf:無法打開共享目標文件
from sklearn.manifold import TSNE
# gives the below error
ImportError: libatlas.so.3gf: cannot open shared object file: No such file or directory
你能否提供一個更具體的例子來說明導致這個錯誤的原因?它只是在Python腳本中導入sklearn? – NBartley
更新...對不起,我應該做到這一點。 – mousecoder
這可能是scipy/numpy和您系統的BLAS庫的問題。你可以運行以下嗎? '進口scipy; scipy .__ config __。show()' – NBartley