提问人:user160898 提问时间:10/21/2023 最后编辑:user160898 更新时间:10/22/2023 访问量:45
为什么 Pandas 无法与 PyPy3 一起使用并发布一些错误
Why Pandas is not working with PyPy3 and post some errors
问:
我正在尝试使用 PyPy3 运行我的 Python 代码,以加快运行时间。 但是,我总是收到此错误:
line 6, in <module> import pandas as pd ModuleNotFoundError: No module named 'pandas'
我已经完成了多年来一直发布的所有步骤和技巧,但没有任何效果。
我使用 .但是,我遇到了以下错误:pypy3 -m pip install pandas
ERROR: Failed building wheel for numpy
Failed to build numpy
ERROR: Could not build wheels for numpy, which is required to install pyproject.toml-based projects
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run successfully.
我已经安装了 Wheel 和 Numpy。
请问如何在 PyPy3 中安装 pandas?
仅供参考:我正在使用 macOS 12.6.3 - Python 3.10 和 3.7 - PyPy3 3.10
答: 暂无答案
评论