我在 Os X 10.9 上安装了 Python 2.7.5,Pandas 版本为 0.12.0-943-gaef5061。当我下载这个 train.csv 文件并运行 read_csv 时,我得到了 Segmentation Fault 11。我已经尝试过文件编码,将值放在空列中,并更改引号的选项,但无济于事。从错误报告来看,似乎故障可能发生在unmath.so.
有没有人有解释或解决方法?
Python 2.7.5 (default, Aug 25 2013, 00:04:04)
[GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import pandas
>>> pandas.read_csv('train.csv')
Segmentation fault: 11
Run Code Online (Sandbox Code Playgroud)
错误报告中的更多信息:
Process: Python [5400]
Path: /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python
Identifier: Python
Version: 2.7.5 (2.7.5)
Code Type: X86-64 (Native)
Parent Process: bash [4823]
Responsible: Terminal [321]
User ID: 501
PlugIn …Run Code Online (Sandbox Code Playgroud)