This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients Xin Wang, ned.deily, ronaldoussoren
Date 2019-03-07.14:04:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551967443.36.0.841586225399.issue36224@roundup.psfhosted.org>
In-reply-to
Content
Based on the macOS traceback you provide, this is a very different problem from the one in the other issue. Here the crash is occuring in a third-party C extension module, not something provided by Python or its standard library:

0  algos.cpython-37m-darwin.so   	0x00000001132d2520 __pyx_pf_6pandas_5_libs_5algos_600__defaults__ + 32

I’m not familiar with that name but it suggests that it is part of the pandas package. Further, the path name for the interpreter suggests you are using a Python installed from the Homebrew project. I suggest you ask on either or both of pandas and Homebrew support forums.  If the problem can be isolated to a problem within Python itself, please reopen this issue with updated information. Good luck!
History
Date User Action Args
2019-03-07 14:04:03ned.deilysetrecipients: + ned.deily, ronaldoussoren, Xin Wang
2019-03-07 14:04:03ned.deilysetmessageid: <1551967443.36.0.841586225399.issue36224@roundup.psfhosted.org>
2019-03-07 14:04:03ned.deilylinkissue36224 messages
2019-03-07 14:04:03ned.deilycreate