导入期间 Python 3.10.n 中的 Pandas 崩溃(分段错误)

问题描述 投票:0回答:1

当我尝试在 MacOS zsh 中的 Python 3.10.14 中导入 Pandas 时, python3 因分段错误而崩溃。

sudiptabhawmik@Sudiptas-iPro gippss % python3
Python 3.10.14 (main, May  6 2024, 14:47:20) [Clang 14.0.6 ] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import pandas
zsh: segmentation fault  python3

我尝试了 Pandas 从 2.2.2 版本到 2.0.3 版本

我该如何解决这个问题?

我尝试将 zsh 更改为 bash 和 csh,但没有成功。 我尝试了从 2.2.2 到 2.0.3 的多个版本的 Pandas,但都失败了。

python-3.x pandas macos zsh
1个回答
0
投票

我通过使用 Conda 安装 python 和 Pandas 解决了这个问题。混合 Conda Python 和 Pip Pandas 导致了这个问题。 但是,这可能是 MacOS 版本的问题,在 Linux 中可能不会导致问题。

© www.soinside.com 2019 - 2024. All rights reserved.