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

Skip python 3.8 tests #1035

Merged
merged 2 commits into from
Jan 9, 2025
Merged

Skip python 3.8 tests #1035

merged 2 commits into from
Jan 9, 2025

Conversation

VipulMascarenhas
Copy link
Member

@VipulMascarenhas VipulMascarenhas commented Jan 8, 2025

Description

conda install fails for python 3.8 because of an issue related to version mismatch of conda-anaconda-telemetry package. This PR just disables the telemetry package install when python is set up. Anaconda has also announced end of support for python 3.8, we should eventually wind down 3.8 support in ads as well.

+ conda install python=3.8
Channels:
 - defaults
Platform: linux-64
Collecting package metadata (repodata.json): ...working... done
Solving environment: ...working... failed

LibMambaUnsatisfiableError: Encountered problems while solving:
  - package conda-anaconda-telemetry-0.1.1-py[39](https://github.com/oracle/accelerated-data-science/actions/runs/12676202695/job/35328893851#step:5:40)h06a4308_0 requires python >=3.9,<3.10.0a0, but none of the providers can be installed

Could not solve for environment specs
The following packages are incompatible
├─ conda-anaconda-telemetry is installable with the potential options
│  ├─ conda-anaconda-telemetry 0.1.1 would require
│  │  └─ python >=3.9,<3.10.0a0 , which can be installed;
│  ├─ conda-anaconda-telemetry 0.1.1 would require
│  │  └─ python >=3.12,<3.13.0a0 , which can be installed;
│  ├─ conda-anaconda-telemetry 0.1.1 would require
│  │  └─ python >=3.10,<3.11.0a0 , which can be installed;
│  └─ conda-anaconda-telemetry 0.1.1 would require
│     └─ python >=3.11,<3.12.0a0 , which can be installed;
└─ python 3.8**  is not installable because it conflicts with any installable versions previously reported.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jan 8, 2025
mrDzurb
mrDzurb previously approved these changes Jan 8, 2025
@VipulMascarenhas VipulMascarenhas marked this pull request as draft January 8, 2025 23:47
@VipulMascarenhas VipulMascarenhas marked this pull request as ready for review January 9, 2025 00:53
@VipulMascarenhas VipulMascarenhas changed the title [Testing] Skip conda-anaconda-telemetry install Skip conda-anaconda-telemetry install Jan 9, 2025
@VipulMascarenhas VipulMascarenhas changed the title Skip conda-anaconda-telemetry install Skip python 3.8 tests Jan 9, 2025
@VipulMascarenhas VipulMascarenhas merged commit 2a685df into main Jan 9, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants