Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nightly docs-build is broken #217

Closed
jameslamb opened this issue Sep 20, 2024 · 0 comments · Fixed by #218
Closed

Nightly docs-build is broken #217

jameslamb opened this issue Sep 20, 2024 · 0 comments · Fixed by #218
Assignees
Labels
bug Something isn't working

Comments

@jameslamb
Copy link
Member

Description

The nightly docs-build job her is failing, like this:

LibMambaUnsatisfiableError: Encountered problems while solving:
  - nothing provides _python_rc needed by python-3.12.0rc3-rc3_hab00c5b_1_cpython

Could not solve for environment specs
The following packages are incompatible
├─ cpuonly is requested and can be installed;
├─ python 3.12**  is installable with the potential options
│  ├─ python [3.12.0|3.12.1|...|3.12.5] would require
│  │  └─ python_abi 3.12.* *_cp312, which can be installed;
│  └─ python 3.12.0rc3 would require
│     └─ _python_rc, which does not exist (perhaps a missing channel);
└─ pytorch 2.0.0**  is not installable because there are no viable options
   ├─ pytorch 2.0.0 would require
   │  └─ python_abi 3.8.* *_cp38, which conflicts with any installable versions previously reported;
   ├─ pytorch 2.0.0 would require
   │  └─ python >=3.10,<3.11.0a0 , which conflicts with any installable versions previously reported;
   ├─ pytorch 2.0.0 would require
   │  └─ cpuonly <0 , which conflicts with any installable versions previously reported;
   ├─ pytorch 2.0.0 would require
   │  └─ python >=3.8,<3.9.0a0 , which conflicts with any installable versions previously reported;
   ├─ pytorch 2.0.0 would require
   │  └─ python >=3.9,<3.10.0a0 , which conflicts with any installable versions previously reported;
   ├─ pytorch 2.0.0 would require
   │  └─ python_abi 3.10.* *_cp310, which conflicts with any installable versions previously reported;
   ├─ pytorch 2.0.0 would require
   │  └─ python_abi 3.11.* *_cp311, which conflicts with any installable versions previously reported;
   └─ pytorch 2.0.0 would require
      └─ python_abi 3.9.* *_cp39, which conflicts with any installable versions previously reported.

(build link)

Likely a result of the recent addition of Python 3.12 here:

@jameslamb jameslamb added the bug Something isn't working label Sep 20, 2024
@jameslamb jameslamb self-assigned this Sep 20, 2024
@rapids-bot rapids-bot bot closed this as completed in #218 Sep 25, 2024
@rapids-bot rapids-bot bot closed this as completed in 73266e2 Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant