-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
Failed to install pandas BUILD: 2.3.0 Windows #61564
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Ran into the same issue. Line 28 in 2cc3762
https://github.com/pandas-dev/pandas/releases/tag/v2.3.0 says 2.3.0 only supports >= 3.10. |
Ran into the same issue in Mac OSX (Sillicon), using uv pip install. Error is in Cython there is a missing "ios" file. Python: 3.12.7 Most relevant log:
|
There seems to be some missing wheels on PyPI, for example on apache/arrow we can't seem to find the macOS arm64 for python 3.11 and try to build from source (which fails for us). |
Apologies, I just uploaded the following missing wheels to pypi
Going to close this issue to consolidate the Python 3.9 install issues to #61563 |
Thanks @mroeschke ! |
Installation check
Platform
Windows-10-10.0.22631-SP0
Installation Method
pip install
pandas Version
2.3.0
Python Version
3.9.13
Installation Logs
C:\Users\tanishq>python -c "import platform; print(platform.platform())"
Windows-10-10.0.22631-SP0
Collecting pandas
Downloading pandas-2.3.0.tar.gz (4.5 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 4.9 MB/s eta 0:00:00
Installing build dependencies ... done
Getting requirements to build wheel ... done
Installing backend dependencies ... done
Preparing metadata (pyproject.toml) ... error
error: subprocess-exited-with-error
× Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [10 lines of output]
+ meson setup C:\Users\tanishq\AppData\Local\Temp\pip-install-9lil68je\pandas_8d418a38654d41a19bef484e6372f854 C:\Users\tanishq\AppData\Local\Temp\pip-install-9lil68je\pandas_8d418a38654d41a19bef484e6372f854.mesonpy-3s9nxbqg -Dbuildtype=release -Db_ndebug=if-release -Db_vscrt=md --vsenv --native-file=C:\Users\tanishq\AppData\Local\Temp\pip-install-9lil68je\pandas_8d418a38654d41a19bef484e6372f854.mesonpy-3s9nxbqg\meson-python-native-file.ini
The Meson build system
Version: 1.8.1
Source dir: C:\Users\tanishq\AppData\Local\Temp\pip-install-9lil68je\pandas_8d418a38654d41a19bef484e6372f854
Build dir: C:\Users\tanishq\AppData\Local\Temp\pip-install-9lil68je\pandas_8d418a38654d41a19bef484e6372f854.mesonpy-3s9nxbqg
Build type: native build
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
The text was updated successfully, but these errors were encountered: