2013-04-18 113 views
1

我在Ubuntu 12.10上安裝了PyMC。Ubuntu 12.10上的PyMC測試

Python 2.7.3 32位。

當我嘗試運行:

import pymc 
pymc.test() 

我得到:

Running unit tests for pymc.tests 
NumPy version 1.7.1 
NumPy is installed in /usr/local/lib/python2.7/dist-packages/numpy 
Python version 2.7.3 (default, Apr 10 2013, 05:13:16) [GCC 4.7.2] 
nose version 1.1.2 
----------------------------------------------- Ran 0 tests in 0.000s 
OK 

我有最新的HDF5和PyTables龍頭安裝爲好。

是否有測試不起作用的原因?

回答

1

對不起,延遲迴復。使用舊版本的nose時,測試無法在.egg歸檔文件中運行。您可以嘗試將它們解壓縮(-Z)或使用較新的鼻子。