Jeremy Lewi

Results 204 comments of Jeremy Lewi
trafficstars

you can look at https://github.com/kubeflow/community/tree/master/proposals The proposal should include a plan for what you want to deliver; e.g. a community repo of jupyter images and how you plan to address...

I think any progress is probably blocked by the formation of a WG to own existing assets. All new projects need to be sponsored by a WG. kubeflow/community#379 is tracking...

@hardik-vala Interesting. Come to think of it; the docker images https://github.com/tensorflow/federated/blob/main/tensorflow_federated/tools/runtime/container/Dockerfile are also using Python 3.9.12. And seems to work. So maybe the minimum is 3.9.Y for some Y? Offhand...

Looks like the code for the exception is python 3.9.0 https://github.com/python/cpython/blob/9cf6752276e6fcfd0c23fdb064ad27f448aaaf75/Lib/typing.py#L826 Looks like it is fixed in 3.9.2 https://github.com/python/cpython/blob/v3.9.2/Lib/typing.py

@hardik-vala Updated the docs to indicate 3.9.2 is the minimum.

@michaelreneer Thanks for the detailed explanation.

I tried compiling tensorflow_federated on mac m1. I was able to compile the pip package, but when I try importing python crashes ``` #python3 Python 3.9.13 | packaged by conda-forge...

Cool thanks for adding it.