Nuacht

A dev user should be able to run test automatically across necessary versions of Python. The end user should then be able to use conda-pack on any maintained version of Python.
Installing Python We recommend installing Python using Anaconda, which additionally provides easy access to a wealth of python libraries and tools. Python can be downloaded or all operating systems.
conda create --no-default-packages -n test2 conda activate test2 conda install python=3.13 asammdf ...