python-scipy 測試在 ubuntu 12.04 中凍結

python-scipy 測試在 ubuntu 12.04 中凍結

我新安裝了 Ubuntu Server 12.04 LTS。運行python-scipy測試失敗,停止,如下圖所示。

scipy.test()
為 scipy 運行單元測試
NumPy 版本 1.6.1
NumPy 安裝在 /usr/lib/python2.7/dist-packages/numpy
SciPy 版本 0.9.0
SciPy安裝在/usr/lib/python2.7/dist-packages/scipy
Python 版本 2.7.3(默認,2012 年 8 月 1 日,05:14:39)[GCC 4.6.3]
鼻子版本1.1.2
我的另一個 Xubuntu 12.04 安裝也發生了這種情況。我怎樣才能解決問題?

提前致謝。


更新:它與 autofs 有關。刪除 autofs 解決了該問題。

答案1

這個答案是為了回應 maggotbrain 提出解決方案作為答案的請求。

解決方案:使用 aptitude 工具刪除 autofs

對於先前使用 autofs 掛載的 FS,您可以對本機資料夾使用軟連結或“mount --bind”,或為網路磁碟機設定 /etc/fstab。

答案2

我剛剛在運行 Ubuntu 12.04 伺服器的 vps 上測試了 scipy.test() 。我透過 apt 安裝 numpy、scipy、nose。測試失敗了,但那是另一個問題。查看我的 scipy.test() 輸出。你如何進行測試?我猜它正在運行,不知何故你只是沒有看到輸出。

相關內容