任何人都知道为什么我会收到此错误:
Error in sys.excepthook:
Traceback (most recent call last):
method tm_excepthook in test.py at line 44
io = fdopen(error_fd, 'wb', 0)
OSError: [Errno 9] Bad file descriptor
Original exception was:
Traceback (most recent call last):
method <module> in test.py at line 9
import SLIC
ImportError: numpy.core.multiarray failed to import
RuntimeError: 'module compiled against API version 6 but this version of numpy is 4'
我尝试重新安装 numpy 没有运气(从 OSX Lion 上的源代码构建的 1.6.2),但奇怪的是,当我键入时numpy.__version__
我得到 1.5.1,并且在 /Library/Python/2.7/site-packages/numpy/version 中。 py 告诉我我使用的是 1.6.2