Ayaz Salikhov

Results 302 comments of Ayaz Salikhov

> Unfortunately, `sparklyr` doesn't seem to support spark v4 yet. > > When I run `spark_available_versions()`, it only gives me versions up to `3.5`. > > I created an upstream...

I don't plan to merge this now, but let's see how many things are broken

We depend on updating mamba to v2: https://github.com/jupyter/docker-stacks/pull/2147 ``` #15 9.104 error libmamba Could not solve for environment specs #15 9.104 The following packages are incompatible #15 9.104 ├─ mamba

If you are interested in making Python 3.13 work for these images, please help `conda-forge` to build missing packages, here is the current progress: https://conda-forge.org/status/migration/?name=python313

Python 3.13.1 has been released, so we're waiting for the packages to be compatible with 3.13. When tests pass, I will merge this, but I have no idea if it...

The upstream PR to build `conda` for python3.13 in `conda-forge` has been merged 🎉 https://github.com/conda-forge/conda-feedstock/pull/258 Let's see if everything else builds now (or if something fails)

Ok, there are 3 upstream issues: 1. TensorFlow doesn't support Python 3.13: https://github.com/tensorflow/tensorflow/issues/78774 It seems that no one answers when the support will be added, unfortunately. 2. `rpy2`: Waiting for...

~`spark` is almost released, shouldn't be long: https://github.com/jupyter/docker-stacks/pull/2300~

> > 2. `rpy2`: Waiting for [Rebuild for python 3.13 conda-forge/rpy2-feedstock#127](https://github.com/conda-forge/rpy2-feedstock/pull/127), but more for [rpy2 v3.5.17 conda-forge/rpy2-feedstock#128](https://github.com/conda-forge/rpy2-feedstock/pull/128) > > > > Rebuild for python 3.13 merged. See: https://github.com/conda-forge/rpy2-feedstock/pull/132 > >...

Tensorflow is not yet capable with Python 3.13, but `pip` ens up downloading another version: `Downloading tensorflow_cpu-2.20.0rc0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.5 kB)` https://github.com/tensorflow/tensorflow/releases/tag/v2.20.0-rc0 I hope it will be soon released and we will...