i4Ds / Karabo-Pipeline

The Karabo Pipeline can be used as Digital Twin for SKA
https://i4ds.github.io/Karabo-Pipeline/
MIT License
11 stars 4 forks source link

Karabo supports all lifecycle Python versions #519

Open Lukas113 opened 11 months ago

Lukas113 commented 11 months ago

Karabo should support all Python versions which are in the current lifecycle. TODO:

Due to resource constraints, this will likely be delayed by several months.

sfiruch commented 6 months ago

According to #225 the feedstock should be 3.10 compatible.

kenfus commented 6 months ago

This would then also allow us to easily add an example notebook on google colab, which uses python 3.10 in the background.

Lukas113 commented 6 months ago

This would then also allow us to easily add an example notebook on google colab, which uses python 3.10 in the background.

I don't think that this has an influence whether Karabo runs on colab or not, because Karabo needs conda anyway. And with conda, you can install any python-version.

kenfus commented 6 months ago

This would then also allow us to easily add an example notebook on google colab, which uses python 3.10 in the background.

I don't think that this has an influence whether Karabo runs on colab or not, because Karabo needs conda anyway. And with conda, you can install any python-version.

Sadly, no. It somehow links to the runtime python, it's not independent. The condacolab package is quite hacky, but it works.

Lukas113 commented 6 months ago

Ok, that's very surprising, because the advantage of conda lies in installing non-python deps like Python. And loosing such an advantage and still allowing conda doesn't make any sense to me.

anawas commented 4 days ago

Set this to priority high, because we're still on version 3.9. Even if this version is supported until 10.2025 we should update to at least 3.10.