idaholab / raven

RAVEN is a flexible and multi-purpose probabilistic risk analysis, validation and uncertainty quantification, parameter optimization, model reduction and data knowledge-discovering framework.
https://raven.inl.gov/
Apache License 2.0
218 stars 133 forks source link

Switching windows to Python 3.10 #2197

Closed joshua-cogliati-inl closed 12 months ago

joshua-cogliati-inl commented 1 year ago

Pull Request Description

What issue does this change request address?

1806

What are the significant changes in functionality due to this change request?

This updates the Windows Python version, because Python 3.8 was getting an error with mamba install when switching from Python 3.11 to Python 3.8 and not being able to find truststore.

Could not solve for environment specs
The following packages are incompatible
├─ python 3.8**  is requested and can be installed;
└─ truststore is not installable because there are no viable options
   ├─ truststore [0.7.0|0.8.0] would require
   │  └─ python >=3.10  but there are no viable options
   │     ├─ python [3.11.0|3.11.1|...|3.11.6] conflicts with any installable versions previously reported;
   │     ├─ python [3.10.0|3.10.1|...|3.10.9] conflicts with any installable versions previously reported;
   │     ├─ python 3.12.0 conflicts with any installable versions previously reported;
   │     └─ python 3.12.0rc3 would require
   │        └─ _python_rc, which does not exist (perhaps a missing channel);
   ├─ truststore 0.8.0 would require
   │  └─ python >=3.10,<3.11.0a0 , which conflicts with any installable versions previously reported;
   └─ truststore 0.8.0 would require
      └─ python >=3.11,<3.12.0a0 , which conflicts with any installable versions previously reported.

For Change Control Board: Change Request Review

The following review must be completed by an authorized member of the Change Control Board.

PaulTalbot-INL commented 1 year ago

This can point to #1806 for library updates, but not close it.

Aside from the automated testing, this passes checklist.

PaulTalbot-INL commented 12 months ago

With the sawtooth qsub test machine currently unavailable, and given the limited changes in this PR, continuing with this merge despite these tests not running. Otherwise, all the tests pass, and the checklist passes.

Note that some plugin tests are failing for HERON and TEAL, but they are the same tests that were failing before this PR, so no change is introduced in those results due to this PR.