p4lang / tutorials

P4 language tutorials
Apache License 2.0
1.33k stars 881 forks source link

2023 jul updates to vm ubuntu 2004 scripts #523

Closed jafingerhut closed 1 year ago

jafingerhut commented 1 year ago

The most important line of change here is this new line added:

sudo pip3 install Cython==0.29.35

just before installing the Python library for grpc. Without that additional line, some time in 2023-July the following line began failing, because it was retreiving a newer version of Cython than it has for the last year or so, which caused errors.