DHI / mikecore-python

MIKE Core in Python
5 stars 0 forks source link

Update to 22.1.0 - Release 2024 Update 1 #30

Open JesperGr opened 2 months ago

JesperGr commented 2 months ago

EUM updates and new NuGet packages for both Linux and Windows

ecomodeller commented 2 months ago

👀

ecomodeller commented 2 months ago

The updated version doesn't run on Ubuntu 24.04 without installing libnls2.

On 22.04 it runs without additional libraries.

JesperGr commented 2 months ago

The updated version doesn't run on Ubuntu 24.04 without installing libnls2.

Is it possible to target specific linux versions in a release?

ecomodeller commented 2 months ago

There are lots of combinations of Python interpreters, cpu architectures etc, but I don't think you can target a specific version of linux https://peps.python.org/pep-0425/