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

Add Python 3.11. #635

Merged
merged 2 commits into from
Mar 5, 2024
Merged

Add Python 3.11. #635

merged 2 commits into from
Mar 5, 2024

Conversation

bdice
Copy link
Contributor

@bdice bdice commented Mar 1, 2024

Adds support for Python 3.11.

xref: rapidsai/build-planning#3

@bdice bdice requested a review from a team as a code owner March 1, 2024 20:17
@jakirkham
Copy link
Member

Noticing this error on CI:

#11 13.90 Looking for: ['rapids=24.04', 'dask-sql=2023.11', 'python=3.11', 'cuda-version=12.2', 'ipython']
#11 13.90 
#11 13.90 Could not solve for environment specs
#11 13.90 The following packages are incompatible
#11 13.90 ├─ cuda-version 12.2**  is requested and can be installed;
#11 13.90 ├─ python 3.11**  is installable and it requires
#11 13.90 │  └─ python_abi 3.11.* *_cp311, which can be installed;
#11 13.90 └─ rapids 24.04**  is not installable because there are no viable options
#11 13.90    ├─ rapids 24.04.00a would require
#11 13.90    │  └─ python_abi 3.9.* *_cp39, which conflicts with any installable versions previously reported;
#11 13.90    ├─ rapids 24.04.00a would require
#11 13.90    │  └─ cuda-version >=11,<12.0a0 , which conflicts with any installable versions previously reported;
#11 13.90    └─ rapids 24.04.00a would require
#11 13.90       └─ python_abi 3.10.* *_cp310, which conflicts with any installable versions previously reported.
#11 ERROR: process "/bin/bash -euo pipefail -c mamba install -y -n base \\\n    \"rapids=${RAPIDS_VER}.*\" \\\n    \"dask-sql=${DASK_SQL_VER%.*}.*\" \\\n    \"python=${PYTHON_VER}.*\" \\\n    \"cuda-version=${CUDA_VER%.*}.*\" \\\n    ipython\nconda clean -afy\n" did not complete successfully: exit code: 1
------
 > [base 5/6] RUN <<EOF (mamba install -y -n base ...):
13.90 ├─ cuda-version 12.2**  is requested and can be installed;
13.90 ├─ python 3.11**  is installable and it requires
13.90 │  └─ python_abi 3.11.* *_cp311, which can be installed;
13.90 └─ rapids 24.04**  is not installable because there are no viable options
13.90    ├─ rapids 24.04.00a would require
13.90    │  └─ python_abi 3.9.* *_cp39, which conflicts with any installable versions previously reported;
13.90    ├─ rapids 24.04.00a would require
13.90    │  └─ cuda-version >=11,<12.0a0 , which conflicts with any installable versions previously reported;
13.90    └─ rapids 24.04.00a would require
13.90       └─ python_abi 3.10.* *_cp310, which conflicts with any installable versions previously reported.

Are we using the nightly channel here?

@jakirkham
Copy link
Member

As discussed offline, this is likely due to the fact we are missing the integration repo packages

Bradley started a new GHA build to produce those

@jakirkham
Copy link
Member

Ok things are looking better

One job had a network error. We can restart that after the running jobs complete

@bdice
Copy link
Contributor Author

bdice commented Mar 2, 2024

Something was odd about the previous failures (I hadn't seen network issues like that before) so I pushed a new commit just to make sure everything is running from a fresh state.

@jakirkham
Copy link
Member

A couple jobs failed. It looked like network issues. So restarted

@jakirkham
Copy link
Member

Looks like we lost the cached images 😞

Seeing this on CI:

Starting job container
  /usr/local/bin/docker pull rapidsai/staging:docker-notebooks-635-24.04a-cuda11.8-py3.9-amd64
  Error response from daemon: manifest for rapidsai/staging:docker-notebooks-635-24.04a-cuda11.8-py3.9-amd64 not found: manifest unknown: manifest unknown
  Warning: Docker pull failed with exit code 1, back off 5.831 seconds before retry.
  /usr/local/bin/docker pull rapidsai/staging:docker-notebooks-635-24.04a-cuda11.8-py3.9-amd64
  Error response from daemon: manifest for rapidsai/staging:docker-notebooks-635-24.04a-cuda11.8-py3.9-amd64 not found: manifest unknown: manifest unknown
  Warning: Docker pull failed with exit code 1, back off 1.368 seconds before retry.
  /usr/local/bin/docker pull rapidsai/staging:docker-notebooks-635-24.04a-cuda11.8-py3.9-amd64
  Error response from daemon: manifest for rapidsai/staging:docker-notebooks-635-24.04a-cuda11.8-py3.9-amd64 not found: manifest unknown: manifest unknown
  Error: Docker pull failed with exit code 1

@jakirkham jakirkham closed this Mar 4, 2024
@jakirkham jakirkham reopened this Mar 4, 2024
@jakirkham
Copy link
Member

Rerunning CI from scratch to see if this clears things up

@jakirkham
Copy link
Member

Looks like this passes. Asking for an OPS review offline

@raydouglass
Copy link
Member

/merge

@rapids-bot rapids-bot bot merged commit 4b52bab into branch-24.04 Mar 5, 2024
63 of 66 checks passed
@raydouglass raydouglass deleted the python-3.11 branch March 5, 2024 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants