Python: Difference between revisions

Marked this version for translation
(Added section on Python version support)
(Marked this version for translation)
Line 25: Line 25:
{{Command|module load python/3.10}}
{{Command|module load python/3.10}}


===Python version supported===
===Python version supported=== <!--T:88-->
Python packages from the [[Available Python wheels|wheelhouse]] are mainly provided for the 3 most recent Python versions available on the systems.
Python packages from the [[Available Python wheels|wheelhouse]] are mainly provided for the 3 most recent Python versions available on the systems.


<!--T:89-->
In addition, newer packages version drop support of older Python versions. For instance, one package may require Python to be greater to 3.8. This will result in dependencies issues when trying to install those packages with Python 3.6. See [[Python#Package_.27X.27_requires_a_different_Python:_X.Y.Z_not_in_.27.3E.3DX.Y.27|Troubleshooting]]
In addition, newer packages version drop support of older Python versions. For instance, one package may require Python to be greater to 3.8. This will result in dependencies issues when trying to install those packages with Python 3.6. See [[Python#Package_.27X.27_requires_a_different_Python:_X.Y.Z_not_in_.27.3E.3DX.Y.27|Troubleshooting]]


<!--T:90-->
Drop schedule of Python modules
Drop schedule of Python modules
{| class="wikitable"
{| class="wikitable"
cc_staff
284

edits