-
-
Notifications
You must be signed in to change notification settings - Fork 19.1k
Closed
Closed
Copy link
Labels
BuildLibrary building on various platformsLibrary building on various platformsNeeds InfoClarification about behavior needed to assess issueClarification about behavior needed to assess issueOS XRelated to Mac OS & hardware issues (M1)Related to Mac OS & hardware issues (M1)
Description
Pandas version checks
-
I have checked that this issue has not already been reported.
-
I have confirmed this bug exists on the latest version of pandas.
-
I have confirmed this bug exists on the main branch of pandas.
Reproducible Example
python -m pip install --no-deps --pre -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple pandas
Issue Description
I get an error:
Looking in indexes: https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
Collecting pandas
Downloading https://pypi.anaconda.org/scientific-python-nightly-wheels/simple/pandas/2.1.0.dev0%2B942.gc65c8ddd73/pandas-2.1.0.dev0%2B942.gc65c8ddd73.tar.gz (13.9 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.9/13.9 MB 14.1 MB/s eta 0:00:00
Installing build dependencies ... error
error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> [3 lines of output]
Looking in indexes: https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
ERROR: Could not find a version that satisfies the requirement meson-python==0.13.1 (from versions: none)
ERROR: No matching distribution found for meson-python==0.13.1
[end of output]
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.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Expected Behavior
Expected to install successfully.
Installed Versions
Not installed.
Metadata
Metadata
Assignees
Labels
BuildLibrary building on various platformsLibrary building on various platformsNeeds InfoClarification about behavior needed to assess issueClarification about behavior needed to assess issueOS XRelated to Mac OS & hardware issues (M1)Related to Mac OS & hardware issues (M1)