I wanted to install Pynq on Ubuntu 25.04. However, it failed when trying to build the wheel for grpcio. That is because there is no `grpcio==1.64.0` `grpcio-tools==1.64.0` support in python 3.13 but only `grpcio==1.66.2` `grpcio-tools==1.66.2`
I wanted to install Pynq on Ubuntu 25.04.
However, it failed when trying to build the wheel for grpcio.
That is because there is no
grpcio==1.64.0grpcio-tools==1.64.0support in python 3.13 but only
grpcio==1.66.2grpcio-tools==1.66.2